Shades of Dark Violet #880BBB
Tints of Dark Violet #880BBB
RGB
CMYK
RGB Variations
Color information
#880BBB (or 0x880BBB) is known color: Dark Violet. HEX triplet: 88, 0B and BB. RGB value is (136,11,187). Sum of RGB (Red+Green+Blue) = 136+11+187=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #880BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBB is #77F444. Grayscale: #434343. Windows color (decimal): -7861317 or 12258184. OLE color: 12258184.
HSL color Cylindrical-coordinate representation of color #880BBB: hue angle of 282.61º degrees, saturation: 0.89, 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 #880BBB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 11 | 187 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.27 |
| HSL | 282.61º | 0.89% | 0.39% | - |
| HSV(B) | 282.61º | 0.94% | 0.73% | - |
| XYZ | 19.24 | 9.06 | 47.75 | - |
| YUV | 68.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 187 | 0.27 | 0.94 | 0 | 0.27 | 282.61 | 0.89 | 0.39 |
| Hex | 88 | B | BB | 1B | 5E | 0 | 1B | 11B | 59 | 27 |
| Octal | 210 | 13 | 273 | 33 | 136 | 0 | 33 | 433 | 131 | 47 |
| Binary | 10001000 | 1011 | 10111011 | 11011 | 1011110 | 0 | 11011 | 100011011 | 1011001 | 100111 |
Color Harmonies of #880BBB
Complementary color
Monochromatic Colors of #880BBB
Black with #880BBB
Text Example
Text Example
White with #880BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BBB; }
p { color: rgb(136,11,187); }
H1.HeaderClassName
{
color: #880BBB;
}
.AnyTagClassName
{
color: #880BBB;
}
</style>
background-color css
<style>
a { background-color: #880BBB; }
a { background-color: rgb(136,11,187); }
div.DivClassName
{
background-color: #880BBB;
}
.BgClassName
{
background-color: #880BBB;
}
</style>
border-color css
<style>
span { border-color: #880BBB; }
span { border-color: rgb(136,11,187); }
td.TdClassName
{
border-color: #880BBB;
}
.TagClassName
{
border-color: #880BBB;
}
</style>