Shades of Dark Violet #880BBF
Tints of Dark Violet #880BBF
RGB
CMYK
RGB Variations
Color information
#880BBF (or 0x880BBF) is known color: Dark Violet. HEX triplet: 88, 0B and BF. RGB value is (136,11,191). Sum of RGB (Red+Green+Blue) = 136+11+191=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #880BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBF is #77F440. Grayscale: #444444. Windows color (decimal): -7861313 or 12520328. OLE color: 12520328.
HSL color Cylindrical-coordinate representation of color #880BBF: hue angle of 281.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BBF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 11 | 191 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.25 |
| HSL | 281.67º | 0.89% | 0.4% | - |
| HSV(B) | 281.67º | 0.94% | 0.75% | - |
| XYZ | 19.68 | 9.24 | 50.04 | - |
| YUV | 68.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 191 | 0.29 | 0.94 | 0 | 0.25 | 281.67 | 0.89 | 0.4 |
| Hex | 88 | B | BF | 1D | 5E | 0 | 19 | 11A | 59 | 28 |
| Octal | 210 | 13 | 277 | 35 | 136 | 0 | 31 | 432 | 131 | 50 |
| Binary | 10001000 | 1011 | 10111111 | 11101 | 1011110 | 0 | 11001 | 100011010 | 1011001 | 101000 |
Color Harmonies of #880BBF
Complementary color
Monochromatic Colors of #880BBF
Black with #880BBF
Text Example
Text Example
White with #880BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BBF; }
p { color: rgb(136,11,191); }
H1.HeaderClassName
{
color: #880BBF;
}
.AnyTagClassName
{
color: #880BBF;
}
</style>
background-color css
<style>
a { background-color: #880BBF; }
a { background-color: rgb(136,11,191); }
div.DivClassName
{
background-color: #880BBF;
}
.BgClassName
{
background-color: #880BBF;
}
</style>
border-color css
<style>
span { border-color: #880BBF; }
span { border-color: rgb(136,11,191); }
td.TdClassName
{
border-color: #880BBF;
}
.TagClassName
{
border-color: #880BBF;
}
</style>