Shades of Blue Violet #842ACB
Tints of Blue Violet #842ACB
RGB
CMYK
RGB Variations
Color information
#842ACB (or 0x842ACB) is known color: Blue Violet. HEX triplet: 84, 2A and CB. RGB value is (132,42,203). Sum of RGB (Red+Green+Blue) = 132+42+203=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #842ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ACB is #7BD534. Grayscale: #565656. Windows color (decimal): -8115509 or 13314692. OLE color: 13314692.
HSL color Cylindrical-coordinate representation of color #842ACB: hue angle of 273.54º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842ACB is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 42 | 203 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.20 |
| HSL | 273.54º | 0.66% | 0.48% | - |
| HSV(B) | 273.54º | 0.79% | 0.8% | - |
| XYZ | 21.12 | 10.87 | 57.49 | - |
| YUV | 87.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 203 | 0.35 | 0.79 | 0 | 0.20 | 273.54 | 0.66 | 0.48 |
| Hex | 84 | 2A | CB | 23 | 4F | 0 | 14 | 112 | 42 | 30 |
| Octal | 204 | 52 | 313 | 43 | 117 | 0 | 24 | 422 | 102 | 60 |
| Binary | 10000100 | 101010 | 11001011 | 100011 | 1001111 | 0 | 10100 | 100010010 | 1000010 | 110000 |
Color Harmonies of #842ACB
Complementary color
Monochromatic Colors of #842ACB
Black with #842ACB
Text Example
Text Example
White with #842ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ACB; }
p { color: rgb(132,42,203); }
H1.HeaderClassName
{
color: #842ACB;
}
.AnyTagClassName
{
color: #842ACB;
}
</style>
background-color css
<style>
a { background-color: #842ACB; }
a { background-color: rgb(132,42,203); }
div.DivClassName
{
background-color: #842ACB;
}
.BgClassName
{
background-color: #842ACB;
}
</style>
border-color css
<style>
span { border-color: #842ACB; }
span { border-color: rgb(132,42,203); }
td.TdClassName
{
border-color: #842ACB;
}
.TagClassName
{
border-color: #842ACB;
}
</style>