Shades of Dark Violet #8902CF
Tints of Dark Violet #8902CF
RGB
CMYK
RGB Variations
Color information
#8902CF (or 0x8902CF) is known color: Dark Violet. HEX triplet: 89, 02 and CF. RGB value is (137,2,207). Sum of RGB (Red+Green+Blue) = 137+2+207=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #8902CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8902CF is #76FD30. Grayscale: #414141. Windows color (decimal): -7798065 or 13566601. OLE color: 13566601.
HSL color Cylindrical-coordinate representation of color #8902CF: hue angle of 279.51º degrees, saturation: 0.98, 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 #8902CF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 2 | 207 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.19 |
| HSL | 279.51º | 0.98% | 0.41% | - |
| HSV(B) | 279.51º | 0.99% | 0.81% | - |
| XYZ | 21.6 | 9.87 | 59.8 | - |
| YUV | 65.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 207 | 0.34 | 0.99 | 0 | 0.19 | 279.51 | 0.98 | 0.41 |
| Hex | 89 | 2 | CF | 22 | 63 | 0 | 13 | 118 | 62 | 29 |
| Octal | 211 | 2 | 317 | 42 | 143 | 0 | 23 | 430 | 142 | 51 |
| Binary | 10001001 | 10 | 11001111 | 100010 | 1100011 | 0 | 10011 | 100011000 | 1100010 | 101001 |
Color Harmonies of #8902CF
Complementary color
Monochromatic Colors of #8902CF
Black with #8902CF
Text Example
Text Example
White with #8902CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902CF; }
p { color: rgb(137,2,207); }
H1.HeaderClassName
{
color: #8902CF;
}
.AnyTagClassName
{
color: #8902CF;
}
</style>
background-color css
<style>
a { background-color: #8902CF; }
a { background-color: rgb(137,2,207); }
div.DivClassName
{
background-color: #8902CF;
}
.BgClassName
{
background-color: #8902CF;
}
</style>
border-color css
<style>
span { border-color: #8902CF; }
span { border-color: rgb(137,2,207); }
td.TdClassName
{
border-color: #8902CF;
}
.TagClassName
{
border-color: #8902CF;
}
</style>