Shades of Blue Violet #8431EF
Tints of Blue Violet #8431EF
RGB
CMYK
RGB Variations
Color information
#8431EF (or 0x8431EF) is known color: Blue Violet. HEX triplet: 84, 31 and EF. RGB value is (132,49,239). Sum of RGB (Red+Green+Blue) = 132+49+239=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #8431EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8431EF is #7BCE10. Grayscale: #5E5E5E. Windows color (decimal): -8113681 or 15675780. OLE color: 15675780.
HSL color Cylindrical-coordinate representation of color #8431EF: hue angle of 266.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8431EF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 49 | 239 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.06 |
| HSL | 266.21º | 0.86% | 0.56% | - |
| HSV(B) | 266.21º | 0.79% | 0.94% | - |
| XYZ | 26.19 | 13.33 | 82.85 | - |
| YUV | 95.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 239 | 0.45 | 0.79 | 0 | 0.06 | 266.21 | 0.86 | 0.56 |
| Hex | 84 | 31 | EF | 2D | 4F | 0 | 6 | 10A | 56 | 38 |
| Octal | 204 | 61 | 357 | 55 | 117 | 0 | 6 | 412 | 126 | 70 |
| Binary | 10000100 | 110001 | 11101111 | 101101 | 1001111 | 0 | 110 | 100001010 | 1010110 | 111000 |
Color Harmonies of #8431EF
Complementary color
Monochromatic Colors of #8431EF
Black with #8431EF
Text Example
Text Example
White with #8431EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431EF; }
p { color: rgb(132,49,239); }
H1.HeaderClassName
{
color: #8431EF;
}
.AnyTagClassName
{
color: #8431EF;
}
</style>
background-color css
<style>
a { background-color: #8431EF; }
a { background-color: rgb(132,49,239); }
div.DivClassName
{
background-color: #8431EF;
}
.BgClassName
{
background-color: #8431EF;
}
</style>
border-color css
<style>
span { border-color: #8431EF; }
span { border-color: rgb(132,49,239); }
td.TdClassName
{
border-color: #8431EF;
}
.TagClassName
{
border-color: #8431EF;
}
</style>