Shades of Blue Violet #9332DD
Tints of Blue Violet #9332DD
RGB
CMYK
RGB Variations
Color information
#9332DD (or 0x9332DD) is known color: Blue Violet. HEX triplet: 93, 32 and DD. RGB value is (147,50,221). Sum of RGB (Red+Green+Blue) = 147+50+221=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #9332DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9332DD is #6CCD22. Grayscale: #616161. Windows color (decimal): -7130403 or 14496403. OLE color: 14496403.
HSL color Cylindrical-coordinate representation of color #9332DD: hue angle of 274.04º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9332DD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 50 | 221 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.13 |
| HSL | 274.04º | 0.72% | 0.53% | - |
| HSV(B) | 274.04º | 0.77% | 0.87% | - |
| XYZ | 26.22 | 13.7 | 69.67 | - |
| YUV | 98.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 221 | 0.33 | 0.77 | 0 | 0.13 | 274.04 | 0.72 | 0.53 |
| Hex | 93 | 32 | DD | 21 | 4D | 0 | D | 112 | 48 | 35 |
| Octal | 223 | 62 | 335 | 41 | 115 | 0 | 15 | 422 | 110 | 65 |
| Binary | 10010011 | 110010 | 11011101 | 100001 | 1001101 | 0 | 1101 | 100010010 | 1001000 | 110101 |
Color Harmonies of #9332DD
Complementary color
Monochromatic Colors of #9332DD
Black with #9332DD
Text Example
Text Example
White with #9332DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9332DD; }
p { color: rgb(147,50,221); }
H1.HeaderClassName
{
color: #9332DD;
}
.AnyTagClassName
{
color: #9332DD;
}
</style>
background-color css
<style>
a { background-color: #9332DD; }
a { background-color: rgb(147,50,221); }
div.DivClassName
{
background-color: #9332DD;
}
.BgClassName
{
background-color: #9332DD;
}
</style>
border-color css
<style>
span { border-color: #9332DD; }
span { border-color: rgb(147,50,221); }
td.TdClassName
{
border-color: #9332DD;
}
.TagClassName
{
border-color: #9332DD;
}
</style>