Shades of Blue Violet #9524DD
Tints of Blue Violet #9524DD
RGB
CMYK
RGB Variations
Color information
#9524DD (or 0x9524DD) is known color: Blue Violet. HEX triplet: 95, 24 and DD. RGB value is (149,36,221). Sum of RGB (Red+Green+Blue) = 149+36+221=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #9524DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524DD is #6ADB22. Grayscale: #5A5A5A. Windows color (decimal): -7002915 or 14492821. OLE color: 14492821.
HSL color Cylindrical-coordinate representation of color #9524DD: hue angle of 276.65º 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 #9524DD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 36 | 221 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.13 |
| HSL | 276.65º | 0.73% | 0.5% | - |
| HSV(B) | 276.65º | 0.84% | 0.87% | - |
| XYZ | 26.08 | 12.87 | 69.52 | - |
| YUV | 90.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 221 | 0.33 | 0.84 | 0 | 0.13 | 276.65 | 0.73 | 0.5 |
| Hex | 95 | 24 | DD | 21 | 54 | 0 | D | 115 | 49 | 32 |
| Octal | 225 | 44 | 335 | 41 | 124 | 0 | 15 | 425 | 111 | 62 |
| Binary | 10010101 | 100100 | 11011101 | 100001 | 1010100 | 0 | 1101 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9524DD
Complementary color
Monochromatic Colors of #9524DD
Black with #9524DD
Text Example
Text Example
White with #9524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9524DD; }
p { color: rgb(149,36,221); }
H1.HeaderClassName
{
color: #9524DD;
}
.AnyTagClassName
{
color: #9524DD;
}
</style>
background-color css
<style>
a { background-color: #9524DD; }
a { background-color: rgb(149,36,221); }
div.DivClassName
{
background-color: #9524DD;
}
.BgClassName
{
background-color: #9524DD;
}
</style>
border-color css
<style>
span { border-color: #9524DD; }
span { border-color: rgb(149,36,221); }
td.TdClassName
{
border-color: #9524DD;
}
.TagClassName
{
border-color: #9524DD;
}
</style>