Shades of Blue Violet #9018E3
Tints of Blue Violet #9018E3
RGB
CMYK
RGB Variations
Color information
#9018E3 (or 0x9018E3) is known color: Blue Violet. HEX triplet: 90, 18 and E3. RGB value is (144,24,227). Sum of RGB (Red+Green+Blue) = 144+24+227=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #9018E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018E3 is #6FE71C. Grayscale: #525252. Windows color (decimal): -7333661 or 14882960. OLE color: 14882960.
HSL color Cylindrical-coordinate representation of color #9018E3: hue angle of 275.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9018E3 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 24 | 227 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.11 |
| HSL | 275.47º | 0.81% | 0.49% | - |
| HSV(B) | 275.47º | 0.89% | 0.89% | - |
| XYZ | 25.69 | 12.13 | 73.66 | - |
| YUV | 83.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 227 | 0.37 | 0.89 | 0 | 0.11 | 275.47 | 0.81 | 0.49 |
| Hex | 90 | 18 | E3 | 25 | 59 | 0 | B | 113 | 51 | 31 |
| Octal | 220 | 30 | 343 | 45 | 131 | 0 | 13 | 423 | 121 | 61 |
| Binary | 10010000 | 11000 | 11100011 | 100101 | 1011001 | 0 | 1011 | 100010011 | 1010001 | 110001 |
Color Harmonies of #9018E3
Complementary color
Monochromatic Colors of #9018E3
Black with #9018E3
Text Example
Text Example
White with #9018E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018E3; }
p { color: rgb(144,24,227); }
H1.HeaderClassName
{
color: #9018E3;
}
.AnyTagClassName
{
color: #9018E3;
}
</style>
background-color css
<style>
a { background-color: #9018E3; }
a { background-color: rgb(144,24,227); }
div.DivClassName
{
background-color: #9018E3;
}
.BgClassName
{
background-color: #9018E3;
}
</style>
border-color css
<style>
span { border-color: #9018E3; }
span { border-color: rgb(144,24,227); }
td.TdClassName
{
border-color: #9018E3;
}
.TagClassName
{
border-color: #9018E3;
}
</style>