Shades of Blue Violet #9224DD
Tints of Blue Violet #9224DD
RGB
CMYK
RGB Variations
Color information
#9224DD (or 0x9224DD) is known color: Blue Violet. HEX triplet: 92, 24 and DD. RGB value is (146,36,221). Sum of RGB (Red+Green+Blue) = 146+36+221=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #9224DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9224DD is #6DDB22. Grayscale: #595959. Windows color (decimal): -7199523 or 14492818. OLE color: 14492818.
HSL color Cylindrical-coordinate representation of color #9224DD: hue angle of 275.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9224DD is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 36 | 221 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.13 |
| HSL | 275.68º | 0.73% | 0.5% | - |
| HSV(B) | 275.68º | 0.84% | 0.87% | - |
| XYZ | 25.54 | 12.59 | 69.49 | - |
| YUV | 89.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 221 | 0.34 | 0.84 | 0 | 0.13 | 275.68 | 0.73 | 0.5 |
| Hex | 92 | 24 | DD | 22 | 54 | 0 | D | 114 | 49 | 32 |
| Octal | 222 | 44 | 335 | 42 | 124 | 0 | 15 | 424 | 111 | 62 |
| Binary | 10010010 | 100100 | 11011101 | 100010 | 1010100 | 0 | 1101 | 100010100 | 1001001 | 110010 |
Color Harmonies of #9224DD
Complementary color
Monochromatic Colors of #9224DD
Black with #9224DD
Text Example
Text Example
White with #9224DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9224DD; }
p { color: rgb(146,36,221); }
H1.HeaderClassName
{
color: #9224DD;
}
.AnyTagClassName
{
color: #9224DD;
}
</style>
background-color css
<style>
a { background-color: #9224DD; }
a { background-color: rgb(146,36,221); }
div.DivClassName
{
background-color: #9224DD;
}
.BgClassName
{
background-color: #9224DD;
}
</style>
border-color css
<style>
span { border-color: #9224DD; }
span { border-color: rgb(146,36,221); }
td.TdClassName
{
border-color: #9224DD;
}
.TagClassName
{
border-color: #9224DD;
}
</style>