Shades of Dark Violet #8904CE
Tints of Dark Violet #8904CE
RGB
CMYK
RGB Variations
Color information
#8904CE (or 0x8904CE) is known color: Dark Violet. HEX triplet: 89, 04 and CE. RGB value is (137,4,206). Sum of RGB (Red+Green+Blue) = 137+4+206=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #8904CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904CE is #76FB31. Grayscale: #424242. Windows color (decimal): -7797554 or 13501577. OLE color: 13501577.
HSL color Cylindrical-coordinate representation of color #8904CE: hue angle of 279.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904CE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 4 | 206 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.19 |
| HSL | 279.5º | 0.96% | 0.41% | - |
| HSV(B) | 279.5º | 0.98% | 0.81% | - |
| XYZ | 21.5 | 9.86 | 59.16 | - |
| YUV | 66.8 | 206.56 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 206 | 0.33 | 0.98 | 0 | 0.19 | 279.5 | 0.96 | 0.41 |
| Hex | 89 | 4 | CE | 21 | 62 | 0 | 13 | 118 | 60 | 29 |
| Octal | 211 | 4 | 316 | 41 | 142 | 0 | 23 | 430 | 140 | 51 |
| Binary | 10001001 | 100 | 11001110 | 100001 | 1100010 | 0 | 10011 | 100011000 | 1100000 | 101001 |
Color Harmonies of #8904CE
Complementary color
Monochromatic Colors of #8904CE
Black with #8904CE
Text Example
Text Example
White with #8904CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904CE; }
p { color: rgb(137,4,206); }
H1.HeaderClassName
{
color: #8904CE;
}
.AnyTagClassName
{
color: #8904CE;
}
</style>
background-color css
<style>
a { background-color: #8904CE; }
a { background-color: rgb(137,4,206); }
div.DivClassName
{
background-color: #8904CE;
}
.BgClassName
{
background-color: #8904CE;
}
</style>
border-color css
<style>
span { border-color: #8904CE; }
span { border-color: rgb(137,4,206); }
td.TdClassName
{
border-color: #8904CE;
}
.TagClassName
{
border-color: #8904CE;
}
</style>