Shades of Dark Violet #8803DC
Tints of Dark Violet #8803DC
RGB
CMYK
RGB Variations
Color information
#8803DC (or 0x8803DC) is known color: Dark Violet. HEX triplet: 88, 03 and DC. RGB value is (136,3,220). Sum of RGB (Red+Green+Blue) = 136+3+220=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #8803DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803DC is #77FC23. Grayscale: #424242. Windows color (decimal): -7863332 or 14418824. OLE color: 14418824.
HSL color Cylindrical-coordinate representation of color #8803DC: hue angle of 276.77º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803DC is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 3 | 220 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.14 |
| HSL | 276.77º | 0.97% | 0.44% | - |
| HSV(B) | 276.77º | 0.99% | 0.86% | - |
| XYZ | 23.1 | 10.47 | 68.51 | - |
| YUV | 67.51 | 214.06 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 220 | 0.38 | 0.99 | 0 | 0.14 | 276.77 | 0.97 | 0.44 |
| Hex | 88 | 3 | DC | 26 | 63 | 0 | E | 115 | 61 | 2C |
| Octal | 210 | 3 | 334 | 46 | 143 | 0 | 16 | 425 | 141 | 54 |
| Binary | 10001000 | 11 | 11011100 | 100110 | 1100011 | 0 | 1110 | 100010101 | 1100001 | 101100 |
Color Harmonies of #8803DC
Complementary color
Monochromatic Colors of #8803DC
Black with #8803DC
Text Example
Text Example
White with #8803DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803DC; }
p { color: rgb(136,3,220); }
H1.HeaderClassName
{
color: #8803DC;
}
.AnyTagClassName
{
color: #8803DC;
}
</style>
background-color css
<style>
a { background-color: #8803DC; }
a { background-color: rgb(136,3,220); }
div.DivClassName
{
background-color: #8803DC;
}
.BgClassName
{
background-color: #8803DC;
}
</style>
border-color css
<style>
span { border-color: #8803DC; }
span { border-color: rgb(136,3,220); }
td.TdClassName
{
border-color: #8803DC;
}
.TagClassName
{
border-color: #8803DC;
}
</style>