Shades of Blue Violet #932EDD
Tints of Blue Violet #932EDD
RGB
CMYK
RGB Variations
Color information
#932EDD (or 0x932EDD) is known color: Blue Violet. HEX triplet: 93, 2E and DD. RGB value is (147,46,221). Sum of RGB (Red+Green+Blue) = 147+46+221=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #932EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932EDD is #6CD122. Grayscale: #5F5F5F. Windows color (decimal): -7131427 or 14495379. OLE color: 14495379.
HSL color Cylindrical-coordinate representation of color #932EDD: hue angle of 274.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932EDD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 46 | 221 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 274.63º | 0.72% | 0.52% | - |
| HSV(B) | 274.63º | 0.79% | 0.87% | - |
| XYZ | 26.06 | 13.38 | 69.62 | - |
| YUV | 96.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 221 | 0.33 | 0.79 | 0 | 0.13 | 274.63 | 0.72 | 0.52 |
| Hex | 93 | 2E | DD | 21 | 4F | 0 | D | 113 | 48 | 34 |
| Octal | 223 | 56 | 335 | 41 | 117 | 0 | 15 | 423 | 110 | 64 |
| Binary | 10010011 | 101110 | 11011101 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001000 | 110100 |
Color Harmonies of #932EDD
Complementary color
Monochromatic Colors of #932EDD
Black with #932EDD
Text Example
Text Example
White with #932EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932EDD; }
p { color: rgb(147,46,221); }
H1.HeaderClassName
{
color: #932EDD;
}
.AnyTagClassName
{
color: #932EDD;
}
</style>
background-color css
<style>
a { background-color: #932EDD; }
a { background-color: rgb(147,46,221); }
div.DivClassName
{
background-color: #932EDD;
}
.BgClassName
{
background-color: #932EDD;
}
</style>
border-color css
<style>
span { border-color: #932EDD; }
span { border-color: rgb(147,46,221); }
td.TdClassName
{
border-color: #932EDD;
}
.TagClassName
{
border-color: #932EDD;
}
</style>