Shades of Blue Violet #8A32EC
Tints of Blue Violet #8A32EC
RGB
CMYK
RGB Variations
Color information
#8A32EC (or 0x8A32EC) is known color: Blue Violet. HEX triplet: 8A, 32 and EC. RGB value is (138,50,236). Sum of RGB (Red+Green+Blue) = 138+50+236=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A32EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A32EC is #75CD13. Grayscale: #606060. Windows color (decimal): -7720212 or 15479434. OLE color: 15479434.
HSL color Cylindrical-coordinate representation of color #8A32EC: hue angle of 268.39º degrees, saturation: 0.83, 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 #8A32EC is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 50 | 236 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.07 |
| HSL | 268.39º | 0.83% | 0.56% | - |
| HSV(B) | 268.39º | 0.79% | 0.93% | - |
| XYZ | 26.76 | 13.74 | 80.6 | - |
| YUV | 97.52 | 206.15 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 236 | 0.42 | 0.79 | 0 | 0.07 | 268.39 | 0.83 | 0.56 |
| Hex | 8A | 32 | EC | 2A | 4F | 0 | 7 | 10C | 53 | 38 |
| Octal | 212 | 62 | 354 | 52 | 117 | 0 | 7 | 414 | 123 | 70 |
| Binary | 10001010 | 110010 | 11101100 | 101010 | 1001111 | 0 | 111 | 100001100 | 1010011 | 111000 |
Color Harmonies of #8A32EC
Complementary color
Monochromatic Colors of #8A32EC
Black with #8A32EC
Text Example
Text Example
White with #8A32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A32EC; }
p { color: rgb(138,50,236); }
H1.HeaderClassName
{
color: #8A32EC;
}
.AnyTagClassName
{
color: #8A32EC;
}
</style>
background-color css
<style>
a { background-color: #8A32EC; }
a { background-color: rgb(138,50,236); }
div.DivClassName
{
background-color: #8A32EC;
}
.BgClassName
{
background-color: #8A32EC;
}
</style>
border-color css
<style>
span { border-color: #8A32EC; }
span { border-color: rgb(138,50,236); }
td.TdClassName
{
border-color: #8A32EC;
}
.TagClassName
{
border-color: #8A32EC;
}
</style>