Shades of Blue Violet #932EDB
Tints of Blue Violet #932EDB
RGB
CMYK
RGB Variations
Color information
#932EDB (or 0x932EDB) is known color: Blue Violet. HEX triplet: 93, 2E and DB. RGB value is (147,46,219). Sum of RGB (Red+Green+Blue) = 147+46+219=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #932EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932EDB is #6CD124. Grayscale: #5F5F5F. Windows color (decimal): -7131429 or 14364307. OLE color: 14364307.
HSL color Cylindrical-coordinate representation of color #932EDB: hue angle of 275.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932EDB is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 46 | 219 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.14 |
| HSL | 275.03º | 0.71% | 0.52% | - |
| HSV(B) | 275.03º | 0.79% | 0.86% | - |
| XYZ | 25.8 | 13.27 | 68.22 | - |
| YUV | 95.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 219 | 0.33 | 0.79 | 0 | 0.14 | 275.03 | 0.71 | 0.52 |
| Hex | 93 | 2E | DB | 21 | 4F | 0 | E | 113 | 47 | 34 |
| Octal | 223 | 56 | 333 | 41 | 117 | 0 | 16 | 423 | 107 | 64 |
| Binary | 10010011 | 101110 | 11011011 | 100001 | 1001111 | 0 | 1110 | 100010011 | 1000111 | 110100 |
Color Harmonies of #932EDB
Complementary color
Monochromatic Colors of #932EDB
Black with #932EDB
Text Example
Text Example
White with #932EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932EDB; }
p { color: rgb(147,46,219); }
H1.HeaderClassName
{
color: #932EDB;
}
.AnyTagClassName
{
color: #932EDB;
}
</style>
background-color css
<style>
a { background-color: #932EDB; }
a { background-color: rgb(147,46,219); }
div.DivClassName
{
background-color: #932EDB;
}
.BgClassName
{
background-color: #932EDB;
}
</style>
border-color css
<style>
span { border-color: #932EDB; }
span { border-color: rgb(147,46,219); }
td.TdClassName
{
border-color: #932EDB;
}
.TagClassName
{
border-color: #932EDB;
}
</style>