Shades of Blue Violet #8432EE
Tints of Blue Violet #8432EE
RGB
CMYK
RGB Variations
Color information
#8432EE (or 0x8432EE) is known color: Blue Violet. HEX triplet: 84, 32 and EE. RGB value is (132,50,238). Sum of RGB (Red+Green+Blue) = 132+50+238=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #8432EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8432EE is #7BCD11. Grayscale: #5F5F5F. Windows color (decimal): -8113426 or 15610500. OLE color: 15610500.
HSL color Cylindrical-coordinate representation of color #8432EE: hue angle of 266.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8432EE is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 50 | 238 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.07 |
| HSL | 266.17º | 0.85% | 0.56% | - |
| HSV(B) | 266.17º | 0.79% | 0.93% | - |
| XYZ | 26.09 | 13.36 | 82.09 | - |
| YUV | 95.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 238 | 0.45 | 0.79 | 0 | 0.07 | 266.17 | 0.85 | 0.56 |
| Hex | 84 | 32 | EE | 2D | 4F | 0 | 7 | 10A | 55 | 38 |
| Octal | 204 | 62 | 356 | 55 | 117 | 0 | 7 | 412 | 125 | 70 |
| Binary | 10000100 | 110010 | 11101110 | 101101 | 1001111 | 0 | 111 | 100001010 | 1010101 | 111000 |
Color Harmonies of #8432EE
Complementary color
Monochromatic Colors of #8432EE
Black with #8432EE
Text Example
Text Example
White with #8432EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432EE; }
p { color: rgb(132,50,238); }
H1.HeaderClassName
{
color: #8432EE;
}
.AnyTagClassName
{
color: #8432EE;
}
</style>
background-color css
<style>
a { background-color: #8432EE; }
a { background-color: rgb(132,50,238); }
div.DivClassName
{
background-color: #8432EE;
}
.BgClassName
{
background-color: #8432EE;
}
</style>
border-color css
<style>
span { border-color: #8432EE; }
span { border-color: rgb(132,50,238); }
td.TdClassName
{
border-color: #8432EE;
}
.TagClassName
{
border-color: #8432EE;
}
</style>