Shades of Blue Violet #8437EF
Tints of Blue Violet #8437EF
RGB
CMYK
RGB Variations
Color information
#8437EF (or 0x8437EF) is known color: Blue Violet. HEX triplet: 84, 37 and EF. RGB value is (132,55,239). Sum of RGB (Red+Green+Blue) = 132+55+239=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8437EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8437EF is #7BC810. Grayscale: #626262. Windows color (decimal): -8112145 or 15677316. OLE color: 15677316.
HSL color Cylindrical-coordinate representation of color #8437EF: hue angle of 265.11º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8437EF is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 55 | 239 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.06 |
| HSL | 265.11º | 0.85% | 0.58% | - |
| HSV(B) | 265.11º | 0.77% | 0.94% | - |
| XYZ | 26.46 | 13.87 | 82.94 | - |
| YUV | 99 | 207.01 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 239 | 0.45 | 0.77 | 0 | 0.06 | 265.11 | 0.85 | 0.58 |
| Hex | 84 | 37 | EF | 2D | 4D | 0 | 6 | 109 | 55 | 3A |
| Octal | 204 | 67 | 357 | 55 | 115 | 0 | 6 | 411 | 125 | 72 |
| Binary | 10000100 | 110111 | 11101111 | 101101 | 1001101 | 0 | 110 | 100001001 | 1010101 | 111010 |
Color Harmonies of #8437EF
Complementary color
Monochromatic Colors of #8437EF
Black with #8437EF
Text Example
Text Example
White with #8437EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8437EF; }
p { color: rgb(132,55,239); }
H1.HeaderClassName
{
color: #8437EF;
}
.AnyTagClassName
{
color: #8437EF;
}
</style>
background-color css
<style>
a { background-color: #8437EF; }
a { background-color: rgb(132,55,239); }
div.DivClassName
{
background-color: #8437EF;
}
.BgClassName
{
background-color: #8437EF;
}
</style>
border-color css
<style>
span { border-color: #8437EF; }
span { border-color: rgb(132,55,239); }
td.TdClassName
{
border-color: #8437EF;
}
.TagClassName
{
border-color: #8437EF;
}
</style>