Shades of Blue Violet #842CEB
Tints of Blue Violet #842CEB
RGB
CMYK
RGB Variations
Color information
#842CEB (or 0x842CEB) is known color: Blue Violet. HEX triplet: 84, 2C and EB. RGB value is (132,44,235). Sum of RGB (Red+Green+Blue) = 132+44+235=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #842CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CEB is #7BD314. Grayscale: #5B5B5B. Windows color (decimal): -8114965 or 15412356. OLE color: 15412356.
HSL color Cylindrical-coordinate representation of color #842CEB: hue angle of 267.64º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842CEB is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 44 | 235 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.08 |
| HSL | 267.64º | 0.83% | 0.55% | - |
| HSV(B) | 267.64º | 0.81% | 0.92% | - |
| XYZ | 25.41 | 12.71 | 79.71 | - |
| YUV | 92.09 | 208.65 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 235 | 0.44 | 0.81 | 0 | 0.08 | 267.64 | 0.83 | 0.55 |
| Hex | 84 | 2C | EB | 2C | 51 | 0 | 8 | 10C | 53 | 37 |
| Octal | 204 | 54 | 353 | 54 | 121 | 0 | 10 | 414 | 123 | 67 |
| Binary | 10000100 | 101100 | 11101011 | 101100 | 1010001 | 0 | 1000 | 100001100 | 1010011 | 110111 |
Color Harmonies of #842CEB
Complementary color
Monochromatic Colors of #842CEB
Black with #842CEB
Text Example
Text Example
White with #842CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CEB; }
p { color: rgb(132,44,235); }
H1.HeaderClassName
{
color: #842CEB;
}
.AnyTagClassName
{
color: #842CEB;
}
</style>
background-color css
<style>
a { background-color: #842CEB; }
a { background-color: rgb(132,44,235); }
div.DivClassName
{
background-color: #842CEB;
}
.BgClassName
{
background-color: #842CEB;
}
</style>
border-color css
<style>
span { border-color: #842CEB; }
span { border-color: rgb(132,44,235); }
td.TdClassName
{
border-color: #842CEB;
}
.TagClassName
{
border-color: #842CEB;
}
</style>