Shades of Blue Violet #9024DF
Tints of Blue Violet #9024DF
RGB
CMYK
RGB Variations
Color information
#9024DF (or 0x9024DF) is known color: Blue Violet. HEX triplet: 90, 24 and DF. RGB value is (144,36,223). Sum of RGB (Red+Green+Blue) = 144+36+223=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #9024DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024DF is #6FDB20. Grayscale: #585858. Windows color (decimal): -7330593 or 14623888. OLE color: 14623888.
HSL color Cylindrical-coordinate representation of color #9024DF: hue angle of 274.65º 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 #9024DF is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 36 | 223 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.13 |
| HSL | 274.65º | 0.75% | 0.51% | - |
| HSV(B) | 274.65º | 0.84% | 0.87% | - |
| XYZ | 25.45 | 12.52 | 70.89 | - |
| YUV | 89.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 223 | 0.35 | 0.84 | 0 | 0.13 | 274.65 | 0.75 | 0.51 |
| Hex | 90 | 24 | DF | 23 | 54 | 0 | D | 113 | 4B | 33 |
| Octal | 220 | 44 | 337 | 43 | 124 | 0 | 15 | 423 | 113 | 63 |
| Binary | 10010000 | 100100 | 11011111 | 100011 | 1010100 | 0 | 1101 | 100010011 | 1001011 | 110011 |
Color Harmonies of #9024DF
Complementary color
Monochromatic Colors of #9024DF
Black with #9024DF
Text Example
Text Example
White with #9024DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024DF; }
p { color: rgb(144,36,223); }
H1.HeaderClassName
{
color: #9024DF;
}
.AnyTagClassName
{
color: #9024DF;
}
</style>
background-color css
<style>
a { background-color: #9024DF; }
a { background-color: rgb(144,36,223); }
div.DivClassName
{
background-color: #9024DF;
}
.BgClassName
{
background-color: #9024DF;
}
</style>
border-color css
<style>
span { border-color: #9024DF; }
span { border-color: rgb(144,36,223); }
td.TdClassName
{
border-color: #9024DF;
}
.TagClassName
{
border-color: #9024DF;
}
</style>