Shades of Blue Violet #880DEE
Tints of Blue Violet #880DEE
RGB
CMYK
RGB Variations
Color information
#880DEE (or 0x880DEE) is known color: Blue Violet. HEX triplet: 88, 0D and EE. RGB value is (136,13,238). Sum of RGB (Red+Green+Blue) = 136+13+238=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #880DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DEE is #77F211. Grayscale: #4A4A4A. Windows color (decimal): -7860754 or 15601032. OLE color: 15601032.
HSL color Cylindrical-coordinate representation of color #880DEE: hue angle of 272.8º degrees, saturation: 0.9, 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 #880DEE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 13 | 238 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.07 |
| HSL | 272.8º | 0.9% | 0.49% | - |
| HSV(B) | 272.8º | 0.95% | 0.93% | - |
| XYZ | 25.73 | 11.7 | 81.79 | - |
| YUV | 75.43 | 219.75 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 238 | 0.43 | 0.95 | 0 | 0.07 | 272.8 | 0.9 | 0.49 |
| Hex | 88 | D | EE | 2B | 5F | 0 | 7 | 111 | 5A | 31 |
| Octal | 210 | 15 | 356 | 53 | 137 | 0 | 7 | 421 | 132 | 61 |
| Binary | 10001000 | 1101 | 11101110 | 101011 | 1011111 | 0 | 111 | 100010001 | 1011010 | 110001 |
Color Harmonies of #880DEE
Complementary color
Monochromatic Colors of #880DEE
Black with #880DEE
Text Example
Text Example
White with #880DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DEE; }
p { color: rgb(136,13,238); }
H1.HeaderClassName
{
color: #880DEE;
}
.AnyTagClassName
{
color: #880DEE;
}
</style>
background-color css
<style>
a { background-color: #880DEE; }
a { background-color: rgb(136,13,238); }
div.DivClassName
{
background-color: #880DEE;
}
.BgClassName
{
background-color: #880DEE;
}
</style>
border-color css
<style>
span { border-color: #880DEE; }
span { border-color: rgb(136,13,238); }
td.TdClassName
{
border-color: #880DEE;
}
.TagClassName
{
border-color: #880DEE;
}
</style>