Shades of Dark Violet #880FDE
Tints of Dark Violet #880FDE
RGB
CMYK
RGB Variations
Color information
#880FDE (or 0x880FDE) is known color: Dark Violet. HEX triplet: 88, 0F and DE. RGB value is (136,15,222). Sum of RGB (Red+Green+Blue) = 136+15+222=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #880FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FDE is #77F021. Grayscale: #4A4A4A. Windows color (decimal): -7860258 or 14552968. OLE color: 14552968.
HSL color Cylindrical-coordinate representation of color #880FDE: hue angle of 275.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FDE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 15 | 222 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 275.07º | 0.87% | 0.46% | - |
| HSV(B) | 275.07º | 0.93% | 0.87% | - |
| XYZ | 23.51 | 10.85 | 69.96 | - |
| YUV | 74.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 222 | 0.39 | 0.93 | 0 | 0.13 | 275.07 | 0.87 | 0.46 |
| Hex | 88 | F | DE | 27 | 5D | 0 | D | 113 | 57 | 2E |
| Octal | 210 | 17 | 336 | 47 | 135 | 0 | 15 | 423 | 127 | 56 |
| Binary | 10001000 | 1111 | 11011110 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101110 |
Color Harmonies of #880FDE
Complementary color
Monochromatic Colors of #880FDE
Black with #880FDE
Text Example
Text Example
White with #880FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FDE; }
p { color: rgb(136,15,222); }
H1.HeaderClassName
{
color: #880FDE;
}
.AnyTagClassName
{
color: #880FDE;
}
</style>
background-color css
<style>
a { background-color: #880FDE; }
a { background-color: rgb(136,15,222); }
div.DivClassName
{
background-color: #880FDE;
}
.BgClassName
{
background-color: #880FDE;
}
</style>
border-color css
<style>
span { border-color: #880FDE; }
span { border-color: rgb(136,15,222); }
td.TdClassName
{
border-color: #880FDE;
}
.TagClassName
{
border-color: #880FDE;
}
</style>