Shades of Dark Violet #880FD1
Tints of Dark Violet #880FD1
RGB
CMYK
RGB Variations
Color information
#880FD1 (or 0x880FD1) is known color: Dark Violet. HEX triplet: 88, 0F and D1. RGB value is (136,15,209). Sum of RGB (Red+Green+Blue) = 136+15+209=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #880FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FD1 is #77F02E. Grayscale: #484848. Windows color (decimal): -7860271 or 13701000. OLE color: 13701000.
HSL color Cylindrical-coordinate representation of color #880FD1: hue angle of 277.42º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FD1 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 15 | 209 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.18 |
| HSL | 277.42º | 0.87% | 0.44% | - |
| HSV(B) | 277.42º | 0.93% | 0.82% | - |
| XYZ | 21.83 | 10.18 | 61.14 | - |
| YUV | 73.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 209 | 0.35 | 0.93 | 0 | 0.18 | 277.42 | 0.87 | 0.44 |
| Hex | 88 | F | D1 | 23 | 5D | 0 | 12 | 115 | 57 | 2C |
| Octal | 210 | 17 | 321 | 43 | 135 | 0 | 22 | 425 | 127 | 54 |
| Binary | 10001000 | 1111 | 11010001 | 100011 | 1011101 | 0 | 10010 | 100010101 | 1010111 | 101100 |
Color Harmonies of #880FD1
Complementary color
Monochromatic Colors of #880FD1
Black with #880FD1
Text Example
Text Example
White with #880FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FD1; }
p { color: rgb(136,15,209); }
H1.HeaderClassName
{
color: #880FD1;
}
.AnyTagClassName
{
color: #880FD1;
}
</style>
background-color css
<style>
a { background-color: #880FD1; }
a { background-color: rgb(136,15,209); }
div.DivClassName
{
background-color: #880FD1;
}
.BgClassName
{
background-color: #880FD1;
}
</style>
border-color css
<style>
span { border-color: #880FD1; }
span { border-color: rgb(136,15,209); }
td.TdClassName
{
border-color: #880FD1;
}
.TagClassName
{
border-color: #880FD1;
}
</style>