Shades of Blue Violet #8429EF
Tints of Blue Violet #8429EF
RGB
CMYK
RGB Variations
Color information
#8429EF (or 0x8429EF) is known color: Blue Violet. HEX triplet: 84, 29 and EF. RGB value is (132,41,239). Sum of RGB (Red+Green+Blue) = 132+41+239=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #8429EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429EF is #7BD610. Grayscale: #5A5A5A. Windows color (decimal): -8115729 or 15673732. OLE color: 15673732.
HSL color Cylindrical-coordinate representation of color #8429EF: hue angle of 267.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8429EF is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 41 | 239 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.06 |
| HSL | 267.58º | 0.86% | 0.55% | - |
| HSV(B) | 267.58º | 0.83% | 0.94% | - |
| XYZ | 25.89 | 12.72 | 82.75 | - |
| YUV | 90.78 | 211.65 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 239 | 0.45 | 0.83 | 0 | 0.06 | 267.58 | 0.86 | 0.55 |
| Hex | 84 | 29 | EF | 2D | 53 | 0 | 6 | 10C | 56 | 37 |
| Octal | 204 | 51 | 357 | 55 | 123 | 0 | 6 | 414 | 126 | 67 |
| Binary | 10000100 | 101001 | 11101111 | 101101 | 1010011 | 0 | 110 | 100001100 | 1010110 | 110111 |
Color Harmonies of #8429EF
Complementary color
Monochromatic Colors of #8429EF
Black with #8429EF
Text Example
Text Example
White with #8429EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429EF; }
p { color: rgb(132,41,239); }
H1.HeaderClassName
{
color: #8429EF;
}
.AnyTagClassName
{
color: #8429EF;
}
</style>
background-color css
<style>
a { background-color: #8429EF; }
a { background-color: rgb(132,41,239); }
div.DivClassName
{
background-color: #8429EF;
}
.BgClassName
{
background-color: #8429EF;
}
</style>
border-color css
<style>
span { border-color: #8429EF; }
span { border-color: rgb(132,41,239); }
td.TdClassName
{
border-color: #8429EF;
}
.TagClassName
{
border-color: #8429EF;
}
</style>