Shades of Dark Violet #840CC1
Tints of Dark Violet #840CC1
RGB
CMYK
RGB Variations
Color information
#840CC1 (or 0x840CC1) is known color: Dark Violet. HEX triplet: 84, 0C and C1. RGB value is (132,12,193). Sum of RGB (Red+Green+Blue) = 132+12+193=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #840CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CC1 is #7BF33E. Grayscale: #434343. Windows color (decimal): -8123199 or 12651652. OLE color: 12651652.
HSL color Cylindrical-coordinate representation of color #840CC1: hue angle of 279.78º degrees, saturation: 0.88, 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 #840CC1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 12 | 193 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.24 |
| HSL | 279.78º | 0.88% | 0.4% | - |
| HSV(B) | 279.78º | 0.94% | 0.76% | - |
| XYZ | 19.27 | 9.02 | 51.18 | - |
| YUV | 68.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 193 | 0.32 | 0.94 | 0 | 0.24 | 279.78 | 0.88 | 0.4 |
| Hex | 84 | C | C1 | 20 | 5E | 0 | 18 | 118 | 58 | 28 |
| Octal | 204 | 14 | 301 | 40 | 136 | 0 | 30 | 430 | 130 | 50 |
| Binary | 10000100 | 1100 | 11000001 | 100000 | 1011110 | 0 | 11000 | 100011000 | 1011000 | 101000 |
Color Harmonies of #840CC1
Complementary color
Monochromatic Colors of #840CC1
Black with #840CC1
Text Example
Text Example
White with #840CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CC1; }
p { color: rgb(132,12,193); }
H1.HeaderClassName
{
color: #840CC1;
}
.AnyTagClassName
{
color: #840CC1;
}
</style>
background-color css
<style>
a { background-color: #840CC1; }
a { background-color: rgb(132,12,193); }
div.DivClassName
{
background-color: #840CC1;
}
.BgClassName
{
background-color: #840CC1;
}
</style>
border-color css
<style>
span { border-color: #840CC1; }
span { border-color: rgb(132,12,193); }
td.TdClassName
{
border-color: #840CC1;
}
.TagClassName
{
border-color: #840CC1;
}
</style>