Shades of Dark Violet #880AC0
Tints of Dark Violet #880AC0
RGB
CMYK
RGB Variations
Color information
#880AC0 (or 0x880AC0) is known color: Dark Violet. HEX triplet: 88, 0A and C0. RGB value is (136,10,192). Sum of RGB (Red+Green+Blue) = 136+10+192=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #880AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AC0 is #77F53F. Grayscale: #434343. Windows color (decimal): -7861568 or 12585608. OLE color: 12585608.
HSL color Cylindrical-coordinate representation of color #880AC0: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AC0 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 10 | 192 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.25 |
| HSL | 281.54º | 0.9% | 0.4% | - |
| HSV(B) | 281.54º | 0.95% | 0.75% | - |
| XYZ | 19.78 | 9.26 | 50.61 | - |
| YUV | 68.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 192 | 0.29 | 0.95 | 0 | 0.25 | 281.54 | 0.9 | 0.4 |
| Hex | 88 | A | C0 | 1D | 5F | 0 | 19 | 11A | 5A | 28 |
| Octal | 210 | 12 | 300 | 35 | 137 | 0 | 31 | 432 | 132 | 50 |
| Binary | 10001000 | 1010 | 11000000 | 11101 | 1011111 | 0 | 11001 | 100011010 | 1011010 | 101000 |
Color Harmonies of #880AC0
Complementary color
Monochromatic Colors of #880AC0
Black with #880AC0
Text Example
Text Example
White with #880AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AC0; }
p { color: rgb(136,10,192); }
H1.HeaderClassName
{
color: #880AC0;
}
.AnyTagClassName
{
color: #880AC0;
}
</style>
background-color css
<style>
a { background-color: #880AC0; }
a { background-color: rgb(136,10,192); }
div.DivClassName
{
background-color: #880AC0;
}
.BgClassName
{
background-color: #880AC0;
}
</style>
border-color css
<style>
span { border-color: #880AC0; }
span { border-color: rgb(136,10,192); }
td.TdClassName
{
border-color: #880AC0;
}
.TagClassName
{
border-color: #880AC0;
}
</style>