Shades of Blue Violet #880DED
Tints of Blue Violet #880DED
RGB
CMYK
RGB Variations
Color information
#880DED (or 0x880DED) is known color: Blue Violet. HEX triplet: 88, 0D and ED. RGB value is (136,13,237). Sum of RGB (Red+Green+Blue) = 136+13+237=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #880DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DED is #77F212. Grayscale: #4A4A4A. Windows color (decimal): -7860755 or 15535496. OLE color: 15535496.
HSL color Cylindrical-coordinate representation of color #880DED: hue angle of 272.95º 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 #880DED is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 13 | 237 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.07 |
| HSL | 272.95º | 0.9% | 0.49% | - |
| HSV(B) | 272.95º | 0.95% | 0.93% | - |
| XYZ | 25.58 | 11.64 | 81.02 | - |
| YUV | 75.31 | 219.25 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 237 | 0.43 | 0.95 | 0 | 0.07 | 272.95 | 0.9 | 0.49 |
| Hex | 88 | D | ED | 2B | 5F | 0 | 7 | 111 | 5A | 31 |
| Octal | 210 | 15 | 355 | 53 | 137 | 0 | 7 | 421 | 132 | 61 |
| Binary | 10001000 | 1101 | 11101101 | 101011 | 1011111 | 0 | 111 | 100010001 | 1011010 | 110001 |
Color Harmonies of #880DED
Complementary color
Monochromatic Colors of #880DED
Black with #880DED
Text Example
Text Example
White with #880DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DED; }
p { color: rgb(136,13,237); }
H1.HeaderClassName
{
color: #880DED;
}
.AnyTagClassName
{
color: #880DED;
}
</style>
background-color css
<style>
a { background-color: #880DED; }
a { background-color: rgb(136,13,237); }
div.DivClassName
{
background-color: #880DED;
}
.BgClassName
{
background-color: #880DED;
}
</style>
border-color css
<style>
span { border-color: #880DED; }
span { border-color: rgb(136,13,237); }
td.TdClassName
{
border-color: #880DED;
}
.TagClassName
{
border-color: #880DED;
}
</style>