Shades of Blue Violet #932EE5
Tints of Blue Violet #932EE5
RGB
CMYK
RGB Variations
Color information
#932EE5 (or 0x932EE5) is known color: Blue Violet. HEX triplet: 93, 2E and E5. RGB value is (147,46,229). Sum of RGB (Red+Green+Blue) = 147+46+229=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #932EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932EE5 is #6CD11A. Grayscale: #606060. Windows color (decimal): -7131419 or 15019667. OLE color: 15019667.
HSL color Cylindrical-coordinate representation of color #932EE5: hue angle of 273.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932EE5 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 46 | 229 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.10 |
| HSL | 273.11º | 0.78% | 0.54% | - |
| HSV(B) | 273.11º | 0.8% | 0.9% | - |
| XYZ | 27.15 | 13.81 | 75.36 | - |
| YUV | 97.06 | 202.46 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 229 | 0.36 | 0.80 | 0 | 0.10 | 273.11 | 0.78 | 0.54 |
| Hex | 93 | 2E | E5 | 24 | 50 | 0 | A | 111 | 4E | 36 |
| Octal | 223 | 56 | 345 | 44 | 120 | 0 | 12 | 421 | 116 | 66 |
| Binary | 10010011 | 101110 | 11100101 | 100100 | 1010000 | 0 | 1010 | 100010001 | 1001110 | 110110 |
Color Harmonies of #932EE5
Complementary color
Monochromatic Colors of #932EE5
Black with #932EE5
Text Example
Text Example
White with #932EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932EE5; }
p { color: rgb(147,46,229); }
H1.HeaderClassName
{
color: #932EE5;
}
.AnyTagClassName
{
color: #932EE5;
}
</style>
background-color css
<style>
a { background-color: #932EE5; }
a { background-color: rgb(147,46,229); }
div.DivClassName
{
background-color: #932EE5;
}
.BgClassName
{
background-color: #932EE5;
}
</style>
border-color css
<style>
span { border-color: #932EE5; }
span { border-color: rgb(147,46,229); }
td.TdClassName
{
border-color: #932EE5;
}
.TagClassName
{
border-color: #932EE5;
}
</style>