Shades of Blue Violet #841EFE
Tints of Blue Violet #841EFE
RGB
CMYK
RGB Variations
Color information
#841EFE (or 0x841EFE) is known color: Blue Violet. HEX triplet: 84, 1E and FE. RGB value is (132,30,254). Sum of RGB (Red+Green+Blue) = 132+30+254=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #841EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EFE is #7BE101. Grayscale: #555555. Windows color (decimal): -8118530 or 16653956. OLE color: 16653956.
HSL color Cylindrical-coordinate representation of color #841EFE: hue angle of 267.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EFE is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 30 | 254 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.00 |
| HSL | 267.32º | 0.99% | 0.56% | - |
| HSV(B) | 267.32º | 0.88% | 1% | - |
| XYZ | 27.87 | 12.99 | 94.8 | - |
| YUV | 86.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 254 | 0.48 | 0.88 | 0 | 0.00 | 267.32 | 0.99 | 0.56 |
| Hex | 84 | 1E | FE | 30 | 58 | 0 | 0 | 10B | 63 | 38 |
| Octal | 204 | 36 | 376 | 60 | 130 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000100 | 11110 | 11111110 | 110000 | 1011000 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #841EFE
Complementary color
Monochromatic Colors of #841EFE
Black with #841EFE
Text Example
Text Example
White with #841EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EFE; }
p { color: rgb(132,30,254); }
H1.HeaderClassName
{
color: #841EFE;
}
.AnyTagClassName
{
color: #841EFE;
}
</style>
background-color css
<style>
a { background-color: #841EFE; }
a { background-color: rgb(132,30,254); }
div.DivClassName
{
background-color: #841EFE;
}
.BgClassName
{
background-color: #841EFE;
}
</style>
border-color css
<style>
span { border-color: #841EFE; }
span { border-color: rgb(132,30,254); }
td.TdClassName
{
border-color: #841EFE;
}
.TagClassName
{
border-color: #841EFE;
}
</style>