Shades of Blue Violet #9A24DF
Tints of Blue Violet #9A24DF
RGB
CMYK
RGB Variations
Color information
#9A24DF (or 0x9A24DF) is known color: Blue Violet. HEX triplet: 9A, 24 and DF. RGB value is (154,36,223). Sum of RGB (Red+Green+Blue) = 154+36+223=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A24DF is #65DB20. Grayscale: #5B5B5B. Windows color (decimal): -6675233 or 14623898. OLE color: 14623898.
HSL color Cylindrical-coordinate representation of color #9A24DF: hue angle of 277.86º 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 #9A24DF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 36 | 223 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.13 |
| HSL | 277.86º | 0.75% | 0.51% | - |
| HSV(B) | 277.86º | 0.84% | 0.87% | - |
| XYZ | 27.28 | 13.46 | 70.97 | - |
| YUV | 92.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 223 | 0.31 | 0.84 | 0 | 0.13 | 277.86 | 0.75 | 0.51 |
| Hex | 9A | 24 | DF | 1F | 54 | 0 | D | 116 | 4B | 33 |
| Octal | 232 | 44 | 337 | 37 | 124 | 0 | 15 | 426 | 113 | 63 |
| Binary | 10011010 | 100100 | 11011111 | 11111 | 1010100 | 0 | 1101 | 100010110 | 1001011 | 110011 |
Color Harmonies of #9A24DF
Complementary color
Monochromatic Colors of #9A24DF
Black with #9A24DF
Text Example
Text Example
White with #9A24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A24DF; }
p { color: rgb(154,36,223); }
H1.HeaderClassName
{
color: #9A24DF;
}
.AnyTagClassName
{
color: #9A24DF;
}
</style>
background-color css
<style>
a { background-color: #9A24DF; }
a { background-color: rgb(154,36,223); }
div.DivClassName
{
background-color: #9A24DF;
}
.BgClassName
{
background-color: #9A24DF;
}
</style>
border-color css
<style>
span { border-color: #9A24DF; }
span { border-color: rgb(154,36,223); }
td.TdClassName
{
border-color: #9A24DF;
}
.TagClassName
{
border-color: #9A24DF;
}
</style>