Shades of Dark Violet #880CBB
Tints of Dark Violet #880CBB
RGB
CMYK
RGB Variations
Color information
#880CBB (or 0x880CBB) is known color: Dark Violet. HEX triplet: 88, 0C and BB. RGB value is (136,12,187). Sum of RGB (Red+Green+Blue) = 136+12+187=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #880CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CBB is #77F344. Grayscale: #444444. Windows color (decimal): -7861061 or 12258440. OLE color: 12258440.
HSL color Cylindrical-coordinate representation of color #880CBB: hue angle of 282.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880CBB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 12 | 187 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.27 |
| HSL | 282.51º | 0.88% | 0.39% | - |
| HSV(B) | 282.51º | 0.94% | 0.73% | - |
| XYZ | 19.25 | 9.09 | 47.75 | - |
| YUV | 69.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 187 | 0.27 | 0.94 | 0 | 0.27 | 282.51 | 0.88 | 0.39 |
| Hex | 88 | C | BB | 1B | 5E | 0 | 1B | 11B | 58 | 27 |
| Octal | 210 | 14 | 273 | 33 | 136 | 0 | 33 | 433 | 130 | 47 |
| Binary | 10001000 | 1100 | 10111011 | 11011 | 1011110 | 0 | 11011 | 100011011 | 1011000 | 100111 |
Color Harmonies of #880CBB
Complementary color
Monochromatic Colors of #880CBB
Black with #880CBB
Text Example
Text Example
White with #880CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CBB; }
p { color: rgb(136,12,187); }
H1.HeaderClassName
{
color: #880CBB;
}
.AnyTagClassName
{
color: #880CBB;
}
</style>
background-color css
<style>
a { background-color: #880CBB; }
a { background-color: rgb(136,12,187); }
div.DivClassName
{
background-color: #880CBB;
}
.BgClassName
{
background-color: #880CBB;
}
</style>
border-color css
<style>
span { border-color: #880CBB; }
span { border-color: rgb(136,12,187); }
td.TdClassName
{
border-color: #880CBB;
}
.TagClassName
{
border-color: #880CBB;
}
</style>