Shades of Dark Violet #880FD7
Tints of Dark Violet #880FD7
RGB
CMYK
RGB Variations
Color information
#880FD7 (or 0x880FD7) is known color: Dark Violet. HEX triplet: 88, 0F and D7. RGB value is (136,15,215). Sum of RGB (Red+Green+Blue) = 136+15+215=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #880FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FD7 is #77F028. Grayscale: #494949. Windows color (decimal): -7860265 or 14094216. OLE color: 14094216.
HSL color Cylindrical-coordinate representation of color #880FD7: hue angle of 276.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FD7 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 15 | 215 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.16 |
| HSL | 276.3º | 0.87% | 0.45% | - |
| HSV(B) | 276.3º | 0.93% | 0.84% | - |
| XYZ | 22.59 | 10.48 | 65.12 | - |
| YUV | 73.98 | 207.59 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 215 | 0.37 | 0.93 | 0 | 0.16 | 276.3 | 0.87 | 0.45 |
| Hex | 88 | F | D7 | 25 | 5D | 0 | 10 | 114 | 57 | 2D |
| Octal | 210 | 17 | 327 | 45 | 135 | 0 | 20 | 424 | 127 | 55 |
| Binary | 10001000 | 1111 | 11010111 | 100101 | 1011101 | 0 | 10000 | 100010100 | 1010111 | 101101 |
Color Harmonies of #880FD7
Complementary color
Monochromatic Colors of #880FD7
Black with #880FD7
Text Example
Text Example
White with #880FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FD7; }
p { color: rgb(136,15,215); }
H1.HeaderClassName
{
color: #880FD7;
}
.AnyTagClassName
{
color: #880FD7;
}
</style>
background-color css
<style>
a { background-color: #880FD7; }
a { background-color: rgb(136,15,215); }
div.DivClassName
{
background-color: #880FD7;
}
.BgClassName
{
background-color: #880FD7;
}
</style>
border-color css
<style>
span { border-color: #880FD7; }
span { border-color: rgb(136,15,215); }
td.TdClassName
{
border-color: #880FD7;
}
.TagClassName
{
border-color: #880FD7;
}
</style>