Shades of Dark Violet #8906CF
Tints of Dark Violet #8906CF
RGB
CMYK
RGB Variations
Color information
#8906CF (or 0x8906CF) is known color: Dark Violet. HEX triplet: 89, 06 and CF. RGB value is (137,6,207). Sum of RGB (Red+Green+Blue) = 137+6+207=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #8906CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8906CF is #76F930. Grayscale: #434343. Windows color (decimal): -7797041 or 13567625. OLE color: 13567625.
HSL color Cylindrical-coordinate representation of color #8906CF: hue angle of 279.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8906CF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 6 | 207 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.19 |
| HSL | 279.1º | 0.94% | 0.42% | - |
| HSV(B) | 279.1º | 0.97% | 0.81% | - |
| XYZ | 21.64 | 9.95 | 59.81 | - |
| YUV | 68.08 | 206.4 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 207 | 0.34 | 0.97 | 0 | 0.19 | 279.1 | 0.94 | 0.42 |
| Hex | 89 | 6 | CF | 22 | 61 | 0 | 13 | 117 | 5E | 2A |
| Octal | 211 | 6 | 317 | 42 | 141 | 0 | 23 | 427 | 136 | 52 |
| Binary | 10001001 | 110 | 11001111 | 100010 | 1100001 | 0 | 10011 | 100010111 | 1011110 | 101010 |
Color Harmonies of #8906CF
Complementary color
Monochromatic Colors of #8906CF
Black with #8906CF
Text Example
Text Example
White with #8906CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8906CF; }
p { color: rgb(137,6,207); }
H1.HeaderClassName
{
color: #8906CF;
}
.AnyTagClassName
{
color: #8906CF;
}
</style>
background-color css
<style>
a { background-color: #8906CF; }
a { background-color: rgb(137,6,207); }
div.DivClassName
{
background-color: #8906CF;
}
.BgClassName
{
background-color: #8906CF;
}
</style>
border-color css
<style>
span { border-color: #8906CF; }
span { border-color: rgb(137,6,207); }
td.TdClassName
{
border-color: #8906CF;
}
.TagClassName
{
border-color: #8906CF;
}
</style>