Shades of Blue Violet #8429E6
Tints of Blue Violet #8429E6
RGB
CMYK
RGB Variations
Color information
#8429E6 (or 0x8429E6) is known color: Blue Violet. HEX triplet: 84, 29 and E6. RGB value is (132,41,230). Sum of RGB (Red+Green+Blue) = 132+41+230=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 230 (90.23% from 255 or 57.07% from 403); Max value from RGB is 230 - color contains mainly: blue. Hex color #8429E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429E6 is #7BD619. Grayscale: #595959. Windows color (decimal): -8115738 or 15083908. OLE color: 15083908.
HSL color Cylindrical-coordinate representation of color #8429E6: hue angle of 268.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8429E6 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 41 | 230 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.10 |
| HSL | 268.89º | 0.79% | 0.53% | - |
| HSV(B) | 268.89º | 0.82% | 0.9% | - |
| XYZ | 24.59 | 12.2 | 75.92 | - |
| YUV | 89.76 | 207.15 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 230 | 0.43 | 0.82 | 0 | 0.10 | 268.89 | 0.79 | 0.53 |
| Hex | 84 | 29 | E6 | 2B | 52 | 0 | A | 10D | 4F | 35 |
| Octal | 204 | 51 | 346 | 53 | 122 | 0 | 12 | 415 | 117 | 65 |
| Binary | 10000100 | 101001 | 11100110 | 101011 | 1010010 | 0 | 1010 | 100001101 | 1001111 | 110101 |
Color Harmonies of #8429E6
Complementary color
Monochromatic Colors of #8429E6
Black with #8429E6
Text Example
Text Example
White with #8429E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429E6; }
p { color: rgb(132,41,230); }
H1.HeaderClassName
{
color: #8429E6;
}
.AnyTagClassName
{
color: #8429E6;
}
</style>
background-color css
<style>
a { background-color: #8429E6; }
a { background-color: rgb(132,41,230); }
div.DivClassName
{
background-color: #8429E6;
}
.BgClassName
{
background-color: #8429E6;
}
</style>
border-color css
<style>
span { border-color: #8429E6; }
span { border-color: rgb(132,41,230); }
td.TdClassName
{
border-color: #8429E6;
}
.TagClassName
{
border-color: #8429E6;
}
</style>