Shades of Dark Violet #8904DC
Tints of Dark Violet #8904DC
RGB
CMYK
RGB Variations
Color information
#8904DC (or 0x8904DC) is known color: Dark Violet. HEX triplet: 89, 04 and DC. RGB value is (137,4,220). Sum of RGB (Red+Green+Blue) = 137+4+220=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #8904DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904DC is #76FB23. Grayscale: #434343. Windows color (decimal): -7797540 or 14419081. OLE color: 14419081.
HSL color Cylindrical-coordinate representation of color #8904DC: hue angle of 276.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904DC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 4 | 220 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.14 |
| HSL | 276.94º | 0.96% | 0.44% | - |
| HSV(B) | 276.94º | 0.98% | 0.86% | - |
| XYZ | 23.28 | 10.57 | 68.52 | - |
| YUV | 68.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 220 | 0.38 | 0.98 | 0 | 0.14 | 276.94 | 0.96 | 0.44 |
| Hex | 89 | 4 | DC | 26 | 62 | 0 | E | 115 | 60 | 2C |
| Octal | 211 | 4 | 334 | 46 | 142 | 0 | 16 | 425 | 140 | 54 |
| Binary | 10001001 | 100 | 11011100 | 100110 | 1100010 | 0 | 1110 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8904DC
Complementary color
Monochromatic Colors of #8904DC
Black with #8904DC
Text Example
Text Example
White with #8904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904DC; }
p { color: rgb(137,4,220); }
H1.HeaderClassName
{
color: #8904DC;
}
.AnyTagClassName
{
color: #8904DC;
}
</style>
background-color css
<style>
a { background-color: #8904DC; }
a { background-color: rgb(137,4,220); }
div.DivClassName
{
background-color: #8904DC;
}
.BgClassName
{
background-color: #8904DC;
}
</style>
border-color css
<style>
span { border-color: #8904DC; }
span { border-color: rgb(137,4,220); }
td.TdClassName
{
border-color: #8904DC;
}
.TagClassName
{
border-color: #8904DC;
}
</style>