Shades of Blue Violet #8424EE
Tints of Blue Violet #8424EE
RGB
CMYK
RGB Variations
Color information
#8424EE (or 0x8424EE) is known color: Blue Violet. HEX triplet: 84, 24 and EE. RGB value is (132,36,238). Sum of RGB (Red+Green+Blue) = 132+36+238=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #8424EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8424EE is #7BDB11. Grayscale: #575757. Windows color (decimal): -8117010 or 15606916. OLE color: 15606916.
HSL color Cylindrical-coordinate representation of color #8424EE: hue angle of 268.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8424EE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 36 | 238 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.07 |
| HSL | 268.51º | 0.86% | 0.54% | - |
| HSV(B) | 268.51º | 0.85% | 0.93% | - |
| XYZ | 25.58 | 12.34 | 81.92 | - |
| YUV | 87.73 | 212.8 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 238 | 0.45 | 0.85 | 0 | 0.07 | 268.51 | 0.86 | 0.54 |
| Hex | 84 | 24 | EE | 2D | 55 | 0 | 7 | 10D | 56 | 36 |
| Octal | 204 | 44 | 356 | 55 | 125 | 0 | 7 | 415 | 126 | 66 |
| Binary | 10000100 | 100100 | 11101110 | 101101 | 1010101 | 0 | 111 | 100001101 | 1010110 | 110110 |
Color Harmonies of #8424EE
Complementary color
Monochromatic Colors of #8424EE
Black with #8424EE
Text Example
Text Example
White with #8424EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424EE; }
p { color: rgb(132,36,238); }
H1.HeaderClassName
{
color: #8424EE;
}
.AnyTagClassName
{
color: #8424EE;
}
</style>
background-color css
<style>
a { background-color: #8424EE; }
a { background-color: rgb(132,36,238); }
div.DivClassName
{
background-color: #8424EE;
}
.BgClassName
{
background-color: #8424EE;
}
</style>
border-color css
<style>
span { border-color: #8424EE; }
span { border-color: rgb(132,36,238); }
td.TdClassName
{
border-color: #8424EE;
}
.TagClassName
{
border-color: #8424EE;
}
</style>