Shades of Dark Violet #840FCC
Tints of Dark Violet #840FCC
RGB
CMYK
RGB Variations
Color information
#840FCC (or 0x840FCC) is known color: Dark Violet. HEX triplet: 84, 0F and CC. RGB value is (132,15,204). Sum of RGB (Red+Green+Blue) = 132+15+204=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #840FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FCC is #7BF033. Grayscale: #464646. Windows color (decimal): -8122420 or 13373316. OLE color: 13373316.
HSL color Cylindrical-coordinate representation of color #840FCC: hue angle of 277.14º 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 #840FCC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 15 | 204 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.2 |
| HSL | 277.14º | 0.86% | 0.43% | - |
| HSV(B) | 277.14º | 0.93% | 0.8% | - |
| XYZ | 20.59 | 9.61 | 57.9 | - |
| YUV | 71.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 204 | 0.35 | 0.93 | 0 | 0.2 | 277.14 | 0.86 | 0.43 |
| Hex | 84 | F | CC | 23 | 5D | 0 | 14 | 115 | 56 | 2B |
| Octal | 204 | 17 | 314 | 43 | 135 | 0 | 24 | 425 | 126 | 53 |
| Binary | 10000100 | 1111 | 11001100 | 100011 | 1011101 | 0 | 10100 | 100010101 | 1010110 | 101011 |
Color Harmonies of #840FCC
Complementary color
Monochromatic Colors of #840FCC
Black with #840FCC
Text Example
Text Example
White with #840FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FCC; }
p { color: rgb(132,15,204); }
H1.HeaderClassName
{
color: #840FCC;
}
.AnyTagClassName
{
color: #840FCC;
}
</style>
background-color css
<style>
a { background-color: #840FCC; }
a { background-color: rgb(132,15,204); }
div.DivClassName
{
background-color: #840FCC;
}
.BgClassName
{
background-color: #840FCC;
}
</style>
border-color css
<style>
span { border-color: #840FCC; }
span { border-color: rgb(132,15,204); }
td.TdClassName
{
border-color: #840FCC;
}
.TagClassName
{
border-color: #840FCC;
}
</style>