Shades of Blue Violet #9024E6
Tints of Blue Violet #9024E6
RGB
CMYK
RGB Variations
Color information
#9024E6 (or 0x9024E6) is known color: Blue Violet. HEX triplet: 90, 24 and E6. RGB value is (144,36,230). Sum of RGB (Red+Green+Blue) = 144+36+230=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #9024E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9024E6 is #6FDB19. Grayscale: #595959. Windows color (decimal): -7330586 or 15082640. OLE color: 15082640.
HSL color Cylindrical-coordinate representation of color #9024E6: hue angle of 273.4º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9024E6 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 36 | 230 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.10 |
| HSL | 273.4º | 0.8% | 0.52% | - |
| HSV(B) | 273.4º | 0.84% | 0.9% | - |
| XYZ | 26.42 | 12.9 | 75.96 | - |
| YUV | 90.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 230 | 0.37 | 0.84 | 0 | 0.10 | 273.4 | 0.8 | 0.52 |
| Hex | 90 | 24 | E6 | 25 | 54 | 0 | A | 111 | 50 | 34 |
| Octal | 220 | 44 | 346 | 45 | 124 | 0 | 12 | 421 | 120 | 64 |
| Binary | 10010000 | 100100 | 11100110 | 100101 | 1010100 | 0 | 1010 | 100010001 | 1010000 | 110100 |
Color Harmonies of #9024E6
Complementary color
Monochromatic Colors of #9024E6
Black with #9024E6
Text Example
Text Example
White with #9024E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024E6; }
p { color: rgb(144,36,230); }
H1.HeaderClassName
{
color: #9024E6;
}
.AnyTagClassName
{
color: #9024E6;
}
</style>
background-color css
<style>
a { background-color: #9024E6; }
a { background-color: rgb(144,36,230); }
div.DivClassName
{
background-color: #9024E6;
}
.BgClassName
{
background-color: #9024E6;
}
</style>
border-color css
<style>
span { border-color: #9024E6; }
span { border-color: rgb(144,36,230); }
td.TdClassName
{
border-color: #9024E6;
}
.TagClassName
{
border-color: #9024E6;
}
</style>