Shades of Dark Violet #880BEE
Tints of Dark Violet #880BEE
RGB
CMYK
RGB Variations
Color information
#880BEE (or 0x880BEE) is known color: Dark Violet. HEX triplet: 88, 0B and EE. RGB value is (136,11,238). Sum of RGB (Red+Green+Blue) = 136+11+238=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #880BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BEE is #77F411. Grayscale: #494949. Windows color (decimal): -7861266 or 15600520. OLE color: 15600520.
HSL color Cylindrical-coordinate representation of color #880BEE: hue angle of 273.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BEE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 11 | 238 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.07 |
| HSL | 273.04º | 0.91% | 0.49% | - |
| HSV(B) | 273.04º | 0.95% | 0.93% | - |
| XYZ | 25.71 | 11.65 | 81.78 | - |
| YUV | 74.25 | 220.41 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 238 | 0.43 | 0.95 | 0 | 0.07 | 273.04 | 0.91 | 0.49 |
| Hex | 88 | B | EE | 2B | 5F | 0 | 7 | 111 | 5B | 31 |
| Octal | 210 | 13 | 356 | 53 | 137 | 0 | 7 | 421 | 133 | 61 |
| Binary | 10001000 | 1011 | 11101110 | 101011 | 1011111 | 0 | 111 | 100010001 | 1011011 | 110001 |
Color Harmonies of #880BEE
Complementary color
Monochromatic Colors of #880BEE
Black with #880BEE
Text Example
Text Example
White with #880BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BEE; }
p { color: rgb(136,11,238); }
H1.HeaderClassName
{
color: #880BEE;
}
.AnyTagClassName
{
color: #880BEE;
}
</style>
background-color css
<style>
a { background-color: #880BEE; }
a { background-color: rgb(136,11,238); }
div.DivClassName
{
background-color: #880BEE;
}
.BgClassName
{
background-color: #880BEE;
}
</style>
border-color css
<style>
span { border-color: #880BEE; }
span { border-color: rgb(136,11,238); }
td.TdClassName
{
border-color: #880BEE;
}
.TagClassName
{
border-color: #880BEE;
}
</style>