Shades of Dark Violet #880CE1
Tints of Dark Violet #880CE1
RGB
CMYK
RGB Variations
Color information
#880CE1 (or 0x880CE1) is known color: Dark Violet. HEX triplet: 88, 0C and E1. RGB value is (136,12,225). Sum of RGB (Red+Green+Blue) = 136+12+225=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #880CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CE1 is #77F31E. Grayscale: #484848. Windows color (decimal): -7861023 or 14748808. OLE color: 14748808.
HSL color Cylindrical-coordinate representation of color #880CE1: hue angle of 274.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CE1 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 12 | 225 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.12 |
| HSL | 274.93º | 0.9% | 0.46% | - |
| HSV(B) | 274.93º | 0.95% | 0.88% | - |
| XYZ | 23.88 | 10.93 | 72.09 | - |
| YUV | 73.36 | 213.58 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 225 | 0.40 | 0.95 | 0 | 0.12 | 274.93 | 0.9 | 0.46 |
| Hex | 88 | C | E1 | 28 | 5F | 0 | C | 113 | 5A | 2E |
| Octal | 210 | 14 | 341 | 50 | 137 | 0 | 14 | 423 | 132 | 56 |
| Binary | 10001000 | 1100 | 11100001 | 101000 | 1011111 | 0 | 1100 | 100010011 | 1011010 | 101110 |
Color Harmonies of #880CE1
Complementary color
Monochromatic Colors of #880CE1
Black with #880CE1
Text Example
Text Example
White with #880CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CE1; }
p { color: rgb(136,12,225); }
H1.HeaderClassName
{
color: #880CE1;
}
.AnyTagClassName
{
color: #880CE1;
}
</style>
background-color css
<style>
a { background-color: #880CE1; }
a { background-color: rgb(136,12,225); }
div.DivClassName
{
background-color: #880CE1;
}
.BgClassName
{
background-color: #880CE1;
}
</style>
border-color css
<style>
span { border-color: #880CE1; }
span { border-color: rgb(136,12,225); }
td.TdClassName
{
border-color: #880CE1;
}
.TagClassName
{
border-color: #880CE1;
}
</style>