Shades of Dark Violet #880DC0
Tints of Dark Violet #880DC0
RGB
CMYK
RGB Variations
Color information
#880DC0 (or 0x880DC0) is known color: Dark Violet. HEX triplet: 88, 0D and C0. RGB value is (136,13,192). Sum of RGB (Red+Green+Blue) = 136+13+192=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #880DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DC0 is #77F23F. Grayscale: #454545. Windows color (decimal): -7860800 or 12586376. OLE color: 12586376.
HSL color Cylindrical-coordinate representation of color #880DC0: hue angle of 281.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DC0 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 13 | 192 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.25 |
| HSL | 281.23º | 0.87% | 0.4% | - |
| HSV(B) | 281.23º | 0.93% | 0.75% | - |
| XYZ | 19.81 | 9.33 | 50.63 | - |
| YUV | 70.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 192 | 0.29 | 0.93 | 0 | 0.25 | 281.23 | 0.87 | 0.4 |
| Hex | 88 | D | C0 | 1D | 5D | 0 | 19 | 119 | 57 | 28 |
| Octal | 210 | 15 | 300 | 35 | 135 | 0 | 31 | 431 | 127 | 50 |
| Binary | 10001000 | 1101 | 11000000 | 11101 | 1011101 | 0 | 11001 | 100011001 | 1010111 | 101000 |
Color Harmonies of #880DC0
Complementary color
Monochromatic Colors of #880DC0
Black with #880DC0
Text Example
Text Example
White with #880DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DC0; }
p { color: rgb(136,13,192); }
H1.HeaderClassName
{
color: #880DC0;
}
.AnyTagClassName
{
color: #880DC0;
}
</style>
background-color css
<style>
a { background-color: #880DC0; }
a { background-color: rgb(136,13,192); }
div.DivClassName
{
background-color: #880DC0;
}
.BgClassName
{
background-color: #880DC0;
}
</style>
border-color css
<style>
span { border-color: #880DC0; }
span { border-color: rgb(136,13,192); }
td.TdClassName
{
border-color: #880DC0;
}
.TagClassName
{
border-color: #880DC0;
}
</style>