Shades of Dark Violet #880BE0
Tints of Dark Violet #880BE0
RGB
CMYK
RGB Variations
Color information
#880BE0 (or 0x880BE0) is known color: Dark Violet. HEX triplet: 88, 0B and E0. RGB value is (136,11,224). Sum of RGB (Red+Green+Blue) = 136+11+224=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #880BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BE0 is #77F41F. Grayscale: #474747. Windows color (decimal): -7861280 or 14683016. OLE color: 14683016.
HSL color Cylindrical-coordinate representation of color #880BE0: hue angle of 275.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BE0 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 11 | 224 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.12 |
| HSL | 275.21º | 0.91% | 0.46% | - |
| HSV(B) | 275.21º | 0.95% | 0.88% | - |
| XYZ | 23.73 | 10.86 | 71.37 | - |
| YUV | 72.66 | 213.41 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 224 | 0.39 | 0.95 | 0 | 0.12 | 275.21 | 0.91 | 0.46 |
| Hex | 88 | B | E0 | 27 | 5F | 0 | C | 113 | 5B | 2E |
| Octal | 210 | 13 | 340 | 47 | 137 | 0 | 14 | 423 | 133 | 56 |
| Binary | 10001000 | 1011 | 11100000 | 100111 | 1011111 | 0 | 1100 | 100010011 | 1011011 | 101110 |
Color Harmonies of #880BE0
Complementary color
Monochromatic Colors of #880BE0
Black with #880BE0
Text Example
Text Example
White with #880BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BE0; }
p { color: rgb(136,11,224); }
H1.HeaderClassName
{
color: #880BE0;
}
.AnyTagClassName
{
color: #880BE0;
}
</style>
background-color css
<style>
a { background-color: #880BE0; }
a { background-color: rgb(136,11,224); }
div.DivClassName
{
background-color: #880BE0;
}
.BgClassName
{
background-color: #880BE0;
}
</style>
border-color css
<style>
span { border-color: #880BE0; }
span { border-color: rgb(136,11,224); }
td.TdClassName
{
border-color: #880BE0;
}
.TagClassName
{
border-color: #880BE0;
}
</style>