Shades of Dark Orchid #8919B2
Tints of Dark Orchid #8919B2
RGB
CMYK
RGB Variations
Color information
#8919B2 (or 0x8919B2) is known color: Dark Orchid. HEX triplet: 89, 19 and B2. RGB value is (137,25,178). Sum of RGB (Red+Green+Blue) = 137+25+178=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #8919B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8919B2 is #76E64D. Grayscale: #4B4B4B. Windows color (decimal): -7792206 or 11671945. OLE color: 11671945.
HSL color Cylindrical-coordinate representation of color #8919B2: hue angle of 283.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8919B2 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 25 | 178 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.30 |
| HSL | 283.92º | 0.75% | 0.4% | - |
| HSV(B) | 283.92º | 0.86% | 0.7% | - |
| XYZ | 18.7 | 9.23 | 42.92 | - |
| YUV | 75.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 178 | 0.23 | 0.86 | 0 | 0.30 | 283.92 | 0.75 | 0.4 |
| Hex | 89 | 19 | B2 | 17 | 56 | 0 | 1E | 11C | 4B | 28 |
| Octal | 211 | 31 | 262 | 27 | 126 | 0 | 36 | 434 | 113 | 50 |
| Binary | 10001001 | 11001 | 10110010 | 10111 | 1010110 | 0 | 11110 | 100011100 | 1001011 | 101000 |
Color Harmonies of #8919B2
Complementary color
Monochromatic Colors of #8919B2
Black with #8919B2
Text Example
Text Example
White with #8919B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919B2; }
p { color: rgb(137,25,178); }
H1.HeaderClassName
{
color: #8919B2;
}
.AnyTagClassName
{
color: #8919B2;
}
</style>
background-color css
<style>
a { background-color: #8919B2; }
a { background-color: rgb(137,25,178); }
div.DivClassName
{
background-color: #8919B2;
}
.BgClassName
{
background-color: #8919B2;
}
</style>
border-color css
<style>
span { border-color: #8919B2; }
span { border-color: rgb(137,25,178); }
td.TdClassName
{
border-color: #8919B2;
}
.TagClassName
{
border-color: #8919B2;
}
</style>