Shades of Dark Violet #8810CC
Tints of Dark Violet #8810CC
RGB
CMYK
RGB Variations
Color information
#8810CC (or 0x8810CC) is known color: Dark Violet. HEX triplet: 88, 10 and CC. RGB value is (136,16,204). Sum of RGB (Red+Green+Blue) = 136+16+204=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #8810CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8810CC is #77EF33. Grayscale: #484848. Windows color (decimal): -7860020 or 13373576. OLE color: 13373576.
HSL color Cylindrical-coordinate representation of color #8810CC: hue angle of 278.3º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8810CC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 16 | 204 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.2 |
| HSL | 278.3º | 0.85% | 0.43% | - |
| HSV(B) | 278.3º | 0.92% | 0.8% | - |
| XYZ | 21.24 | 9.96 | 57.93 | - |
| YUV | 73.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 204 | 0.33 | 0.92 | 0 | 0.2 | 278.3 | 0.85 | 0.43 |
| Hex | 88 | 10 | CC | 21 | 5C | 0 | 14 | 116 | 55 | 2B |
| Octal | 210 | 20 | 314 | 41 | 134 | 0 | 24 | 426 | 125 | 53 |
| Binary | 10001000 | 10000 | 11001100 | 100001 | 1011100 | 0 | 10100 | 100010110 | 1010101 | 101011 |
Color Harmonies of #8810CC
Complementary color
Monochromatic Colors of #8810CC
Black with #8810CC
Text Example
Text Example
White with #8810CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8810CC; }
p { color: rgb(136,16,204); }
H1.HeaderClassName
{
color: #8810CC;
}
.AnyTagClassName
{
color: #8810CC;
}
</style>
background-color css
<style>
a { background-color: #8810CC; }
a { background-color: rgb(136,16,204); }
div.DivClassName
{
background-color: #8810CC;
}
.BgClassName
{
background-color: #8810CC;
}
</style>
border-color css
<style>
span { border-color: #8810CC; }
span { border-color: rgb(136,16,204); }
td.TdClassName
{
border-color: #8810CC;
}
.TagClassName
{
border-color: #8810CC;
}
</style>