Shades of Dark Violet #8803CA
Tints of Dark Violet #8803CA
RGB
CMYK
RGB Variations
Color information
#8803CA (or 0x8803CA) is known color: Dark Violet. HEX triplet: 88, 03 and CA. RGB value is (136,3,202). Sum of RGB (Red+Green+Blue) = 136+3+202=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #8803CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803CA is #77FC35. Grayscale: #404040. Windows color (decimal): -7863350 or 13239176. OLE color: 13239176.
HSL color Cylindrical-coordinate representation of color #8803CA: hue angle of 280.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803CA is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 3 | 202 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.21 |
| HSL | 280.1º | 0.97% | 0.4% | - |
| HSV(B) | 280.1º | 0.99% | 0.79% | - |
| XYZ | 20.85 | 9.56 | 56.62 | - |
| YUV | 65.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 202 | 0.33 | 0.99 | 0 | 0.21 | 280.1 | 0.97 | 0.4 |
| Hex | 88 | 3 | CA | 21 | 63 | 0 | 15 | 118 | 61 | 28 |
| Octal | 210 | 3 | 312 | 41 | 143 | 0 | 25 | 430 | 141 | 50 |
| Binary | 10001000 | 11 | 11001010 | 100001 | 1100011 | 0 | 10101 | 100011000 | 1100001 | 101000 |
Color Harmonies of #8803CA
Complementary color
Monochromatic Colors of #8803CA
Black with #8803CA
Text Example
Text Example
White with #8803CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803CA; }
p { color: rgb(136,3,202); }
H1.HeaderClassName
{
color: #8803CA;
}
.AnyTagClassName
{
color: #8803CA;
}
</style>
background-color css
<style>
a { background-color: #8803CA; }
a { background-color: rgb(136,3,202); }
div.DivClassName
{
background-color: #8803CA;
}
.BgClassName
{
background-color: #8803CA;
}
</style>
border-color css
<style>
span { border-color: #8803CA; }
span { border-color: rgb(136,3,202); }
td.TdClassName
{
border-color: #8803CA;
}
.TagClassName
{
border-color: #8803CA;
}
</style>