Shades of Dark Violet #880CB6
Tints of Dark Violet #880CB6
RGB
CMYK
RGB Variations
Color information
#880CB6 (or 0x880CB6) is known color: Dark Violet. HEX triplet: 88, 0C and B6. RGB value is (136,12,182). Sum of RGB (Red+Green+Blue) = 136+12+182=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #880CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CB6 is #77F349. Grayscale: #434343. Windows color (decimal): -7861066 or 11930760. OLE color: 11930760.
HSL color Cylindrical-coordinate representation of color #880CB6: hue angle of 283.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CB6 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 12 | 182 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.29 |
| HSL | 283.76º | 0.88% | 0.38% | - |
| HSV(B) | 283.76º | 0.93% | 0.71% | - |
| XYZ | 18.73 | 8.87 | 44.98 | - |
| YUV | 68.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 182 | 0.25 | 0.93 | 0 | 0.29 | 283.76 | 0.88 | 0.38 |
| Hex | 88 | C | B6 | 19 | 5D | 0 | 1D | 11C | 58 | 26 |
| Octal | 210 | 14 | 266 | 31 | 135 | 0 | 35 | 434 | 130 | 46 |
| Binary | 10001000 | 1100 | 10110110 | 11001 | 1011101 | 0 | 11101 | 100011100 | 1011000 | 100110 |
Color Harmonies of #880CB6
Complementary color
Monochromatic Colors of #880CB6
Black with #880CB6
Text Example
Text Example
White with #880CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CB6; }
p { color: rgb(136,12,182); }
H1.HeaderClassName
{
color: #880CB6;
}
.AnyTagClassName
{
color: #880CB6;
}
</style>
background-color css
<style>
a { background-color: #880CB6; }
a { background-color: rgb(136,12,182); }
div.DivClassName
{
background-color: #880CB6;
}
.BgClassName
{
background-color: #880CB6;
}
</style>
border-color css
<style>
span { border-color: #880CB6; }
span { border-color: rgb(136,12,182); }
td.TdClassName
{
border-color: #880CB6;
}
.TagClassName
{
border-color: #880CB6;
}
</style>