Shades of Dark Violet #840FCD
Tints of Dark Violet #840FCD
RGB
CMYK
RGB Variations
Color information
#840FCD (or 0x840FCD) is known color: Dark Violet. HEX triplet: 84, 0F and CD. RGB value is (132,15,205). Sum of RGB (Red+Green+Blue) = 132+15+205=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #840FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FCD is #7BF032. Grayscale: #474747. Windows color (decimal): -8122419 or 13438852. OLE color: 13438852.
HSL color Cylindrical-coordinate representation of color #840FCD: hue angle of 276.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840FCD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 15 | 205 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.20 |
| HSL | 276.95º | 0.86% | 0.43% | - |
| HSV(B) | 276.95º | 0.93% | 0.8% | - |
| XYZ | 20.71 | 9.65 | 58.53 | - |
| YUV | 71.64 | 203.26 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 205 | 0.36 | 0.93 | 0 | 0.20 | 276.95 | 0.86 | 0.43 |
| Hex | 84 | F | CD | 24 | 5D | 0 | 14 | 115 | 56 | 2B |
| Octal | 204 | 17 | 315 | 44 | 135 | 0 | 24 | 425 | 126 | 53 |
| Binary | 10000100 | 1111 | 11001101 | 100100 | 1011101 | 0 | 10100 | 100010101 | 1010110 | 101011 |
Color Harmonies of #840FCD
Complementary color
Monochromatic Colors of #840FCD
Black with #840FCD
Text Example
Text Example
White with #840FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FCD; }
p { color: rgb(132,15,205); }
H1.HeaderClassName
{
color: #840FCD;
}
.AnyTagClassName
{
color: #840FCD;
}
</style>
background-color css
<style>
a { background-color: #840FCD; }
a { background-color: rgb(132,15,205); }
div.DivClassName
{
background-color: #840FCD;
}
.BgClassName
{
background-color: #840FCD;
}
</style>
border-color css
<style>
span { border-color: #840FCD; }
span { border-color: rgb(132,15,205); }
td.TdClassName
{
border-color: #840FCD;
}
.TagClassName
{
border-color: #840FCD;
}
</style>