Shades of Dark Violet #840BC1
Tints of Dark Violet #840BC1
RGB
CMYK
RGB Variations
Color information
#840BC1 (or 0x840BC1) is known color: Dark Violet. HEX triplet: 84, 0B and C1. RGB value is (132,11,193). Sum of RGB (Red+Green+Blue) = 132+11+193=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #840BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BC1 is #7BF43E. Grayscale: #434343. Windows color (decimal): -8123455 or 12651396. OLE color: 12651396.
HSL color Cylindrical-coordinate representation of color #840BC1: hue angle of 279.89º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840BC1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 11 | 193 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.24 |
| HSL | 279.89º | 0.89% | 0.4% | - |
| HSV(B) | 279.89º | 0.94% | 0.76% | - |
| XYZ | 19.26 | 9 | 51.17 | - |
| YUV | 67.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 193 | 0.32 | 0.94 | 0 | 0.24 | 279.89 | 0.89 | 0.4 |
| Hex | 84 | B | C1 | 20 | 5E | 0 | 18 | 118 | 59 | 28 |
| Octal | 204 | 13 | 301 | 40 | 136 | 0 | 30 | 430 | 131 | 50 |
| Binary | 10000100 | 1011 | 11000001 | 100000 | 1011110 | 0 | 11000 | 100011000 | 1011001 | 101000 |
Color Harmonies of #840BC1
Complementary color
Monochromatic Colors of #840BC1
Black with #840BC1
Text Example
Text Example
White with #840BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BC1; }
p { color: rgb(132,11,193); }
H1.HeaderClassName
{
color: #840BC1;
}
.AnyTagClassName
{
color: #840BC1;
}
</style>
background-color css
<style>
a { background-color: #840BC1; }
a { background-color: rgb(132,11,193); }
div.DivClassName
{
background-color: #840BC1;
}
.BgClassName
{
background-color: #840BC1;
}
</style>
border-color css
<style>
span { border-color: #840BC1; }
span { border-color: rgb(132,11,193); }
td.TdClassName
{
border-color: #840BC1;
}
.TagClassName
{
border-color: #840BC1;
}
</style>