Shades of Blue Violet #8A32EB
Tints of Blue Violet #8A32EB
RGB
CMYK
RGB Variations
Color information
#8A32EB (or 0x8A32EB) is known color: Blue Violet. HEX triplet: 8A, 32 and EB. RGB value is (138,50,235). Sum of RGB (Red+Green+Blue) = 138+50+235=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A32EB is #75CD14. Grayscale: #606060. Windows color (decimal): -7720213 or 15413898. OLE color: 15413898.
HSL color Cylindrical-coordinate representation of color #8A32EB: hue angle of 268.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A32EB is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 50 | 235 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.08 |
| HSL | 268.54º | 0.82% | 0.56% | - |
| HSV(B) | 268.54º | 0.79% | 0.92% | - |
| XYZ | 26.62 | 13.68 | 79.84 | - |
| YUV | 97.4 | 205.65 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 235 | 0.41 | 0.79 | 0 | 0.08 | 268.54 | 0.82 | 0.56 |
| Hex | 8A | 32 | EB | 29 | 4F | 0 | 8 | 10D | 52 | 38 |
| Octal | 212 | 62 | 353 | 51 | 117 | 0 | 10 | 415 | 122 | 70 |
| Binary | 10001010 | 110010 | 11101011 | 101001 | 1001111 | 0 | 1000 | 100001101 | 1010010 | 111000 |
Color Harmonies of #8A32EB
Complementary color
Monochromatic Colors of #8A32EB
Black with #8A32EB
Text Example
Text Example
White with #8A32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A32EB; }
p { color: rgb(138,50,235); }
H1.HeaderClassName
{
color: #8A32EB;
}
.AnyTagClassName
{
color: #8A32EB;
}
</style>
background-color css
<style>
a { background-color: #8A32EB; }
a { background-color: rgb(138,50,235); }
div.DivClassName
{
background-color: #8A32EB;
}
.BgClassName
{
background-color: #8A32EB;
}
</style>
border-color css
<style>
span { border-color: #8A32EB; }
span { border-color: rgb(138,50,235); }
td.TdClassName
{
border-color: #8A32EB;
}
.TagClassName
{
border-color: #8A32EB;
}
</style>