#9916B7

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

Shades of Dark Orchid #9916B7

Tints of Dark Orchid #9916B7

Color information

#9916B7 (or 0x9916B7) is unknown color: approx Dark Orchid. HEX triplet: 99, 16 and B7. RGB value is (153,22,183). Sum of RGB (Red+Green+Blue) = 153+22+183=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #9916B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9916B7 is #66E948. Grayscale: #4F4F4F. Windows color (decimal): -6744393 or 11998873. OLE color: 11998873.

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

Color convert

RGB15322183-
CMYK0.160.8800.28
HSL288.82º78.54%40.2%-
HSV(B)288.82º87.98%71.76%-
XYZ21.9710.7745.72-
YUV79.52186.4180.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 22 (8.98% from 255) = 6.15%
BLUE value IS 183 (71.88% from 255) = 51.12%
R=42.74%
G=6.15%
B=51.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153221830.160.8800.28288.8278.5440.2
Hex9916B7105801C1214f28
Octal231262672013003444111750
Binary1001100110110101101111000010110000111001001000011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9916B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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