Shades of Blue Violet #841EEB
Tints of Blue Violet #841EEB
RGB
CMYK
RGB Variations
Color information
#841EEB (or 0x841EEB) is known color: Blue Violet. HEX triplet: 84, 1E and EB. RGB value is (132,30,235). Sum of RGB (Red+Green+Blue) = 132+30+235=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #841EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EEB is #7BE114. Grayscale: #535353. Windows color (decimal): -8118549 or 15408772. OLE color: 15408772.
HSL color Cylindrical-coordinate representation of color #841EEB: hue angle of 269.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841EEB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 30 | 235 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.08 |
| HSL | 269.85º | 0.84% | 0.52% | - |
| HSV(B) | 269.85º | 0.87% | 0.92% | - |
| XYZ | 24.98 | 11.83 | 79.56 | - |
| YUV | 83.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 235 | 0.44 | 0.87 | 0 | 0.08 | 269.85 | 0.84 | 0.52 |
| Hex | 84 | 1E | EB | 2C | 57 | 0 | 8 | 10E | 54 | 34 |
| Octal | 204 | 36 | 353 | 54 | 127 | 0 | 10 | 416 | 124 | 64 |
| Binary | 10000100 | 11110 | 11101011 | 101100 | 1010111 | 0 | 1000 | 100001110 | 1010100 | 110100 |
Color Harmonies of #841EEB
Complementary color
Monochromatic Colors of #841EEB
Black with #841EEB
Text Example
Text Example
White with #841EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EEB; }
p { color: rgb(132,30,235); }
H1.HeaderClassName
{
color: #841EEB;
}
.AnyTagClassName
{
color: #841EEB;
}
</style>
background-color css
<style>
a { background-color: #841EEB; }
a { background-color: rgb(132,30,235); }
div.DivClassName
{
background-color: #841EEB;
}
.BgClassName
{
background-color: #841EEB;
}
</style>
border-color css
<style>
span { border-color: #841EEB; }
span { border-color: rgb(132,30,235); }
td.TdClassName
{
border-color: #841EEB;
}
.TagClassName
{
border-color: #841EEB;
}
</style>