Shades of Dark Violet #880CB5
Tints of Dark Violet #880CB5
RGB
CMYK
RGB Variations
Color information
#880CB5 (or 0x880CB5) is known color: Dark Violet. HEX triplet: 88, 0C and B5. RGB value is (136,12,181). Sum of RGB (Red+Green+Blue) = 136+12+181=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #880CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CB5 is #77F34A. Grayscale: #434343. Windows color (decimal): -7861067 or 11865224. OLE color: 11865224.
HSL color Cylindrical-coordinate representation of color #880CB5: hue angle of 284.02º 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 #880CB5 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 12 | 181 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.29 |
| HSL | 284.02º | 0.88% | 0.38% | - |
| HSV(B) | 284.02º | 0.93% | 0.71% | - |
| XYZ | 18.63 | 8.83 | 44.44 | - |
| YUV | 68.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 181 | 0.25 | 0.93 | 0 | 0.29 | 284.02 | 0.88 | 0.38 |
| Hex | 88 | C | B5 | 19 | 5D | 0 | 1D | 11C | 58 | 26 |
| Octal | 210 | 14 | 265 | 31 | 135 | 0 | 35 | 434 | 130 | 46 |
| Binary | 10001000 | 1100 | 10110101 | 11001 | 1011101 | 0 | 11101 | 100011100 | 1011000 | 100110 |
Color Harmonies of #880CB5
Complementary color
Monochromatic Colors of #880CB5
Black with #880CB5
Text Example
Text Example
White with #880CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CB5; }
p { color: rgb(136,12,181); }
H1.HeaderClassName
{
color: #880CB5;
}
.AnyTagClassName
{
color: #880CB5;
}
</style>
background-color css
<style>
a { background-color: #880CB5; }
a { background-color: rgb(136,12,181); }
div.DivClassName
{
background-color: #880CB5;
}
.BgClassName
{
background-color: #880CB5;
}
</style>
border-color css
<style>
span { border-color: #880CB5; }
span { border-color: rgb(136,12,181); }
td.TdClassName
{
border-color: #880CB5;
}
.TagClassName
{
border-color: #880CB5;
}
</style>