Shades of Dark Violet #8802CF
Tints of Dark Violet #8802CF
RGB
CMYK
RGB Variations
Color information
#8802CF (or 0x8802CF) is known color: Dark Violet. HEX triplet: 88, 02 and CF. RGB value is (136,2,207). Sum of RGB (Red+Green+Blue) = 136+2+207=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #8802CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802CF is #77FD30. Grayscale: #404040. Windows color (decimal): -7863601 or 13566600. OLE color: 13566600.
HSL color Cylindrical-coordinate representation of color #8802CF: hue angle of 279.22º 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 #8802CF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 2 | 207 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.19 |
| HSL | 279.22º | 0.98% | 0.41% | - |
| HSV(B) | 279.22º | 0.99% | 0.81% | - |
| XYZ | 21.44 | 9.78 | 59.79 | - |
| YUV | 65.44 | 207.89 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 207 | 0.34 | 0.99 | 0 | 0.19 | 279.22 | 0.98 | 0.41 |
| Hex | 88 | 2 | CF | 22 | 63 | 0 | 13 | 117 | 62 | 29 |
| Octal | 210 | 2 | 317 | 42 | 143 | 0 | 23 | 427 | 142 | 51 |
| Binary | 10001000 | 10 | 11001111 | 100010 | 1100011 | 0 | 10011 | 100010111 | 1100010 | 101001 |
Color Harmonies of #8802CF
Complementary color
Monochromatic Colors of #8802CF
Black with #8802CF
Text Example
Text Example
White with #8802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802CF; }
p { color: rgb(136,2,207); }
H1.HeaderClassName
{
color: #8802CF;
}
.AnyTagClassName
{
color: #8802CF;
}
</style>
background-color css
<style>
a { background-color: #8802CF; }
a { background-color: rgb(136,2,207); }
div.DivClassName
{
background-color: #8802CF;
}
.BgClassName
{
background-color: #8802CF;
}
</style>
border-color css
<style>
span { border-color: #8802CF; }
span { border-color: rgb(136,2,207); }
td.TdClassName
{
border-color: #8802CF;
}
.TagClassName
{
border-color: #8802CF;
}
</style>