#9C25BC

Color #9C25BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9C25BC

Tints of Dark Orchid #9C25BC

Color information

#9C25BC (or 0x9C25BC) is unknown color: approx Dark Orchid. HEX triplet: 9C, 25 and BC. RGB value is (156,37,188). Sum of RGB (Red+Green+Blue) = 156+37+188=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C25BC is #63DA43. Grayscale: #595959. Windows color (decimal): -6543940 or 12330396. OLE color: 12330396.

HSL color Cylindrical-coordinate representation of color #9C25BC: hue angle of 287.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C25BC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15637188-
CMYK0.170.8000.26
HSL287.28º67.11%44.12%-
HSV(B)287.28º80.32%73.73%-
XYZ23.4512.0248.66-
YUV89.8183.42175.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 37 (14.84% from 255) = 9.71%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=40.94%
G=9.71%
B=49.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156371880.170.8000.26287.2867.1144.12
Hex9C25BC115001A11f432c
Octal234452742112003243710354
Binary10011100100101101111001000110100000110101000111111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C25BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C25BC; }

 p { color: rgb(156,37,188); }

 H1.HeaderClassName
 {
   color: #9C25BC;
 }
 .AnyTagClassName
 {
   color: #9C25BC;
 }
</style>
background-color css

<style>
 a { background-color: #9C25BC; }

 a { background-color: rgb(156,37,188); }

 div.DivClassName
 {
   background-color: #9C25BC;
 }
 .BgClassName
 {
   background-color: #9C25BC;
 }
</style>
border-color css

<style>
 span { border-color: #9C25BC; }

 span { border-color: rgb(156,37,188); }

 td.TdClassName
 {
   border-color: #9C25BC;
 }
 .TagClassName
 {
   border-color: #9C25BC;
 }
</style>