Shades of Dark Violet #880BE5
Tints of Dark Violet #880BE5
RGB
CMYK
RGB Variations
Color information
#880BE5 (or 0x880BE5) is known color: Dark Violet. HEX triplet: 88, 0B and E5. RGB value is (136,11,229). Sum of RGB (Red+Green+Blue) = 136+11+229=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #880BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BE5 is #77F41A. Grayscale: #484848. Windows color (decimal): -7861275 or 15010696. OLE color: 15010696.
HSL color Cylindrical-coordinate representation of color #880BE5: hue angle of 274.4º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BE5 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 11 | 229 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.10 |
| HSL | 274.4º | 0.91% | 0.47% | - |
| HSV(B) | 274.4º | 0.95% | 0.9% | - |
| XYZ | 24.42 | 11.13 | 74.99 | - |
| YUV | 73.23 | 215.91 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 229 | 0.41 | 0.95 | 0 | 0.10 | 274.4 | 0.91 | 0.47 |
| Hex | 88 | B | E5 | 29 | 5F | 0 | A | 112 | 5B | 2F |
| Octal | 210 | 13 | 345 | 51 | 137 | 0 | 12 | 422 | 133 | 57 |
| Binary | 10001000 | 1011 | 11100101 | 101001 | 1011111 | 0 | 1010 | 100010010 | 1011011 | 101111 |
Color Harmonies of #880BE5
Complementary color
Monochromatic Colors of #880BE5
Black with #880BE5
Text Example
Text Example
White with #880BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BE5; }
p { color: rgb(136,11,229); }
H1.HeaderClassName
{
color: #880BE5;
}
.AnyTagClassName
{
color: #880BE5;
}
</style>
background-color css
<style>
a { background-color: #880BE5; }
a { background-color: rgb(136,11,229); }
div.DivClassName
{
background-color: #880BE5;
}
.BgClassName
{
background-color: #880BE5;
}
</style>
border-color css
<style>
span { border-color: #880BE5; }
span { border-color: rgb(136,11,229); }
td.TdClassName
{
border-color: #880BE5;
}
.TagClassName
{
border-color: #880BE5;
}
</style>