Shades of Dark Violet #880FD9
Tints of Dark Violet #880FD9
RGB
CMYK
RGB Variations
Color information
#880FD9 (or 0x880FD9) is known color: Dark Violet. HEX triplet: 88, 0F and D9. RGB value is (136,15,217). Sum of RGB (Red+Green+Blue) = 136+15+217=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #880FD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FD9 is #77F026. Grayscale: #494949. Windows color (decimal): -7860263 or 14225288. OLE color: 14225288.
HSL color Cylindrical-coordinate representation of color #880FD9: hue angle of 275.94º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FD9 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 15 | 217 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.15 |
| HSL | 275.94º | 0.87% | 0.45% | - |
| HSV(B) | 275.94º | 0.93% | 0.85% | - |
| XYZ | 22.85 | 10.59 | 66.48 | - |
| YUV | 74.21 | 208.59 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 217 | 0.37 | 0.93 | 0 | 0.15 | 275.94 | 0.87 | 0.45 |
| Hex | 88 | F | D9 | 25 | 5D | 0 | F | 114 | 57 | 2D |
| Octal | 210 | 17 | 331 | 45 | 135 | 0 | 17 | 424 | 127 | 55 |
| Binary | 10001000 | 1111 | 11011001 | 100101 | 1011101 | 0 | 1111 | 100010100 | 1010111 | 101101 |
Color Harmonies of #880FD9
Complementary color
Monochromatic Colors of #880FD9
Black with #880FD9
Text Example
Text Example
White with #880FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FD9; }
p { color: rgb(136,15,217); }
H1.HeaderClassName
{
color: #880FD9;
}
.AnyTagClassName
{
color: #880FD9;
}
</style>
background-color css
<style>
a { background-color: #880FD9; }
a { background-color: rgb(136,15,217); }
div.DivClassName
{
background-color: #880FD9;
}
.BgClassName
{
background-color: #880FD9;
}
</style>
border-color css
<style>
span { border-color: #880FD9; }
span { border-color: rgb(136,15,217); }
td.TdClassName
{
border-color: #880FD9;
}
.TagClassName
{
border-color: #880FD9;
}
</style>