Shades of Blue Violet #841CEC
Tints of Blue Violet #841CEC
RGB
CMYK
RGB Variations
Color information
#841CEC (or 0x841CEC) is known color: Blue Violet. HEX triplet: 84, 1C and EC. RGB value is (132,28,236). Sum of RGB (Red+Green+Blue) = 132+28+236=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #841CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CEC is #7BE313. Grayscale: #525252. Windows color (decimal): -8119060 or 15473796. OLE color: 15473796.
HSL color Cylindrical-coordinate representation of color #841CEC: hue angle of 270º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CEC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 28 | 236 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.52% | - |
| HSV(B) | 270º | 0.88% | 0.93% | - |
| XYZ | 25.07 | 11.79 | 80.31 | - |
| YUV | 82.81 | 214.46 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 236 | 0.44 | 0.88 | 0 | 0.07 | 270 | 0.85 | 0.52 |
| Hex | 84 | 1C | EC | 2C | 58 | 0 | 7 | 10E | 55 | 34 |
| Octal | 204 | 34 | 354 | 54 | 130 | 0 | 7 | 416 | 125 | 64 |
| Binary | 10000100 | 11100 | 11101100 | 101100 | 1011000 | 0 | 111 | 100001110 | 1010101 | 110100 |
Color Harmonies of #841CEC
Complementary color
Monochromatic Colors of #841CEC
Black with #841CEC
Text Example
Text Example
White with #841CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CEC; }
p { color: rgb(132,28,236); }
H1.HeaderClassName
{
color: #841CEC;
}
.AnyTagClassName
{
color: #841CEC;
}
</style>
background-color css
<style>
a { background-color: #841CEC; }
a { background-color: rgb(132,28,236); }
div.DivClassName
{
background-color: #841CEC;
}
.BgClassName
{
background-color: #841CEC;
}
</style>
border-color css
<style>
span { border-color: #841CEC; }
span { border-color: rgb(132,28,236); }
td.TdClassName
{
border-color: #841CEC;
}
.TagClassName
{
border-color: #841CEC;
}
</style>