#9916B6

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

Shades of Dark Orchid #9916B6

Tints of Dark Orchid #9916B6

Color information

#9916B6 (or 0x9916B6) is unknown color: approx Dark Orchid. HEX triplet: 99, 16 and B6. RGB value is (153,22,182). Sum of RGB (Red+Green+Blue) = 153+22+182=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #9916B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9916B6 is #66E949. Grayscale: #4E4E4E. Windows color (decimal): -6744394 or 11933337. OLE color: 11933337.

HSL color Cylindrical-coordinate representation of color #9916B6: hue angle of 289.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9916B6 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15322182-
CMYK0.160.8800.29
HSL289.12º78.43%40%-
HSV(B)289.12º87.91%71.37%-
XYZ21.8710.7245.17-
YUV79.41185.9180.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=42.86%
G=6.16%
B=50.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153221820.160.8800.29289.1278.4340
Hex9916B6105801D1214e28
Octal231262662013003544111650
Binary1001100110110101101101000010110000111011001000011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9916B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9916B6; }

 p { color: rgb(153,22,182); }

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

<style>
 a { background-color: #9916B6; }

 a { background-color: rgb(153,22,182); }

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

<style>
 span { border-color: #9916B6; }

 span { border-color: rgb(153,22,182); }

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