Shades of Dark Violet #8902CD
Tints of Dark Violet #8902CD
RGB
CMYK
RGB Variations
Color information
#8902CD (or 0x8902CD) is known color: Dark Violet. HEX triplet: 89, 02 and CD. RGB value is (137,2,205). Sum of RGB (Red+Green+Blue) = 137+2+205=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #8902CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8902CD is #76FD32. Grayscale: #404040. Windows color (decimal): -7798067 or 13435529. OLE color: 13435529.
HSL color Cylindrical-coordinate representation of color #8902CD: hue angle of 279.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902CD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 2 | 205 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.20 |
| HSL | 279.9º | 0.98% | 0.41% | - |
| HSV(B) | 279.9º | 0.99% | 0.8% | - |
| XYZ | 21.36 | 9.77 | 58.52 | - |
| YUV | 65.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 205 | 0.33 | 0.99 | 0 | 0.20 | 279.9 | 0.98 | 0.41 |
| Hex | 89 | 2 | CD | 21 | 63 | 0 | 14 | 118 | 62 | 29 |
| Octal | 211 | 2 | 315 | 41 | 143 | 0 | 24 | 430 | 142 | 51 |
| Binary | 10001001 | 10 | 11001101 | 100001 | 1100011 | 0 | 10100 | 100011000 | 1100010 | 101001 |
Color Harmonies of #8902CD
Complementary color
Monochromatic Colors of #8902CD
Black with #8902CD
Text Example
Text Example
White with #8902CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902CD; }
p { color: rgb(137,2,205); }
H1.HeaderClassName
{
color: #8902CD;
}
.AnyTagClassName
{
color: #8902CD;
}
</style>
background-color css
<style>
a { background-color: #8902CD; }
a { background-color: rgb(137,2,205); }
div.DivClassName
{
background-color: #8902CD;
}
.BgClassName
{
background-color: #8902CD;
}
</style>
border-color css
<style>
span { border-color: #8902CD; }
span { border-color: rgb(137,2,205); }
td.TdClassName
{
border-color: #8902CD;
}
.TagClassName
{
border-color: #8902CD;
}
</style>