Shades of Blue Violet #9024EA
Tints of Blue Violet #9024EA
RGB
CMYK
RGB Variations
Color information
#9024EA (or 0x9024EA) is known color: Blue Violet. HEX triplet: 90, 24 and EA. RGB value is (144,36,234). Sum of RGB (Red+Green+Blue) = 144+36+234=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #9024EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9024EA is #6FDB15. Grayscale: #5A5A5A. Windows color (decimal): -7330582 or 15344784. OLE color: 15344784.
HSL color Cylindrical-coordinate representation of color #9024EA: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9024EA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 36 | 234 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.08 |
| HSL | 272.73º | 0.83% | 0.53% | - |
| HSV(B) | 272.73º | 0.85% | 0.92% | - |
| XYZ | 26.98 | 13.13 | 78.95 | - |
| YUV | 90.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 234 | 0.38 | 0.85 | 0 | 0.08 | 272.73 | 0.83 | 0.53 |
| Hex | 90 | 24 | EA | 26 | 55 | 0 | 8 | 111 | 52 | 35 |
| Octal | 220 | 44 | 352 | 46 | 125 | 0 | 10 | 421 | 122 | 65 |
| Binary | 10010000 | 100100 | 11101010 | 100110 | 1010101 | 0 | 1000 | 100010001 | 1010010 | 110101 |
Color Harmonies of #9024EA
Complementary color
Monochromatic Colors of #9024EA
Black with #9024EA
Text Example
Text Example
White with #9024EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024EA; }
p { color: rgb(144,36,234); }
H1.HeaderClassName
{
color: #9024EA;
}
.AnyTagClassName
{
color: #9024EA;
}
</style>
background-color css
<style>
a { background-color: #9024EA; }
a { background-color: rgb(144,36,234); }
div.DivClassName
{
background-color: #9024EA;
}
.BgClassName
{
background-color: #9024EA;
}
</style>
border-color css
<style>
span { border-color: #9024EA; }
span { border-color: rgb(144,36,234); }
td.TdClassName
{
border-color: #9024EA;
}
.TagClassName
{
border-color: #9024EA;
}
</style>