Shades of Blue Violet #9724DD
Tints of Blue Violet #9724DD
RGB
CMYK
RGB Variations
Color information
#9724DD (or 0x9724DD) is known color: Blue Violet. HEX triplet: 97, 24 and DD. RGB value is (151,36,221). Sum of RGB (Red+Green+Blue) = 151+36+221=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 36 (14.45% from 255 or 8.82% 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 #9724DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9724DD is #68DB22. Grayscale: #5A5A5A. Windows color (decimal): -6871843 or 14492823. OLE color: 14492823.
HSL color Cylindrical-coordinate representation of color #9724DD: hue angle of 277.3º 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 #9724DD is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 36 | 221 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.13 |
| HSL | 277.3º | 0.73% | 0.5% | - |
| HSV(B) | 277.3º | 0.84% | 0.87% | - |
| XYZ | 26.44 | 13.06 | 69.53 | - |
| YUV | 91.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 221 | 0.32 | 0.84 | 0 | 0.13 | 277.3 | 0.73 | 0.5 |
| Hex | 97 | 24 | DD | 20 | 54 | 0 | D | 115 | 49 | 32 |
| Octal | 227 | 44 | 335 | 40 | 124 | 0 | 15 | 425 | 111 | 62 |
| Binary | 10010111 | 100100 | 11011101 | 100000 | 1010100 | 0 | 1101 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9724DD
Complementary color
Monochromatic Colors of #9724DD
Black with #9724DD
Text Example
Text Example
White with #9724DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9724DD; }
p { color: rgb(151,36,221); }
H1.HeaderClassName
{
color: #9724DD;
}
.AnyTagClassName
{
color: #9724DD;
}
</style>
background-color css
<style>
a { background-color: #9724DD; }
a { background-color: rgb(151,36,221); }
div.DivClassName
{
background-color: #9724DD;
}
.BgClassName
{
background-color: #9724DD;
}
</style>
border-color css
<style>
span { border-color: #9724DD; }
span { border-color: rgb(151,36,221); }
td.TdClassName
{
border-color: #9724DD;
}
.TagClassName
{
border-color: #9724DD;
}
</style>