Shades of Blue Violet #9922DD
Tints of Blue Violet #9922DD
RGB
CMYK
RGB Variations
Color information
#9922DD (or 0x9922DD) is known color: Blue Violet. HEX triplet: 99, 22 and DD. RGB value is (153,34,221). Sum of RGB (Red+Green+Blue) = 153+34+221=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #9922DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922DD is #66DD22. Grayscale: #5A5A5A. Windows color (decimal): -6741283 or 14492313. OLE color: 14492313.
HSL color Cylindrical-coordinate representation of color #9922DD: hue angle of 278.18º 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 #9922DD is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 34 | 221 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.13 |
| HSL | 278.18º | 0.73% | 0.5% | - |
| HSV(B) | 278.18º | 0.85% | 0.87% | - |
| XYZ | 26.76 | 13.14 | 69.53 | - |
| YUV | 90.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 221 | 0.31 | 0.85 | 0 | 0.13 | 278.18 | 0.73 | 0.5 |
| Hex | 99 | 22 | DD | 1F | 55 | 0 | D | 116 | 49 | 32 |
| Octal | 231 | 42 | 335 | 37 | 125 | 0 | 15 | 426 | 111 | 62 |
| Binary | 10011001 | 100010 | 11011101 | 11111 | 1010101 | 0 | 1101 | 100010110 | 1001001 | 110010 |
Color Harmonies of #9922DD
Complementary color
Monochromatic Colors of #9922DD
Black with #9922DD
Text Example
Text Example
White with #9922DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9922DD; }
p { color: rgb(153,34,221); }
H1.HeaderClassName
{
color: #9922DD;
}
.AnyTagClassName
{
color: #9922DD;
}
</style>
background-color css
<style>
a { background-color: #9922DD; }
a { background-color: rgb(153,34,221); }
div.DivClassName
{
background-color: #9922DD;
}
.BgClassName
{
background-color: #9922DD;
}
</style>
border-color css
<style>
span { border-color: #9922DD; }
span { border-color: rgb(153,34,221); }
td.TdClassName
{
border-color: #9922DD;
}
.TagClassName
{
border-color: #9922DD;
}
</style>