Shades of Dark Violet #880BBE
Tints of Dark Violet #880BBE
RGB
CMYK
RGB Variations
Color information
#880BBE (or 0x880BBE) is known color: Dark Violet. HEX triplet: 88, 0B and BE. RGB value is (136,11,190). Sum of RGB (Red+Green+Blue) = 136+11+190=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #880BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBE is #77F441. Grayscale: #444444. Windows color (decimal): -7861314 or 12454792. OLE color: 12454792.
HSL color Cylindrical-coordinate representation of color #880BBE: hue angle of 281.9º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BBE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 11 | 190 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.25 |
| HSL | 281.9º | 0.89% | 0.39% | - |
| HSV(B) | 281.9º | 0.94% | 0.75% | - |
| XYZ | 19.57 | 9.19 | 49.46 | - |
| YUV | 68.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 190 | 0.28 | 0.94 | 0 | 0.25 | 281.9 | 0.89 | 0.39 |
| Hex | 88 | B | BE | 1C | 5E | 0 | 19 | 11A | 59 | 27 |
| Octal | 210 | 13 | 276 | 34 | 136 | 0 | 31 | 432 | 131 | 47 |
| Binary | 10001000 | 1011 | 10111110 | 11100 | 1011110 | 0 | 11001 | 100011010 | 1011001 | 100111 |
Color Harmonies of #880BBE
Complementary color
Monochromatic Colors of #880BBE
Black with #880BBE
Text Example
Text Example
White with #880BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BBE; }
p { color: rgb(136,11,190); }
H1.HeaderClassName
{
color: #880BBE;
}
.AnyTagClassName
{
color: #880BBE;
}
</style>
background-color css
<style>
a { background-color: #880BBE; }
a { background-color: rgb(136,11,190); }
div.DivClassName
{
background-color: #880BBE;
}
.BgClassName
{
background-color: #880BBE;
}
</style>
border-color css
<style>
span { border-color: #880BBE; }
span { border-color: rgb(136,11,190); }
td.TdClassName
{
border-color: #880BBE;
}
.TagClassName
{
border-color: #880BBE;
}
</style>