Shades of Dark Violet #8808DD
Tints of Dark Violet #8808DD
RGB
CMYK
RGB Variations
Color information
#8808DD (or 0x8808DD) is known color: Dark Violet. HEX triplet: 88, 08 and DD. RGB value is (136,8,221). Sum of RGB (Red+Green+Blue) = 136+8+221=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #8808DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808DD is #77F722. Grayscale: #454545. Windows color (decimal): -7862051 or 14485640. OLE color: 14485640.
HSL color Cylindrical-coordinate representation of color #8808DD: hue angle of 276.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8808DD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 8 | 221 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.13 |
| HSL | 276.06º | 0.93% | 0.45% | - |
| HSV(B) | 276.06º | 0.96% | 0.87% | - |
| XYZ | 23.29 | 10.63 | 69.23 | - |
| YUV | 70.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 221 | 0.38 | 0.96 | 0 | 0.13 | 276.06 | 0.93 | 0.45 |
| Hex | 88 | 8 | DD | 26 | 60 | 0 | D | 114 | 5D | 2D |
| Octal | 210 | 10 | 335 | 46 | 140 | 0 | 15 | 424 | 135 | 55 |
| Binary | 10001000 | 1000 | 11011101 | 100110 | 1100000 | 0 | 1101 | 100010100 | 1011101 | 101101 |
Color Harmonies of #8808DD
Complementary color
Monochromatic Colors of #8808DD
Black with #8808DD
Text Example
Text Example
White with #8808DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8808DD; }
p { color: rgb(136,8,221); }
H1.HeaderClassName
{
color: #8808DD;
}
.AnyTagClassName
{
color: #8808DD;
}
</style>
background-color css
<style>
a { background-color: #8808DD; }
a { background-color: rgb(136,8,221); }
div.DivClassName
{
background-color: #8808DD;
}
.BgClassName
{
background-color: #8808DD;
}
</style>
border-color css
<style>
span { border-color: #8808DD; }
span { border-color: rgb(136,8,221); }
td.TdClassName
{
border-color: #8808DD;
}
.TagClassName
{
border-color: #8808DD;
}
</style>