Shades of Dark Violet #8802C4
Tints of Dark Violet #8802C4
RGB
CMYK
RGB Variations
Color information
#8802C4 (or 0x8802C4) is known color: Dark Violet. HEX triplet: 88, 02 and C4. RGB value is (136,2,196). Sum of RGB (Red+Green+Blue) = 136+2+196=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #8802C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802C4 is #77FD3B. Grayscale: #3F3F3F. Windows color (decimal): -7863612 or 12845704. OLE color: 12845704.
HSL color Cylindrical-coordinate representation of color #8802C4: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802C4 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 2 | 196 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.23 |
| HSL | 281.44º | 0.98% | 0.39% | - |
| HSV(B) | 281.44º | 0.99% | 0.77% | - |
| XYZ | 20.14 | 9.26 | 52.95 | - |
| YUV | 64.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 196 | 0.31 | 0.99 | 0 | 0.23 | 281.44 | 0.98 | 0.39 |
| Hex | 88 | 2 | C4 | 1F | 63 | 0 | 17 | 119 | 62 | 27 |
| Octal | 210 | 2 | 304 | 37 | 143 | 0 | 27 | 431 | 142 | 47 |
| Binary | 10001000 | 10 | 11000100 | 11111 | 1100011 | 0 | 10111 | 100011001 | 1100010 | 100111 |
Color Harmonies of #8802C4
Complementary color
Monochromatic Colors of #8802C4
Black with #8802C4
Text Example
Text Example
White with #8802C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802C4; }
p { color: rgb(136,2,196); }
H1.HeaderClassName
{
color: #8802C4;
}
.AnyTagClassName
{
color: #8802C4;
}
</style>
background-color css
<style>
a { background-color: #8802C4; }
a { background-color: rgb(136,2,196); }
div.DivClassName
{
background-color: #8802C4;
}
.BgClassName
{
background-color: #8802C4;
}
</style>
border-color css
<style>
span { border-color: #8802C4; }
span { border-color: rgb(136,2,196); }
td.TdClassName
{
border-color: #8802C4;
}
.TagClassName
{
border-color: #8802C4;
}
</style>