Shades of Dark Violet #840ECD
Tints of Dark Violet #840ECD
RGB
CMYK
RGB Variations
Color information
#840ECD (or 0x840ECD) is known color: Dark Violet. HEX triplet: 84, 0E and CD. RGB value is (132,14,205). Sum of RGB (Red+Green+Blue) = 132+14+205=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #840ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ECD is #7BF132. Grayscale: #464646. Windows color (decimal): -8122675 or 13438596. OLE color: 13438596.
HSL color Cylindrical-coordinate representation of color #840ECD: hue angle of 277.07º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840ECD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 14 | 205 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.20 |
| HSL | 277.07º | 0.87% | 0.43% | - |
| HSV(B) | 277.07º | 0.93% | 0.8% | - |
| XYZ | 20.69 | 9.63 | 58.53 | - |
| YUV | 71.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 205 | 0.36 | 0.93 | 0 | 0.20 | 277.07 | 0.87 | 0.43 |
| Hex | 84 | E | CD | 24 | 5D | 0 | 14 | 115 | 57 | 2B |
| Octal | 204 | 16 | 315 | 44 | 135 | 0 | 24 | 425 | 127 | 53 |
| Binary | 10000100 | 1110 | 11001101 | 100100 | 1011101 | 0 | 10100 | 100010101 | 1010111 | 101011 |
Color Harmonies of #840ECD
Complementary color
Monochromatic Colors of #840ECD
Black with #840ECD
Text Example
Text Example
White with #840ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840ECD; }
p { color: rgb(132,14,205); }
H1.HeaderClassName
{
color: #840ECD;
}
.AnyTagClassName
{
color: #840ECD;
}
</style>
background-color css
<style>
a { background-color: #840ECD; }
a { background-color: rgb(132,14,205); }
div.DivClassName
{
background-color: #840ECD;
}
.BgClassName
{
background-color: #840ECD;
}
</style>
border-color css
<style>
span { border-color: #840ECD; }
span { border-color: rgb(132,14,205); }
td.TdClassName
{
border-color: #840ECD;
}
.TagClassName
{
border-color: #840ECD;
}
</style>