Shades of Blue Violet #9924DF
Tints of Blue Violet #9924DF
RGB
CMYK
RGB Variations
Color information
#9924DF (or 0x9924DF) is known color: Blue Violet. HEX triplet: 99, 24 and DF. RGB value is (153,36,223). Sum of RGB (Red+Green+Blue) = 153+36+223=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #9924DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924DF is #66DB20. Grayscale: #5B5B5B. Windows color (decimal): -6740769 or 14623897. OLE color: 14623897.
HSL color Cylindrical-coordinate representation of color #9924DF: hue angle of 277.54º 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 #9924DF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 36 | 223 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.13 |
| HSL | 277.54º | 0.75% | 0.51% | - |
| HSV(B) | 277.54º | 0.84% | 0.87% | - |
| XYZ | 27.09 | 13.36 | 70.96 | - |
| YUV | 92.3 | 201.76 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 223 | 0.31 | 0.84 | 0 | 0.13 | 277.54 | 0.75 | 0.51 |
| Hex | 99 | 24 | DF | 1F | 54 | 0 | D | 116 | 4B | 33 |
| Octal | 231 | 44 | 337 | 37 | 124 | 0 | 15 | 426 | 113 | 63 |
| Binary | 10011001 | 100100 | 11011111 | 11111 | 1010100 | 0 | 1101 | 100010110 | 1001011 | 110011 |
Color Harmonies of #9924DF
Complementary color
Monochromatic Colors of #9924DF
Black with #9924DF
Text Example
Text Example
White with #9924DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9924DF; }
p { color: rgb(153,36,223); }
H1.HeaderClassName
{
color: #9924DF;
}
.AnyTagClassName
{
color: #9924DF;
}
</style>
background-color css
<style>
a { background-color: #9924DF; }
a { background-color: rgb(153,36,223); }
div.DivClassName
{
background-color: #9924DF;
}
.BgClassName
{
background-color: #9924DF;
}
</style>
border-color css
<style>
span { border-color: #9924DF; }
span { border-color: rgb(153,36,223); }
td.TdClassName
{
border-color: #9924DF;
}
.TagClassName
{
border-color: #9924DF;
}
</style>