Shades of Dark Violet #840CE1
Tints of Dark Violet #840CE1
RGB
CMYK
RGB Variations
Color information
#840CE1 (or 0x840CE1) is known color: Dark Violet. HEX triplet: 84, 0C and E1. RGB value is (132,12,225). Sum of RGB (Red+Green+Blue) = 132+12+225=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #840CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CE1 is #7BF31E. Grayscale: #474747. Windows color (decimal): -8123167 or 14748804. OLE color: 14748804.
HSL color Cylindrical-coordinate representation of color #840CE1: hue angle of 273.8º 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 #840CE1 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 12 | 225 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.12 |
| HSL | 273.8º | 0.9% | 0.46% | - |
| HSV(B) | 273.8º | 0.95% | 0.88% | - |
| XYZ | 23.24 | 10.6 | 72.06 | - |
| YUV | 72.16 | 214.26 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 225 | 0.41 | 0.95 | 0 | 0.12 | 273.8 | 0.9 | 0.46 |
| Hex | 84 | C | E1 | 29 | 5F | 0 | C | 112 | 5A | 2E |
| Octal | 204 | 14 | 341 | 51 | 137 | 0 | 14 | 422 | 132 | 56 |
| Binary | 10000100 | 1100 | 11100001 | 101001 | 1011111 | 0 | 1100 | 100010010 | 1011010 | 101110 |
Color Harmonies of #840CE1
Complementary color
Monochromatic Colors of #840CE1
Black with #840CE1
Text Example
Text Example
White with #840CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CE1; }
p { color: rgb(132,12,225); }
H1.HeaderClassName
{
color: #840CE1;
}
.AnyTagClassName
{
color: #840CE1;
}
</style>
background-color css
<style>
a { background-color: #840CE1; }
a { background-color: rgb(132,12,225); }
div.DivClassName
{
background-color: #840CE1;
}
.BgClassName
{
background-color: #840CE1;
}
</style>
border-color css
<style>
span { border-color: #840CE1; }
span { border-color: rgb(132,12,225); }
td.TdClassName
{
border-color: #840CE1;
}
.TagClassName
{
border-color: #840CE1;
}
</style>