Shades of Dark Violet #8802DF
Tints of Dark Violet #8802DF
RGB
CMYK
RGB Variations
Color information
#8802DF (or 0x8802DF) is known color: Dark Violet. HEX triplet: 88, 02 and DF. RGB value is (136,2,223). Sum of RGB (Red+Green+Blue) = 136+2+223=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8802DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802DF is #77FD20. Grayscale: #424242. Windows color (decimal): -7863585 or 14615176. OLE color: 14615176.
HSL color Cylindrical-coordinate representation of color #8802DF: hue angle of 276.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802DF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 2 | 223 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.13 |
| HSL | 276.38º | 0.98% | 0.44% | - |
| HSV(B) | 276.38º | 0.99% | 0.87% | - |
| XYZ | 23.49 | 10.61 | 70.62 | - |
| YUV | 67.26 | 215.89 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 223 | 0.39 | 0.99 | 0 | 0.13 | 276.38 | 0.98 | 0.44 |
| Hex | 88 | 2 | DF | 27 | 63 | 0 | D | 114 | 62 | 2C |
| Octal | 210 | 2 | 337 | 47 | 143 | 0 | 15 | 424 | 142 | 54 |
| Binary | 10001000 | 10 | 11011111 | 100111 | 1100011 | 0 | 1101 | 100010100 | 1100010 | 101100 |
Color Harmonies of #8802DF
Complementary color
Monochromatic Colors of #8802DF
Black with #8802DF
Text Example
Text Example
White with #8802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802DF; }
p { color: rgb(136,2,223); }
H1.HeaderClassName
{
color: #8802DF;
}
.AnyTagClassName
{
color: #8802DF;
}
</style>
background-color css
<style>
a { background-color: #8802DF; }
a { background-color: rgb(136,2,223); }
div.DivClassName
{
background-color: #8802DF;
}
.BgClassName
{
background-color: #8802DF;
}
</style>
border-color css
<style>
span { border-color: #8802DF; }
span { border-color: rgb(136,2,223); }
td.TdClassName
{
border-color: #8802DF;
}
.TagClassName
{
border-color: #8802DF;
}
</style>