Shades of Dark Violet #840BCB
Tints of Dark Violet #840BCB
RGB
CMYK
RGB Variations
Color information
#840BCB (or 0x840BCB) is known color: Dark Violet. HEX triplet: 84, 0B and CB. RGB value is (132,11,203). Sum of RGB (Red+Green+Blue) = 132+11+203=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #840BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BCB is #7BF434. Grayscale: #444444. Windows color (decimal): -8123445 or 13306756. OLE color: 13306756.
HSL color Cylindrical-coordinate representation of color #840BCB: hue angle of 277.81º 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 #840BCB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 11 | 203 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.20 |
| HSL | 277.81º | 0.9% | 0.42% | - |
| HSV(B) | 277.81º | 0.95% | 0.8% | - |
| XYZ | 20.41 | 9.46 | 57.25 | - |
| YUV | 69.07 | 203.59 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 203 | 0.35 | 0.95 | 0 | 0.20 | 277.81 | 0.9 | 0.42 |
| Hex | 84 | B | CB | 23 | 5F | 0 | 14 | 116 | 5A | 2A |
| Octal | 204 | 13 | 313 | 43 | 137 | 0 | 24 | 426 | 132 | 52 |
| Binary | 10000100 | 1011 | 11001011 | 100011 | 1011111 | 0 | 10100 | 100010110 | 1011010 | 101010 |
Color Harmonies of #840BCB
Complementary color
Monochromatic Colors of #840BCB
Black with #840BCB
Text Example
Text Example
White with #840BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BCB; }
p { color: rgb(132,11,203); }
H1.HeaderClassName
{
color: #840BCB;
}
.AnyTagClassName
{
color: #840BCB;
}
</style>
background-color css
<style>
a { background-color: #840BCB; }
a { background-color: rgb(132,11,203); }
div.DivClassName
{
background-color: #840BCB;
}
.BgClassName
{
background-color: #840BCB;
}
</style>
border-color css
<style>
span { border-color: #840BCB; }
span { border-color: rgb(132,11,203); }
td.TdClassName
{
border-color: #840BCB;
}
.TagClassName
{
border-color: #840BCB;
}
</style>