Shades of Dark Violet #840CDF
Tints of Dark Violet #840CDF
RGB
CMYK
RGB Variations
Color information
#840CDF (or 0x840CDF) is known color: Dark Violet. HEX triplet: 84, 0C and DF. RGB value is (132,12,223). Sum of RGB (Red+Green+Blue) = 132+12+223=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #840CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CDF is #7BF320. Grayscale: #474747. Windows color (decimal): -8123169 or 14617732. OLE color: 14617732.
HSL color Cylindrical-coordinate representation of color #840CDF: hue angle of 274.12º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CDF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 12 | 223 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.13 |
| HSL | 274.12º | 0.9% | 0.46% | - |
| HSV(B) | 274.12º | 0.95% | 0.87% | - |
| XYZ | 22.97 | 10.5 | 70.63 | - |
| YUV | 71.93 | 213.26 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 223 | 0.41 | 0.95 | 0 | 0.13 | 274.12 | 0.9 | 0.46 |
| Hex | 84 | C | DF | 29 | 5F | 0 | D | 112 | 5A | 2E |
| Octal | 204 | 14 | 337 | 51 | 137 | 0 | 15 | 422 | 132 | 56 |
| Binary | 10000100 | 1100 | 11011111 | 101001 | 1011111 | 0 | 1101 | 100010010 | 1011010 | 101110 |
Color Harmonies of #840CDF
Complementary color
Monochromatic Colors of #840CDF
Black with #840CDF
Text Example
Text Example
White with #840CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CDF; }
p { color: rgb(132,12,223); }
H1.HeaderClassName
{
color: #840CDF;
}
.AnyTagClassName
{
color: #840CDF;
}
</style>
background-color css
<style>
a { background-color: #840CDF; }
a { background-color: rgb(132,12,223); }
div.DivClassName
{
background-color: #840CDF;
}
.BgClassName
{
background-color: #840CDF;
}
</style>
border-color css
<style>
span { border-color: #840CDF; }
span { border-color: rgb(132,12,223); }
td.TdClassName
{
border-color: #840CDF;
}
.TagClassName
{
border-color: #840CDF;
}
</style>