Shades of Blue Violet #841CEB
Tints of Blue Violet #841CEB
RGB
CMYK
RGB Variations
Color information
#841CEB (or 0x841CEB) is known color: Blue Violet. HEX triplet: 84, 1C and EB. RGB value is (132,28,235). Sum of RGB (Red+Green+Blue) = 132+28+235=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #841CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CEB is #7BE314. Grayscale: #515151. Windows color (decimal): -8119061 or 15408260. OLE color: 15408260.
HSL color Cylindrical-coordinate representation of color #841CEB: hue angle of 270.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CEB is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 28 | 235 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.08 |
| HSL | 270.14º | 0.84% | 0.52% | - |
| HSV(B) | 270.14º | 0.88% | 0.92% | - |
| XYZ | 24.93 | 11.73 | 79.55 | - |
| YUV | 82.69 | 213.96 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 235 | 0.44 | 0.88 | 0 | 0.08 | 270.14 | 0.84 | 0.52 |
| Hex | 84 | 1C | EB | 2C | 58 | 0 | 8 | 10E | 54 | 34 |
| Octal | 204 | 34 | 353 | 54 | 130 | 0 | 10 | 416 | 124 | 64 |
| Binary | 10000100 | 11100 | 11101011 | 101100 | 1011000 | 0 | 1000 | 100001110 | 1010100 | 110100 |
Color Harmonies of #841CEB
Complementary color
Monochromatic Colors of #841CEB
Black with #841CEB
Text Example
Text Example
White with #841CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CEB; }
p { color: rgb(132,28,235); }
H1.HeaderClassName
{
color: #841CEB;
}
.AnyTagClassName
{
color: #841CEB;
}
</style>
background-color css
<style>
a { background-color: #841CEB; }
a { background-color: rgb(132,28,235); }
div.DivClassName
{
background-color: #841CEB;
}
.BgClassName
{
background-color: #841CEB;
}
</style>
border-color css
<style>
span { border-color: #841CEB; }
span { border-color: rgb(132,28,235); }
td.TdClassName
{
border-color: #841CEB;
}
.TagClassName
{
border-color: #841CEB;
}
</style>