Shades of Blue Violet #9322DD
Tints of Blue Violet #9322DD
RGB
CMYK
RGB Variations
Color information
#9322DD (or 0x9322DD) is known color: Blue Violet. HEX triplet: 93, 22 and DD. RGB value is (147,34,221). Sum of RGB (Red+Green+Blue) = 147+34+221=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #9322DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9322DD is #6CDD22. Grayscale: #585858. Windows color (decimal): -7134499 or 14492307. OLE color: 14492307.
HSL color Cylindrical-coordinate representation of color #9322DD: hue angle of 276.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9322DD is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 34 | 221 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.13 |
| HSL | 276.26º | 0.73% | 0.5% | - |
| HSV(B) | 276.26º | 0.85% | 0.87% | - |
| XYZ | 25.66 | 12.57 | 69.48 | - |
| YUV | 89.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 221 | 0.33 | 0.85 | 0 | 0.13 | 276.26 | 0.73 | 0.5 |
| Hex | 93 | 22 | DD | 21 | 55 | 0 | D | 114 | 49 | 32 |
| Octal | 223 | 42 | 335 | 41 | 125 | 0 | 15 | 424 | 111 | 62 |
| Binary | 10010011 | 100010 | 11011101 | 100001 | 1010101 | 0 | 1101 | 100010100 | 1001001 | 110010 |
Color Harmonies of #9322DD
Complementary color
Monochromatic Colors of #9322DD
Black with #9322DD
Text Example
Text Example
White with #9322DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9322DD; }
p { color: rgb(147,34,221); }
H1.HeaderClassName
{
color: #9322DD;
}
.AnyTagClassName
{
color: #9322DD;
}
</style>
background-color css
<style>
a { background-color: #9322DD; }
a { background-color: rgb(147,34,221); }
div.DivClassName
{
background-color: #9322DD;
}
.BgClassName
{
background-color: #9322DD;
}
</style>
border-color css
<style>
span { border-color: #9322DD; }
span { border-color: rgb(147,34,221); }
td.TdClassName
{
border-color: #9322DD;
}
.TagClassName
{
border-color: #9322DD;
}
</style>