Shades of Dark Violet #8903CF
Tints of Dark Violet #8903CF
RGB
CMYK
RGB Variations
Color information
#8903CF (or 0x8903CF) is known color: Dark Violet. HEX triplet: 89, 03 and CF. RGB value is (137,3,207). Sum of RGB (Red+Green+Blue) = 137+3+207=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #8903CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8903CF is #76FC30. Grayscale: #414141. Windows color (decimal): -7797809 or 13566857. OLE color: 13566857.
HSL color Cylindrical-coordinate representation of color #8903CF: hue angle of 279.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8903CF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 3 | 207 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.19 |
| HSL | 279.41º | 0.97% | 0.41% | - |
| HSV(B) | 279.41º | 0.99% | 0.81% | - |
| XYZ | 21.61 | 9.89 | 59.8 | - |
| YUV | 66.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 207 | 0.34 | 0.99 | 0 | 0.19 | 279.41 | 0.97 | 0.41 |
| Hex | 89 | 3 | CF | 22 | 63 | 0 | 13 | 117 | 61 | 29 |
| Octal | 211 | 3 | 317 | 42 | 143 | 0 | 23 | 427 | 141 | 51 |
| Binary | 10001001 | 11 | 11001111 | 100010 | 1100011 | 0 | 10011 | 100010111 | 1100001 | 101001 |
Color Harmonies of #8903CF
Complementary color
Monochromatic Colors of #8903CF
Black with #8903CF
Text Example
Text Example
White with #8903CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903CF; }
p { color: rgb(137,3,207); }
H1.HeaderClassName
{
color: #8903CF;
}
.AnyTagClassName
{
color: #8903CF;
}
</style>
background-color css
<style>
a { background-color: #8903CF; }
a { background-color: rgb(137,3,207); }
div.DivClassName
{
background-color: #8903CF;
}
.BgClassName
{
background-color: #8903CF;
}
</style>
border-color css
<style>
span { border-color: #8903CF; }
span { border-color: rgb(137,3,207); }
td.TdClassName
{
border-color: #8903CF;
}
.TagClassName
{
border-color: #8903CF;
}
</style>