#9C2BB6

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

Shades of Dark Orchid #9C2BB6

Tints of Dark Orchid #9C2BB6

Color information

#9C2BB6 (or 0x9C2BB6) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2B and B6. RGB value is (156,43,182). Sum of RGB (Red+Green+Blue) = 156+43+182=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #9C2BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BB6 is #63D449. Grayscale: #5C5C5C. Windows color (decimal): -6542410 or 11938716. OLE color: 11938716.

HSL color Cylindrical-coordinate representation of color #9C2BB6: hue angle of 288.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2BB6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15643182-
CMYK0.140.7600.29
HSL288.78º61.78%44.12%-
HSV(B)288.78º76.37%71.37%-
XYZ23.0212.1745.39-
YUV92.63178.44173.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=40.94%
G=11.29%
B=47.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156431820.140.7600.29288.7861.7844.12
Hex9C2BB6E4C01D1213e2c
Octal23453266161140354417654
Binary100111001010111011011011101001100011101100100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,43,182); }

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

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

 a { background-color: rgb(156,43,182); }

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

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

 span { border-color: rgb(156,43,182); }

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