Shades of Dark Violet #840AB3
Tints of Dark Violet #840AB3
RGB
CMYK
RGB Variations
Color information
#840AB3 (or 0x840AB3) is known color: Dark Violet. HEX triplet: 84, 0A and B3. RGB value is (132,10,179). Sum of RGB (Red+Green+Blue) = 132+10+179=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #840AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840AB3 is #7BF54C. Grayscale: #414141. Windows color (decimal): -8123725 or 11733636. OLE color: 11733636.
HSL color Cylindrical-coordinate representation of color #840AB3: hue angle of 283.31º 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 #840AB3 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 10 | 179 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.30 |
| HSL | 283.31º | 0.89% | 0.37% | - |
| HSV(B) | 283.31º | 0.94% | 0.7% | - |
| XYZ | 17.76 | 8.38 | 43.33 | - |
| YUV | 65.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 179 | 0.26 | 0.94 | 0 | 0.30 | 283.31 | 0.89 | 0.37 |
| Hex | 84 | A | B3 | 1A | 5E | 0 | 1E | 11B | 59 | 25 |
| Octal | 204 | 12 | 263 | 32 | 136 | 0 | 36 | 433 | 131 | 45 |
| Binary | 10000100 | 1010 | 10110011 | 11010 | 1011110 | 0 | 11110 | 100011011 | 1011001 | 100101 |
Color Harmonies of #840AB3
Complementary color
Monochromatic Colors of #840AB3
Black with #840AB3
Text Example
Text Example
White with #840AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840AB3; }
p { color: rgb(132,10,179); }
H1.HeaderClassName
{
color: #840AB3;
}
.AnyTagClassName
{
color: #840AB3;
}
</style>
background-color css
<style>
a { background-color: #840AB3; }
a { background-color: rgb(132,10,179); }
div.DivClassName
{
background-color: #840AB3;
}
.BgClassName
{
background-color: #840AB3;
}
</style>
border-color css
<style>
span { border-color: #840AB3; }
span { border-color: rgb(132,10,179); }
td.TdClassName
{
border-color: #840AB3;
}
.TagClassName
{
border-color: #840AB3;
}
</style>