Shades of Blue Violet #8431EA
Tints of Blue Violet #8431EA
RGB
CMYK
RGB Variations
Color information
#8431EA (or 0x8431EA) is known color: Blue Violet. HEX triplet: 84, 31 and EA. RGB value is (132,49,234). Sum of RGB (Red+Green+Blue) = 132+49+234=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #8431EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8431EA is #7BCE15. Grayscale: #5E5E5E. Windows color (decimal): -8113686 or 15348100. OLE color: 15348100.
HSL color Cylindrical-coordinate representation of color #8431EA: hue angle of 266.92º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8431EA is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 49 | 234 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.08 |
| HSL | 266.92º | 0.81% | 0.55% | - |
| HSV(B) | 266.92º | 0.79% | 0.92% | - |
| XYZ | 25.47 | 13.04 | 79.02 | - |
| YUV | 94.91 | 206.5 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 234 | 0.44 | 0.79 | 0 | 0.08 | 266.92 | 0.81 | 0.55 |
| Hex | 84 | 31 | EA | 2C | 4F | 0 | 8 | 10B | 51 | 37 |
| Octal | 204 | 61 | 352 | 54 | 117 | 0 | 10 | 413 | 121 | 67 |
| Binary | 10000100 | 110001 | 11101010 | 101100 | 1001111 | 0 | 1000 | 100001011 | 1010001 | 110111 |
Color Harmonies of #8431EA
Complementary color
Monochromatic Colors of #8431EA
Black with #8431EA
Text Example
Text Example
White with #8431EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431EA; }
p { color: rgb(132,49,234); }
H1.HeaderClassName
{
color: #8431EA;
}
.AnyTagClassName
{
color: #8431EA;
}
</style>
background-color css
<style>
a { background-color: #8431EA; }
a { background-color: rgb(132,49,234); }
div.DivClassName
{
background-color: #8431EA;
}
.BgClassName
{
background-color: #8431EA;
}
</style>
border-color css
<style>
span { border-color: #8431EA; }
span { border-color: rgb(132,49,234); }
td.TdClassName
{
border-color: #8431EA;
}
.TagClassName
{
border-color: #8431EA;
}
</style>