Shades of Blue Violet #9522DD
Tints of Blue Violet #9522DD
RGB
CMYK
RGB Variations
Color information
#9522DD (or 0x9522DD) is known color: Blue Violet. HEX triplet: 95, 22 and DD. RGB value is (149,34,221). Sum of RGB (Red+Green+Blue) = 149+34+221=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #9522DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522DD is #6ADD22. Grayscale: #595959. Windows color (decimal): -7003427 or 14492309. OLE color: 14492309.
HSL color Cylindrical-coordinate representation of color #9522DD: hue angle of 276.9º 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 #9522DD is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 34 | 221 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.13 |
| HSL | 276.9º | 0.73% | 0.5% | - |
| HSV(B) | 276.9º | 0.85% | 0.87% | - |
| XYZ | 26.02 | 12.75 | 69.5 | - |
| YUV | 89.7 | 202.1 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 221 | 0.33 | 0.85 | 0 | 0.13 | 276.9 | 0.73 | 0.5 |
| Hex | 95 | 22 | DD | 21 | 55 | 0 | D | 115 | 49 | 32 |
| Octal | 225 | 42 | 335 | 41 | 125 | 0 | 15 | 425 | 111 | 62 |
| Binary | 10010101 | 100010 | 11011101 | 100001 | 1010101 | 0 | 1101 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9522DD
Complementary color
Monochromatic Colors of #9522DD
Black with #9522DD
Text Example
Text Example
White with #9522DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9522DD; }
p { color: rgb(149,34,221); }
H1.HeaderClassName
{
color: #9522DD;
}
.AnyTagClassName
{
color: #9522DD;
}
</style>
background-color css
<style>
a { background-color: #9522DD; }
a { background-color: rgb(149,34,221); }
div.DivClassName
{
background-color: #9522DD;
}
.BgClassName
{
background-color: #9522DD;
}
</style>
border-color css
<style>
span { border-color: #9522DD; }
span { border-color: rgb(149,34,221); }
td.TdClassName
{
border-color: #9522DD;
}
.TagClassName
{
border-color: #9522DD;
}
</style>