Shades of Dark Violet #840ADC
Tints of Dark Violet #840ADC
RGB
CMYK
RGB Variations
Color information
#840ADC (or 0x840ADC) is known color: Dark Violet. HEX triplet: 84, 0A and DC. RGB value is (132,10,220). Sum of RGB (Red+Green+Blue) = 132+10+220=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #840ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ADC is #7BF523. Grayscale: #454545. Windows color (decimal): -8123684 or 14420612. OLE color: 14420612.
HSL color Cylindrical-coordinate representation of color #840ADC: hue angle of 274.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840ADC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 10 | 220 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.14 |
| HSL | 274.86º | 0.91% | 0.45% | - |
| HSV(B) | 274.86º | 0.95% | 0.86% | - |
| XYZ | 22.54 | 10.29 | 68.51 | - |
| YUV | 70.42 | 212.42 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 220 | 0.40 | 0.95 | 0 | 0.14 | 274.86 | 0.91 | 0.45 |
| Hex | 84 | A | DC | 28 | 5F | 0 | E | 113 | 5B | 2D |
| Octal | 204 | 12 | 334 | 50 | 137 | 0 | 16 | 423 | 133 | 55 |
| Binary | 10000100 | 1010 | 11011100 | 101000 | 1011111 | 0 | 1110 | 100010011 | 1011011 | 101101 |
Color Harmonies of #840ADC
Complementary color
Monochromatic Colors of #840ADC
Black with #840ADC
Text Example
Text Example
White with #840ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840ADC; }
p { color: rgb(132,10,220); }
H1.HeaderClassName
{
color: #840ADC;
}
.AnyTagClassName
{
color: #840ADC;
}
</style>
background-color css
<style>
a { background-color: #840ADC; }
a { background-color: rgb(132,10,220); }
div.DivClassName
{
background-color: #840ADC;
}
.BgClassName
{
background-color: #840ADC;
}
</style>
border-color css
<style>
span { border-color: #840ADC; }
span { border-color: rgb(132,10,220); }
td.TdClassName
{
border-color: #840ADC;
}
.TagClassName
{
border-color: #840ADC;
}
</style>