Shades of Dark Violet #880DBE
Tints of Dark Violet #880DBE
RGB
CMYK
RGB Variations
Color information
#880DBE (or 0x880DBE) is known color: Dark Violet. HEX triplet: 88, 0D and BE. RGB value is (136,13,190). Sum of RGB (Red+Green+Blue) = 136+13+190=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #880DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DBE is #77F241. Grayscale: #454545. Windows color (decimal): -7860802 or 12455304. OLE color: 12455304.
HSL color Cylindrical-coordinate representation of color #880DBE: hue angle of 281.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DBE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 13 | 190 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.25 |
| HSL | 281.69º | 0.87% | 0.4% | - |
| HSV(B) | 281.69º | 0.93% | 0.75% | - |
| XYZ | 19.59 | 9.24 | 49.47 | - |
| YUV | 69.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 190 | 0.28 | 0.93 | 0 | 0.25 | 281.69 | 0.87 | 0.4 |
| Hex | 88 | D | BE | 1C | 5D | 0 | 19 | 11A | 57 | 28 |
| Octal | 210 | 15 | 276 | 34 | 135 | 0 | 31 | 432 | 127 | 50 |
| Binary | 10001000 | 1101 | 10111110 | 11100 | 1011101 | 0 | 11001 | 100011010 | 1010111 | 101000 |
Color Harmonies of #880DBE
Complementary color
Monochromatic Colors of #880DBE
Black with #880DBE
Text Example
Text Example
White with #880DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DBE; }
p { color: rgb(136,13,190); }
H1.HeaderClassName
{
color: #880DBE;
}
.AnyTagClassName
{
color: #880DBE;
}
</style>
background-color css
<style>
a { background-color: #880DBE; }
a { background-color: rgb(136,13,190); }
div.DivClassName
{
background-color: #880DBE;
}
.BgClassName
{
background-color: #880DBE;
}
</style>
border-color css
<style>
span { border-color: #880DBE; }
span { border-color: rgb(136,13,190); }
td.TdClassName
{
border-color: #880DBE;
}
.TagClassName
{
border-color: #880DBE;
}
</style>