Shades of Blue Violet #9018E9
Tints of Blue Violet #9018E9
RGB
CMYK
RGB Variations
Color information
#9018E9 (or 0x9018E9) is known color: Blue Violet. HEX triplet: 90, 18 and E9. RGB value is (144,24,233). Sum of RGB (Red+Green+Blue) = 144+24+233=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #9018E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9018E9 is #6FE716. Grayscale: #525252. Windows color (decimal): -7333655 or 15276176. OLE color: 15276176.
HSL color Cylindrical-coordinate representation of color #9018E9: hue angle of 274.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9018E9 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 24 | 233 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.09 |
| HSL | 274.45º | 0.83% | 0.5% | - |
| HSV(B) | 274.45º | 0.9% | 0.91% | - |
| XYZ | 26.54 | 12.47 | 78.1 | - |
| YUV | 83.71 | 212.26 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 233 | 0.38 | 0.90 | 0 | 0.09 | 274.45 | 0.83 | 0.5 |
| Hex | 90 | 18 | E9 | 26 | 5A | 0 | 9 | 112 | 53 | 32 |
| Octal | 220 | 30 | 351 | 46 | 132 | 0 | 11 | 422 | 123 | 62 |
| Binary | 10010000 | 11000 | 11101001 | 100110 | 1011010 | 0 | 1001 | 100010010 | 1010011 | 110010 |
Color Harmonies of #9018E9
Complementary color
Monochromatic Colors of #9018E9
Black with #9018E9
Text Example
Text Example
White with #9018E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018E9; }
p { color: rgb(144,24,233); }
H1.HeaderClassName
{
color: #9018E9;
}
.AnyTagClassName
{
color: #9018E9;
}
</style>
background-color css
<style>
a { background-color: #9018E9; }
a { background-color: rgb(144,24,233); }
div.DivClassName
{
background-color: #9018E9;
}
.BgClassName
{
background-color: #9018E9;
}
</style>
border-color css
<style>
span { border-color: #9018E9; }
span { border-color: rgb(144,24,233); }
td.TdClassName
{
border-color: #9018E9;
}
.TagClassName
{
border-color: #9018E9;
}
</style>