Shades of Dark Violet #8807CA
Tints of Dark Violet #8807CA
RGB
CMYK
RGB Variations
Color information
#8807CA (or 0x8807CA) is known color: Dark Violet. HEX triplet: 88, 07 and CA. RGB value is (136,7,202). Sum of RGB (Red+Green+Blue) = 136+7+202=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #8807CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8807CA is #77F835. Grayscale: #434343. Windows color (decimal): -7862326 or 13240200. OLE color: 13240200.
HSL color Cylindrical-coordinate representation of color #8807CA: hue angle of 279.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8807CA is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 7 | 202 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.21 |
| HSL | 279.69º | 0.93% | 0.41% | - |
| HSV(B) | 279.69º | 0.97% | 0.79% | - |
| XYZ | 20.89 | 9.65 | 56.64 | - |
| YUV | 67.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 202 | 0.33 | 0.97 | 0 | 0.21 | 279.69 | 0.93 | 0.41 |
| Hex | 88 | 7 | CA | 21 | 61 | 0 | 15 | 118 | 5D | 29 |
| Octal | 210 | 7 | 312 | 41 | 141 | 0 | 25 | 430 | 135 | 51 |
| Binary | 10001000 | 111 | 11001010 | 100001 | 1100001 | 0 | 10101 | 100011000 | 1011101 | 101001 |
Color Harmonies of #8807CA
Complementary color
Monochromatic Colors of #8807CA
Black with #8807CA
Text Example
Text Example
White with #8807CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8807CA; }
p { color: rgb(136,7,202); }
H1.HeaderClassName
{
color: #8807CA;
}
.AnyTagClassName
{
color: #8807CA;
}
</style>
background-color css
<style>
a { background-color: #8807CA; }
a { background-color: rgb(136,7,202); }
div.DivClassName
{
background-color: #8807CA;
}
.BgClassName
{
background-color: #8807CA;
}
</style>
border-color css
<style>
span { border-color: #8807CA; }
span { border-color: rgb(136,7,202); }
td.TdClassName
{
border-color: #8807CA;
}
.TagClassName
{
border-color: #8807CA;
}
</style>