Shades of Dark Violet #840CCD
Tints of Dark Violet #840CCD
RGB
CMYK
RGB Variations
Color information
#840CCD (or 0x840CCD) is known color: Dark Violet. HEX triplet: 84, 0C and CD. RGB value is (132,12,205). Sum of RGB (Red+Green+Blue) = 132+12+205=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #840CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CCD is #7BF332. Grayscale: #454545. Windows color (decimal): -8123187 or 13438084. OLE color: 13438084.
HSL color Cylindrical-coordinate representation of color #840CCD: hue angle of 277.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840CCD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 12 | 205 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.20 |
| HSL | 277.31º | 0.89% | 0.43% | - |
| HSV(B) | 277.31º | 0.94% | 0.8% | - |
| XYZ | 20.67 | 9.58 | 58.52 | - |
| YUV | 69.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 205 | 0.36 | 0.94 | 0 | 0.20 | 277.31 | 0.89 | 0.43 |
| Hex | 84 | C | CD | 24 | 5E | 0 | 14 | 115 | 59 | 2B |
| Octal | 204 | 14 | 315 | 44 | 136 | 0 | 24 | 425 | 131 | 53 |
| Binary | 10000100 | 1100 | 11001101 | 100100 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101011 |
Color Harmonies of #840CCD
Complementary color
Monochromatic Colors of #840CCD
Black with #840CCD
Text Example
Text Example
White with #840CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CCD; }
p { color: rgb(132,12,205); }
H1.HeaderClassName
{
color: #840CCD;
}
.AnyTagClassName
{
color: #840CCD;
}
</style>
background-color css
<style>
a { background-color: #840CCD; }
a { background-color: rgb(132,12,205); }
div.DivClassName
{
background-color: #840CCD;
}
.BgClassName
{
background-color: #840CCD;
}
</style>
border-color css
<style>
span { border-color: #840CCD; }
span { border-color: rgb(132,12,205); }
td.TdClassName
{
border-color: #840CCD;
}
.TagClassName
{
border-color: #840CCD;
}
</style>