Shades of Dark Violet #8810C0
Tints of Dark Violet #8810C0
RGB
CMYK
RGB Variations
Color information
#8810C0 (or 0x8810C0) is known color: Dark Violet. HEX triplet: 88, 10 and C0. RGB value is (136,16,192). Sum of RGB (Red+Green+Blue) = 136+16+192=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #8810C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8810C0 is #77EF3F. Grayscale: #474747. Windows color (decimal): -7860032 or 12587144. OLE color: 12587144.
HSL color Cylindrical-coordinate representation of color #8810C0: hue angle of 280.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8810C0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 16 | 192 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.25 |
| HSL | 280.91º | 0.85% | 0.41% | - |
| HSV(B) | 280.91º | 0.92% | 0.75% | - |
| XYZ | 19.85 | 9.41 | 50.64 | - |
| YUV | 71.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 192 | 0.29 | 0.92 | 0 | 0.25 | 280.91 | 0.85 | 0.41 |
| Hex | 88 | 10 | C0 | 1D | 5C | 0 | 19 | 119 | 55 | 29 |
| Octal | 210 | 20 | 300 | 35 | 134 | 0 | 31 | 431 | 125 | 51 |
| Binary | 10001000 | 10000 | 11000000 | 11101 | 1011100 | 0 | 11001 | 100011001 | 1010101 | 101001 |
Color Harmonies of #8810C0
Complementary color
Monochromatic Colors of #8810C0
Black with #8810C0
Text Example
Text Example
White with #8810C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8810C0; }
p { color: rgb(136,16,192); }
H1.HeaderClassName
{
color: #8810C0;
}
.AnyTagClassName
{
color: #8810C0;
}
</style>
background-color css
<style>
a { background-color: #8810C0; }
a { background-color: rgb(136,16,192); }
div.DivClassName
{
background-color: #8810C0;
}
.BgClassName
{
background-color: #8810C0;
}
</style>
border-color css
<style>
span { border-color: #8810C0; }
span { border-color: rgb(136,16,192); }
td.TdClassName
{
border-color: #8810C0;
}
.TagClassName
{
border-color: #8810C0;
}
</style>