Shades of Dark Violet #840BCD
Tints of Dark Violet #840BCD
RGB
CMYK
RGB Variations
Color information
#840BCD (or 0x840BCD) is known color: Dark Violet. HEX triplet: 84, 0B and CD. RGB value is (132,11,205). Sum of RGB (Red+Green+Blue) = 132+11+205=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #840BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BCD is #7BF432. Grayscale: #444444. Windows color (decimal): -8123443 or 13437828. OLE color: 13437828.
HSL color Cylindrical-coordinate representation of color #840BCD: hue angle of 277.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840BCD is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 11 | 205 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.20 |
| HSL | 277.42º | 0.9% | 0.42% | - |
| HSV(B) | 277.42º | 0.95% | 0.8% | - |
| XYZ | 20.65 | 9.55 | 58.51 | - |
| YUV | 69.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 205 | 0.36 | 0.95 | 0 | 0.20 | 277.42 | 0.9 | 0.42 |
| Hex | 84 | B | CD | 24 | 5F | 0 | 14 | 115 | 5A | 2A |
| Octal | 204 | 13 | 315 | 44 | 137 | 0 | 24 | 425 | 132 | 52 |
| Binary | 10000100 | 1011 | 11001101 | 100100 | 1011111 | 0 | 10100 | 100010101 | 1011010 | 101010 |
Color Harmonies of #840BCD
Complementary color
Monochromatic Colors of #840BCD
Black with #840BCD
Text Example
Text Example
White with #840BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BCD; }
p { color: rgb(132,11,205); }
H1.HeaderClassName
{
color: #840BCD;
}
.AnyTagClassName
{
color: #840BCD;
}
</style>
background-color css
<style>
a { background-color: #840BCD; }
a { background-color: rgb(132,11,205); }
div.DivClassName
{
background-color: #840BCD;
}
.BgClassName
{
background-color: #840BCD;
}
</style>
border-color css
<style>
span { border-color: #840BCD; }
span { border-color: rgb(132,11,205); }
td.TdClassName
{
border-color: #840BCD;
}
.TagClassName
{
border-color: #840BCD;
}
</style>