Shades of Blue Violet #8432E5
Tints of Blue Violet #8432E5
RGB
CMYK
RGB Variations
Color information
#8432E5 (or 0x8432E5) is known color: Blue Violet. HEX triplet: 84, 32 and E5. RGB value is (132,50,229). Sum of RGB (Red+Green+Blue) = 132+50+229=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #8432E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432E5 is #7BCD1A. Grayscale: #5E5E5E. Windows color (decimal): -8113435 or 15020676. OLE color: 15020676.
HSL color Cylindrical-coordinate representation of color #8432E5: hue angle of 267.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8432E5 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 50 | 229 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.10 |
| HSL | 267.49º | 0.77% | 0.55% | - |
| HSV(B) | 267.49º | 0.78% | 0.9% | - |
| XYZ | 24.8 | 12.84 | 75.3 | - |
| YUV | 94.92 | 203.67 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 229 | 0.42 | 0.78 | 0 | 0.10 | 267.49 | 0.77 | 0.55 |
| Hex | 84 | 32 | E5 | 2A | 4E | 0 | A | 10B | 4D | 37 |
| Octal | 204 | 62 | 345 | 52 | 116 | 0 | 12 | 413 | 115 | 67 |
| Binary | 10000100 | 110010 | 11100101 | 101010 | 1001110 | 0 | 1010 | 100001011 | 1001101 | 110111 |
Color Harmonies of #8432E5
Complementary color
Monochromatic Colors of #8432E5
Black with #8432E5
Text Example
Text Example
White with #8432E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432E5; }
p { color: rgb(132,50,229); }
H1.HeaderClassName
{
color: #8432E5;
}
.AnyTagClassName
{
color: #8432E5;
}
</style>
background-color css
<style>
a { background-color: #8432E5; }
a { background-color: rgb(132,50,229); }
div.DivClassName
{
background-color: #8432E5;
}
.BgClassName
{
background-color: #8432E5;
}
</style>
border-color css
<style>
span { border-color: #8432E5; }
span { border-color: rgb(132,50,229); }
td.TdClassName
{
border-color: #8432E5;
}
.TagClassName
{
border-color: #8432E5;
}
</style>