Shades of Dark Violet #880FE1
Tints of Dark Violet #880FE1
RGB
CMYK
RGB Variations
Color information
#880FE1 (or 0x880FE1) is known color: Dark Violet. HEX triplet: 88, 0F and E1. RGB value is (136,15,225). Sum of RGB (Red+Green+Blue) = 136+15+225=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #880FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FE1 is #77F01E. Grayscale: #4A4A4A. Windows color (decimal): -7860255 or 14749576. OLE color: 14749576.
HSL color Cylindrical-coordinate representation of color #880FE1: hue angle of 274.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FE1 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 15 | 225 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.12 |
| HSL | 274.57º | 0.88% | 0.47% | - |
| HSV(B) | 274.57º | 0.93% | 0.88% | - |
| XYZ | 23.91 | 11.01 | 72.1 | - |
| YUV | 75.12 | 212.59 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 225 | 0.40 | 0.93 | 0 | 0.12 | 274.57 | 0.88 | 0.47 |
| Hex | 88 | F | E1 | 28 | 5D | 0 | C | 113 | 58 | 2F |
| Octal | 210 | 17 | 341 | 50 | 135 | 0 | 14 | 423 | 130 | 57 |
| Binary | 10001000 | 1111 | 11100001 | 101000 | 1011101 | 0 | 1100 | 100010011 | 1011000 | 101111 |
Color Harmonies of #880FE1
Complementary color
Monochromatic Colors of #880FE1
Black with #880FE1
Text Example
Text Example
White with #880FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FE1; }
p { color: rgb(136,15,225); }
H1.HeaderClassName
{
color: #880FE1;
}
.AnyTagClassName
{
color: #880FE1;
}
</style>
background-color css
<style>
a { background-color: #880FE1; }
a { background-color: rgb(136,15,225); }
div.DivClassName
{
background-color: #880FE1;
}
.BgClassName
{
background-color: #880FE1;
}
</style>
border-color css
<style>
span { border-color: #880FE1; }
span { border-color: rgb(136,15,225); }
td.TdClassName
{
border-color: #880FE1;
}
.TagClassName
{
border-color: #880FE1;
}
</style>