Shades of Dark Violet #840ACE
Tints of Dark Violet #840ACE
RGB
CMYK
RGB Variations
Color information
#840ACE (or 0x840ACE) is known color: Dark Violet. HEX triplet: 84, 0A and CE. RGB value is (132,10,206). Sum of RGB (Red+Green+Blue) = 132+10+206=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #840ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ACE is #7BF531. Grayscale: #444444. Windows color (decimal): -8123698 or 13503108. OLE color: 13503108.
HSL color Cylindrical-coordinate representation of color #840ACE: hue angle of 277.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840ACE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 10 | 206 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.19 |
| HSL | 277.35º | 0.91% | 0.42% | - |
| HSV(B) | 277.35º | 0.95% | 0.81% | - |
| XYZ | 20.76 | 9.58 | 59.15 | - |
| YUV | 68.82 | 205.42 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 206 | 0.36 | 0.95 | 0 | 0.19 | 277.35 | 0.91 | 0.42 |
| Hex | 84 | A | CE | 24 | 5F | 0 | 13 | 115 | 5B | 2A |
| Octal | 204 | 12 | 316 | 44 | 137 | 0 | 23 | 425 | 133 | 52 |
| Binary | 10000100 | 1010 | 11001110 | 100100 | 1011111 | 0 | 10011 | 100010101 | 1011011 | 101010 |
Color Harmonies of #840ACE
Complementary color
Monochromatic Colors of #840ACE
Black with #840ACE
Text Example
Text Example
White with #840ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840ACE; }
p { color: rgb(132,10,206); }
H1.HeaderClassName
{
color: #840ACE;
}
.AnyTagClassName
{
color: #840ACE;
}
</style>
background-color css
<style>
a { background-color: #840ACE; }
a { background-color: rgb(132,10,206); }
div.DivClassName
{
background-color: #840ACE;
}
.BgClassName
{
background-color: #840ACE;
}
</style>
border-color css
<style>
span { border-color: #840ACE; }
span { border-color: rgb(132,10,206); }
td.TdClassName
{
border-color: #840ACE;
}
.TagClassName
{
border-color: #840ACE;
}
</style>