Shades of Dark Violet #880BBD
Tints of Dark Violet #880BBD
RGB
CMYK
RGB Variations
Color information
#880BBD (or 0x880BBD) is known color: Dark Violet. HEX triplet: 88, 0B and BD. RGB value is (136,11,189). Sum of RGB (Red+Green+Blue) = 136+11+189=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #880BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBD is #77F442. Grayscale: #444444. Windows color (decimal): -7861315 or 12389256. OLE color: 12389256.
HSL color Cylindrical-coordinate representation of color #880BBD: hue angle of 282.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BBD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 11 | 189 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.26 |
| HSL | 282.13º | 0.89% | 0.39% | - |
| HSV(B) | 282.13º | 0.94% | 0.74% | - |
| XYZ | 19.46 | 9.15 | 48.88 | - |
| YUV | 68.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 189 | 0.28 | 0.94 | 0 | 0.26 | 282.13 | 0.89 | 0.39 |
| Hex | 88 | B | BD | 1C | 5E | 0 | 1A | 11A | 59 | 27 |
| Octal | 210 | 13 | 275 | 34 | 136 | 0 | 32 | 432 | 131 | 47 |
| Binary | 10001000 | 1011 | 10111101 | 11100 | 1011110 | 0 | 11010 | 100011010 | 1011001 | 100111 |
Color Harmonies of #880BBD
Complementary color
Monochromatic Colors of #880BBD
Black with #880BBD
Text Example
Text Example
White with #880BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BBD; }
p { color: rgb(136,11,189); }
H1.HeaderClassName
{
color: #880BBD;
}
.AnyTagClassName
{
color: #880BBD;
}
</style>
background-color css
<style>
a { background-color: #880BBD; }
a { background-color: rgb(136,11,189); }
div.DivClassName
{
background-color: #880BBD;
}
.BgClassName
{
background-color: #880BBD;
}
</style>
border-color css
<style>
span { border-color: #880BBD; }
span { border-color: rgb(136,11,189); }
td.TdClassName
{
border-color: #880BBD;
}
.TagClassName
{
border-color: #880BBD;
}
</style>