#9617B6

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

Shades of Dark Orchid #9617B6

Tints of Dark Orchid #9617B6

Color information

#9617B6 (or 0x9617B6) is unknown color: approx Dark Orchid. HEX triplet: 96, 17 and B6. RGB value is (150,23,182). Sum of RGB (Red+Green+Blue) = 150+23+182=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #9617B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617B6 is #69E849. Grayscale: #4E4E4E. Windows color (decimal): -6940746 or 11933590. OLE color: 11933590.

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

Color convert

RGB15023182-
CMYK0.180.8700.29
HSL287.92º77.56%40.2%-
HSV(B)287.92º87.36%71.37%-
XYZ21.3310.4745.15-
YUV79.1186.08178.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 23 (9.38% from 255) = 6.48%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=42.25%
G=6.48%
B=51.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150231820.180.8700.29287.9277.5640.2
Hex9617B6125701D1204e28
Octal226272662212703544011650
Binary1001011010111101101101001010101110111011001000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9617B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,23,182); }

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

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

 a { background-color: rgb(150,23,182); }

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

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

 span { border-color: rgb(150,23,182); }

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