Shades of Blue Violet #932DDD
Tints of Blue Violet #932DDD
RGB
CMYK
RGB Variations
Color information
#932DDD (or 0x932DDD) is known color: Blue Violet. HEX triplet: 93, 2D and DD. RGB value is (147,45,221). Sum of RGB (Red+Green+Blue) = 147+45+221=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #932DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DDD is #6CD222. Grayscale: #5E5E5E. Windows color (decimal): -7131683 or 14495123. OLE color: 14495123.
HSL color Cylindrical-coordinate representation of color #932DDD: hue angle of 274.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #932DDD is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 45 | 221 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 274.77º | 0.72% | 0.52% | - |
| HSV(B) | 274.77º | 0.8% | 0.87% | - |
| XYZ | 26.02 | 13.3 | 69.6 | - |
| YUV | 95.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 221 | 0.33 | 0.80 | 0 | 0.13 | 274.77 | 0.72 | 0.52 |
| Hex | 93 | 2D | DD | 21 | 50 | 0 | D | 113 | 48 | 34 |
| Octal | 223 | 55 | 335 | 41 | 120 | 0 | 15 | 423 | 110 | 64 |
| Binary | 10010011 | 101101 | 11011101 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001000 | 110100 |
Color Harmonies of #932DDD
Complementary color
Monochromatic Colors of #932DDD
Black with #932DDD
Text Example
Text Example
White with #932DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932DDD; }
p { color: rgb(147,45,221); }
H1.HeaderClassName
{
color: #932DDD;
}
.AnyTagClassName
{
color: #932DDD;
}
</style>
background-color css
<style>
a { background-color: #932DDD; }
a { background-color: rgb(147,45,221); }
div.DivClassName
{
background-color: #932DDD;
}
.BgClassName
{
background-color: #932DDD;
}
</style>
border-color css
<style>
span { border-color: #932DDD; }
span { border-color: rgb(147,45,221); }
td.TdClassName
{
border-color: #932DDD;
}
.TagClassName
{
border-color: #932DDD;
}
</style>