Shades of Blue Violet #841CEF
Tints of Blue Violet #841CEF
RGB
CMYK
RGB Variations
Color information
#841CEF (or 0x841CEF) is known color: Blue Violet. HEX triplet: 84, 1C and EF. RGB value is (132,28,239). Sum of RGB (Red+Green+Blue) = 132+28+239=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #841CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CEF is #7BE310. Grayscale: #525252. Windows color (decimal): -8119057 or 15670404. OLE color: 15670404.
HSL color Cylindrical-coordinate representation of color #841CEF: hue angle of 269.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CEF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 28 | 239 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.06 |
| HSL | 269.57º | 0.87% | 0.52% | - |
| HSV(B) | 269.57º | 0.88% | 0.94% | - |
| XYZ | 25.51 | 11.97 | 82.63 | - |
| YUV | 83.15 | 215.96 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 239 | 0.45 | 0.88 | 0 | 0.06 | 269.57 | 0.87 | 0.52 |
| Hex | 84 | 1C | EF | 2D | 58 | 0 | 6 | 10E | 57 | 34 |
| Octal | 204 | 34 | 357 | 55 | 130 | 0 | 6 | 416 | 127 | 64 |
| Binary | 10000100 | 11100 | 11101111 | 101101 | 1011000 | 0 | 110 | 100001110 | 1010111 | 110100 |
Color Harmonies of #841CEF
Complementary color
Monochromatic Colors of #841CEF
Black with #841CEF
Text Example
Text Example
White with #841CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CEF; }
p { color: rgb(132,28,239); }
H1.HeaderClassName
{
color: #841CEF;
}
.AnyTagClassName
{
color: #841CEF;
}
</style>
background-color css
<style>
a { background-color: #841CEF; }
a { background-color: rgb(132,28,239); }
div.DivClassName
{
background-color: #841CEF;
}
.BgClassName
{
background-color: #841CEF;
}
</style>
border-color css
<style>
span { border-color: #841CEF; }
span { border-color: rgb(132,28,239); }
td.TdClassName
{
border-color: #841CEF;
}
.TagClassName
{
border-color: #841CEF;
}
</style>