Shades of Dark Violet #880FD8
Tints of Dark Violet #880FD8
RGB
CMYK
RGB Variations
Color information
#880FD8 (or 0x880FD8) is known color: Dark Violet. HEX triplet: 88, 0F and D8. RGB value is (136,15,216). Sum of RGB (Red+Green+Blue) = 136+15+216=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #880FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FD8 is #77F027. Grayscale: #494949. Windows color (decimal): -7860264 or 14159752. OLE color: 14159752.
HSL color Cylindrical-coordinate representation of color #880FD8: hue angle of 276.12º 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 #880FD8 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 15 | 216 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.15 |
| HSL | 276.12º | 0.87% | 0.45% | - |
| HSV(B) | 276.12º | 0.93% | 0.85% | - |
| XYZ | 22.72 | 10.53 | 65.8 | - |
| YUV | 74.09 | 208.09 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 216 | 0.37 | 0.93 | 0 | 0.15 | 276.12 | 0.87 | 0.45 |
| Hex | 88 | F | D8 | 25 | 5D | 0 | F | 114 | 57 | 2D |
| Octal | 210 | 17 | 330 | 45 | 135 | 0 | 17 | 424 | 127 | 55 |
| Binary | 10001000 | 1111 | 11011000 | 100101 | 1011101 | 0 | 1111 | 100010100 | 1010111 | 101101 |
Color Harmonies of #880FD8
Complementary color
Monochromatic Colors of #880FD8
Black with #880FD8
Text Example
Text Example
White with #880FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FD8; }
p { color: rgb(136,15,216); }
H1.HeaderClassName
{
color: #880FD8;
}
.AnyTagClassName
{
color: #880FD8;
}
</style>
background-color css
<style>
a { background-color: #880FD8; }
a { background-color: rgb(136,15,216); }
div.DivClassName
{
background-color: #880FD8;
}
.BgClassName
{
background-color: #880FD8;
}
</style>
border-color css
<style>
span { border-color: #880FD8; }
span { border-color: rgb(136,15,216); }
td.TdClassName
{
border-color: #880FD8;
}
.TagClassName
{
border-color: #880FD8;
}
</style>