Shades of Dark Violet #8904CF
Tints of Dark Violet #8904CF
RGB
CMYK
RGB Variations
Color information
#8904CF (or 0x8904CF) is known color: Dark Violet. HEX triplet: 89, 04 and CF. RGB value is (137,4,207). Sum of RGB (Red+Green+Blue) = 137+4+207=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #8904CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904CF is #76FB30. Grayscale: #424242. Windows color (decimal): -7797553 or 13567113. OLE color: 13567113.
HSL color Cylindrical-coordinate representation of color #8904CF: hue angle of 279.31º 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 #8904CF is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 4 | 207 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.19 |
| HSL | 279.31º | 0.96% | 0.41% | - |
| HSV(B) | 279.31º | 0.98% | 0.81% | - |
| XYZ | 21.62 | 9.91 | 59.8 | - |
| YUV | 66.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 207 | 0.34 | 0.98 | 0 | 0.19 | 279.31 | 0.96 | 0.41 |
| Hex | 89 | 4 | CF | 22 | 62 | 0 | 13 | 117 | 60 | 29 |
| Octal | 211 | 4 | 317 | 42 | 142 | 0 | 23 | 427 | 140 | 51 |
| Binary | 10001001 | 100 | 11001111 | 100010 | 1100010 | 0 | 10011 | 100010111 | 1100000 | 101001 |
Color Harmonies of #8904CF
Complementary color
Monochromatic Colors of #8904CF
Black with #8904CF
Text Example
Text Example
White with #8904CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904CF; }
p { color: rgb(137,4,207); }
H1.HeaderClassName
{
color: #8904CF;
}
.AnyTagClassName
{
color: #8904CF;
}
</style>
background-color css
<style>
a { background-color: #8904CF; }
a { background-color: rgb(137,4,207); }
div.DivClassName
{
background-color: #8904CF;
}
.BgClassName
{
background-color: #8904CF;
}
</style>
border-color css
<style>
span { border-color: #8904CF; }
span { border-color: rgb(137,4,207); }
td.TdClassName
{
border-color: #8904CF;
}
.TagClassName
{
border-color: #8904CF;
}
</style>