Shades of Dark Violet #880DBD
Tints of Dark Violet #880DBD
RGB
CMYK
RGB Variations
Color information
#880DBD (or 0x880DBD) is known color: Dark Violet. HEX triplet: 88, 0D and BD. RGB value is (136,13,189). Sum of RGB (Red+Green+Blue) = 136+13+189=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #880DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DBD is #77F242. Grayscale: #454545. Windows color (decimal): -7860803 or 12389768. OLE color: 12389768.
HSL color Cylindrical-coordinate representation of color #880DBD: hue angle of 281.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DBD is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 13 | 189 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.26 |
| HSL | 281.93º | 0.87% | 0.4% | - |
| HSV(B) | 281.93º | 0.93% | 0.74% | - |
| XYZ | 19.48 | 9.2 | 48.89 | - |
| YUV | 69.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 189 | 0.28 | 0.93 | 0 | 0.26 | 281.93 | 0.87 | 0.4 |
| Hex | 88 | D | BD | 1C | 5D | 0 | 1A | 11A | 57 | 28 |
| Octal | 210 | 15 | 275 | 34 | 135 | 0 | 32 | 432 | 127 | 50 |
| Binary | 10001000 | 1101 | 10111101 | 11100 | 1011101 | 0 | 11010 | 100011010 | 1010111 | 101000 |
Color Harmonies of #880DBD
Complementary color
Monochromatic Colors of #880DBD
Black with #880DBD
Text Example
Text Example
White with #880DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DBD; }
p { color: rgb(136,13,189); }
H1.HeaderClassName
{
color: #880DBD;
}
.AnyTagClassName
{
color: #880DBD;
}
</style>
background-color css
<style>
a { background-color: #880DBD; }
a { background-color: rgb(136,13,189); }
div.DivClassName
{
background-color: #880DBD;
}
.BgClassName
{
background-color: #880DBD;
}
</style>
border-color css
<style>
span { border-color: #880DBD; }
span { border-color: rgb(136,13,189); }
td.TdClassName
{
border-color: #880DBD;
}
.TagClassName
{
border-color: #880DBD;
}
</style>