#9619B5

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

Shades of Dark Orchid #9619B5

Tints of Dark Orchid #9619B5

Color information

#9619B5 (or 0x9619B5) is unknown color: approx Dark Orchid. HEX triplet: 96, 19 and B5. RGB value is (150,25,181). Sum of RGB (Red+Green+Blue) = 150+25+181=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #9619B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619B5 is #69E64A. Grayscale: #4F4F4F. Windows color (decimal): -6940235 or 11868566. OLE color: 11868566.

HSL color Cylindrical-coordinate representation of color #9619B5: hue angle of 288.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9619B5 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15025181-
CMYK0.170.8600.29
HSL288.08º75.73%40.39%-
HSV(B)288.08º86.19%70.98%-
XYZ21.2710.5244.62-
YUV80.16184.91177.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 25 (10.16% from 255) = 7.02%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=42.13%
G=7.02%
B=50.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150251810.170.8600.29288.0875.7340.39
Hex9619B5115601D1204c28
Octal226312652112603544011450
Binary1001011011001101101011000110101100111011001000001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9619B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9619B5; }

 p { color: rgb(150,25,181); }

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

<style>
 a { background-color: #9619B5; }

 a { background-color: rgb(150,25,181); }

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

<style>
 span { border-color: #9619B5; }

 span { border-color: rgb(150,25,181); }

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