Shades of Blue Violet #9522DC
Tints of Blue Violet #9522DC
RGB
CMYK
RGB Variations
Color information
#9522DC (or 0x9522DC) is known color: Blue Violet. HEX triplet: 95, 22 and DC. RGB value is (149,34,220). Sum of RGB (Red+Green+Blue) = 149+34+220=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #9522DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522DC is #6ADD23. Grayscale: #585858. Windows color (decimal): -7003428 or 14426773. OLE color: 14426773.
HSL color Cylindrical-coordinate representation of color #9522DC: hue angle of 277.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9522DC is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 34 | 220 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.14 |
| HSL | 277.1º | 0.73% | 0.5% | - |
| HSV(B) | 277.1º | 0.85% | 0.86% | - |
| XYZ | 25.88 | 12.7 | 68.8 | - |
| YUV | 89.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 220 | 0.32 | 0.85 | 0 | 0.14 | 277.1 | 0.73 | 0.5 |
| Hex | 95 | 22 | DC | 20 | 55 | 0 | E | 115 | 49 | 32 |
| Octal | 225 | 42 | 334 | 40 | 125 | 0 | 16 | 425 | 111 | 62 |
| Binary | 10010101 | 100010 | 11011100 | 100000 | 1010101 | 0 | 1110 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9522DC
Complementary color
Monochromatic Colors of #9522DC
Black with #9522DC
Text Example
Text Example
White with #9522DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9522DC; }
p { color: rgb(149,34,220); }
H1.HeaderClassName
{
color: #9522DC;
}
.AnyTagClassName
{
color: #9522DC;
}
</style>
background-color css
<style>
a { background-color: #9522DC; }
a { background-color: rgb(149,34,220); }
div.DivClassName
{
background-color: #9522DC;
}
.BgClassName
{
background-color: #9522DC;
}
</style>
border-color css
<style>
span { border-color: #9522DC; }
span { border-color: rgb(149,34,220); }
td.TdClassName
{
border-color: #9522DC;
}
.TagClassName
{
border-color: #9522DC;
}
</style>