Shades of Dark Violet #880CB2
Tints of Dark Violet #880CB2
RGB
CMYK
RGB Variations
Color information
#880CB2 (or 0x880CB2) is known color: Dark Violet. HEX triplet: 88, 0C and B2. RGB value is (136,12,178). Sum of RGB (Red+Green+Blue) = 136+12+178=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #880CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CB2 is #77F34D. Grayscale: #434343. Windows color (decimal): -7861070 or 11668616. OLE color: 11668616.
HSL color Cylindrical-coordinate representation of color #880CB2: hue angle of 284.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CB2 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 12 | 178 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.30 |
| HSL | 284.82º | 0.87% | 0.37% | - |
| HSV(B) | 284.82º | 0.93% | 0.7% | - |
| XYZ | 18.32 | 8.71 | 42.84 | - |
| YUV | 68 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 178 | 0.24 | 0.93 | 0 | 0.30 | 284.82 | 0.87 | 0.37 |
| Hex | 88 | C | B2 | 18 | 5D | 0 | 1E | 11D | 57 | 25 |
| Octal | 210 | 14 | 262 | 30 | 135 | 0 | 36 | 435 | 127 | 45 |
| Binary | 10001000 | 1100 | 10110010 | 11000 | 1011101 | 0 | 11110 | 100011101 | 1010111 | 100101 |
Color Harmonies of #880CB2
Complementary color
Monochromatic Colors of #880CB2
Black with #880CB2
Text Example
Text Example
White with #880CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CB2; }
p { color: rgb(136,12,178); }
H1.HeaderClassName
{
color: #880CB2;
}
.AnyTagClassName
{
color: #880CB2;
}
</style>
background-color css
<style>
a { background-color: #880CB2; }
a { background-color: rgb(136,12,178); }
div.DivClassName
{
background-color: #880CB2;
}
.BgClassName
{
background-color: #880CB2;
}
</style>
border-color css
<style>
span { border-color: #880CB2; }
span { border-color: rgb(136,12,178); }
td.TdClassName
{
border-color: #880CB2;
}
.TagClassName
{
border-color: #880CB2;
}
</style>