Shades of Dark Violet #8803CE
Tints of Dark Violet #8803CE
RGB
CMYK
RGB Variations
Color information
#8803CE (or 0x8803CE) is known color: Dark Violet. HEX triplet: 88, 03 and CE. RGB value is (136,3,206). Sum of RGB (Red+Green+Blue) = 136+3+206=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #8803CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803CE is #77FC31. Grayscale: #414141. Windows color (decimal): -7863346 or 13501320. OLE color: 13501320.
HSL color Cylindrical-coordinate representation of color #8803CE: hue angle of 279.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803CE is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 3 | 206 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.19 |
| HSL | 279.31º | 0.97% | 0.41% | - |
| HSV(B) | 279.31º | 0.99% | 0.81% | - |
| XYZ | 21.33 | 9.76 | 59.15 | - |
| YUV | 65.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 206 | 0.34 | 0.99 | 0 | 0.19 | 279.31 | 0.97 | 0.41 |
| Hex | 88 | 3 | CE | 22 | 63 | 0 | 13 | 117 | 61 | 29 |
| Octal | 210 | 3 | 316 | 42 | 143 | 0 | 23 | 427 | 141 | 51 |
| Binary | 10001000 | 11 | 11001110 | 100010 | 1100011 | 0 | 10011 | 100010111 | 1100001 | 101001 |
Color Harmonies of #8803CE
Complementary color
Monochromatic Colors of #8803CE
Black with #8803CE
Text Example
Text Example
White with #8803CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803CE; }
p { color: rgb(136,3,206); }
H1.HeaderClassName
{
color: #8803CE;
}
.AnyTagClassName
{
color: #8803CE;
}
</style>
background-color css
<style>
a { background-color: #8803CE; }
a { background-color: rgb(136,3,206); }
div.DivClassName
{
background-color: #8803CE;
}
.BgClassName
{
background-color: #8803CE;
}
</style>
border-color css
<style>
span { border-color: #8803CE; }
span { border-color: rgb(136,3,206); }
td.TdClassName
{
border-color: #8803CE;
}
.TagClassName
{
border-color: #8803CE;
}
</style>