Shades of Dark Violet #8808CC
Tints of Dark Violet #8808CC
RGB
CMYK
RGB Variations
Color information
#8808CC (or 0x8808CC) is known color: Dark Violet. HEX triplet: 88, 08 and CC. RGB value is (136,8,204). Sum of RGB (Red+Green+Blue) = 136+8+204=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #8808CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808CC is #77F733. Grayscale: #434343. Windows color (decimal): -7862068 or 13371528. OLE color: 13371528.
HSL color Cylindrical-coordinate representation of color #8808CC: hue angle of 279.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8808CC is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 8 | 204 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.2 |
| HSL | 279.18º | 0.92% | 0.42% | - |
| HSV(B) | 279.18º | 0.96% | 0.8% | - |
| XYZ | 21.14 | 9.77 | 57.9 | - |
| YUV | 68.62 | 204.41 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 204 | 0.33 | 0.96 | 0 | 0.2 | 279.18 | 0.92 | 0.42 |
| Hex | 88 | 8 | CC | 21 | 60 | 0 | 14 | 117 | 5C | 2A |
| Octal | 210 | 10 | 314 | 41 | 140 | 0 | 24 | 427 | 134 | 52 |
| Binary | 10001000 | 1000 | 11001100 | 100001 | 1100000 | 0 | 10100 | 100010111 | 1011100 | 101010 |
Color Harmonies of #8808CC
Complementary color
Monochromatic Colors of #8808CC
Black with #8808CC
Text Example
Text Example
White with #8808CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8808CC; }
p { color: rgb(136,8,204); }
H1.HeaderClassName
{
color: #8808CC;
}
.AnyTagClassName
{
color: #8808CC;
}
</style>
background-color css
<style>
a { background-color: #8808CC; }
a { background-color: rgb(136,8,204); }
div.DivClassName
{
background-color: #8808CC;
}
.BgClassName
{
background-color: #8808CC;
}
</style>
border-color css
<style>
span { border-color: #8808CC; }
span { border-color: rgb(136,8,204); }
td.TdClassName
{
border-color: #8808CC;
}
.TagClassName
{
border-color: #8808CC;
}
</style>