Shades of Dark Violet #8800CA
Tints of Dark Violet #8800CA
RGB
CMYK
RGB Variations
Color information
#8800CA (or 0x8800CA) is known color: Dark Violet. HEX triplet: 88, 00 and CA. RGB value is (136,0,202). Sum of RGB (Red+Green+Blue) = 136+0+202=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #8800CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800CA is #77FF35. Grayscale: #3F3F3F. Windows color (decimal): -7864118 or 13238408. OLE color: 13238408.
HSL color Cylindrical-coordinate representation of color #8800CA: hue angle of 280.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800CA is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 0 | 202 | - |
| CMYK | 0.33 | 1 | 0 | 0.21 |
| HSL | 280.4º | 1% | 0.4% | - |
| HSV(B) | 280.4º | 1% | 0.79% | - |
| XYZ | 20.81 | 9.5 | 56.61 | - |
| YUV | 63.69 | 206.06 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 202 | 0.33 | 1 | 0 | 0.21 | 280.4 | 1 | 0.4 |
| Hex | 88 | 0 | CA | 21 | 64 | 0 | 15 | 118 | 64 | 28 |
| Octal | 210 | 0 | 312 | 41 | 144 | 0 | 25 | 430 | 144 | 50 |
| Binary | 10001000 | 0 | 11001010 | 100001 | 1100100 | 0 | 10101 | 100011000 | 1100100 | 101000 |
Color Harmonies of #8800CA
Complementary color
Monochromatic Colors of #8800CA
Black with #8800CA
Text Example
Text Example
White with #8800CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800CA; }
p { color: rgb(136,0,202); }
H1.HeaderClassName
{
color: #8800CA;
}
.AnyTagClassName
{
color: #8800CA;
}
</style>
background-color css
<style>
a { background-color: #8800CA; }
a { background-color: rgb(136,0,202); }
div.DivClassName
{
background-color: #8800CA;
}
.BgClassName
{
background-color: #8800CA;
}
</style>
border-color css
<style>
span { border-color: #8800CA; }
span { border-color: rgb(136,0,202); }
td.TdClassName
{
border-color: #8800CA;
}
.TagClassName
{
border-color: #8800CA;
}
</style>