Shades of Blue Violet #841EEF
Tints of Blue Violet #841EEF
RGB
CMYK
RGB Variations
Color information
#841EEF (or 0x841EEF) is known color: Blue Violet. HEX triplet: 84, 1E and EF. RGB value is (132,30,239). Sum of RGB (Red+Green+Blue) = 132+30+239=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #841EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EEF is #7BE110. Grayscale: #535353. Windows color (decimal): -8118545 or 15670916. OLE color: 15670916.
HSL color Cylindrical-coordinate representation of color #841EEF: hue angle of 269.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841EEF is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 30 | 239 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.06 |
| HSL | 269.28º | 0.87% | 0.53% | - |
| HSV(B) | 269.28º | 0.87% | 0.94% | - |
| XYZ | 25.56 | 12.07 | 82.64 | - |
| YUV | 84.32 | 215.29 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 239 | 0.45 | 0.87 | 0 | 0.06 | 269.28 | 0.87 | 0.53 |
| Hex | 84 | 1E | EF | 2D | 57 | 0 | 6 | 10D | 57 | 35 |
| Octal | 204 | 36 | 357 | 55 | 127 | 0 | 6 | 415 | 127 | 65 |
| Binary | 10000100 | 11110 | 11101111 | 101101 | 1010111 | 0 | 110 | 100001101 | 1010111 | 110101 |
Color Harmonies of #841EEF
Complementary color
Monochromatic Colors of #841EEF
Black with #841EEF
Text Example
Text Example
White with #841EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EEF; }
p { color: rgb(132,30,239); }
H1.HeaderClassName
{
color: #841EEF;
}
.AnyTagClassName
{
color: #841EEF;
}
</style>
background-color css
<style>
a { background-color: #841EEF; }
a { background-color: rgb(132,30,239); }
div.DivClassName
{
background-color: #841EEF;
}
.BgClassName
{
background-color: #841EEF;
}
</style>
border-color css
<style>
span { border-color: #841EEF; }
span { border-color: rgb(132,30,239); }
td.TdClassName
{
border-color: #841EEF;
}
.TagClassName
{
border-color: #841EEF;
}
</style>