Shades of Dark Violet #840AB2
Tints of Dark Violet #840AB2
RGB
CMYK
RGB Variations
Color information
#840AB2 (or 0x840AB2) is known color: Dark Violet. HEX triplet: 84, 0A and B2. RGB value is (132,10,178). Sum of RGB (Red+Green+Blue) = 132+10+178=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #840AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840AB2 is #7BF54D. Grayscale: #414141. Windows color (decimal): -8123726 or 11668100. OLE color: 11668100.
HSL color Cylindrical-coordinate representation of color #840AB2: hue angle of 283.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840AB2 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 10 | 178 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.30 |
| HSL | 283.57º | 0.89% | 0.37% | - |
| HSV(B) | 283.57º | 0.94% | 0.7% | - |
| XYZ | 17.66 | 8.34 | 42.8 | - |
| YUV | 65.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 178 | 0.26 | 0.94 | 0 | 0.30 | 283.57 | 0.89 | 0.37 |
| Hex | 84 | A | B2 | 1A | 5E | 0 | 1E | 11C | 59 | 25 |
| Octal | 204 | 12 | 262 | 32 | 136 | 0 | 36 | 434 | 131 | 45 |
| Binary | 10000100 | 1010 | 10110010 | 11010 | 1011110 | 0 | 11110 | 100011100 | 1011001 | 100101 |
Color Harmonies of #840AB2
Complementary color
Monochromatic Colors of #840AB2
Black with #840AB2
Text Example
Text Example
White with #840AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840AB2; }
p { color: rgb(132,10,178); }
H1.HeaderClassName
{
color: #840AB2;
}
.AnyTagClassName
{
color: #840AB2;
}
</style>
background-color css
<style>
a { background-color: #840AB2; }
a { background-color: rgb(132,10,178); }
div.DivClassName
{
background-color: #840AB2;
}
.BgClassName
{
background-color: #840AB2;
}
</style>
border-color css
<style>
span { border-color: #840AB2; }
span { border-color: rgb(132,10,178); }
td.TdClassName
{
border-color: #840AB2;
}
.TagClassName
{
border-color: #840AB2;
}
</style>