Shades of Blue Violet #9724DF
Tints of Blue Violet #9724DF
RGB
CMYK
RGB Variations
Color information
#9724DF (or 0x9724DF) is known color: Blue Violet. HEX triplet: 97, 24 and DF. RGB value is (151,36,223). Sum of RGB (Red+Green+Blue) = 151+36+223=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #9724DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9724DF is #68DB20. Grayscale: #5B5B5B. Windows color (decimal): -6871841 or 14623895. OLE color: 14623895.
HSL color Cylindrical-coordinate representation of color #9724DF: hue angle of 276.9º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9724DF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 36 | 223 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.13 |
| HSL | 276.9º | 0.75% | 0.51% | - |
| HSV(B) | 276.9º | 0.84% | 0.87% | - |
| XYZ | 26.71 | 13.17 | 70.95 | - |
| YUV | 91.7 | 202.1 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 223 | 0.32 | 0.84 | 0 | 0.13 | 276.9 | 0.75 | 0.51 |
| Hex | 97 | 24 | DF | 20 | 54 | 0 | D | 115 | 4B | 33 |
| Octal | 227 | 44 | 337 | 40 | 124 | 0 | 15 | 425 | 113 | 63 |
| Binary | 10010111 | 100100 | 11011111 | 100000 | 1010100 | 0 | 1101 | 100010101 | 1001011 | 110011 |
Color Harmonies of #9724DF
Complementary color
Monochromatic Colors of #9724DF
Black with #9724DF
Text Example
Text Example
White with #9724DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9724DF; }
p { color: rgb(151,36,223); }
H1.HeaderClassName
{
color: #9724DF;
}
.AnyTagClassName
{
color: #9724DF;
}
</style>
background-color css
<style>
a { background-color: #9724DF; }
a { background-color: rgb(151,36,223); }
div.DivClassName
{
background-color: #9724DF;
}
.BgClassName
{
background-color: #9724DF;
}
</style>
border-color css
<style>
span { border-color: #9724DF; }
span { border-color: rgb(151,36,223); }
td.TdClassName
{
border-color: #9724DF;
}
.TagClassName
{
border-color: #9724DF;
}
</style>