Shades of Blue Violet #9018E6
Tints of Blue Violet #9018E6
RGB
CMYK
RGB Variations
Color information
#9018E6 (or 0x9018E6) is known color: Blue Violet. HEX triplet: 90, 18 and E6. RGB value is (144,24,230). Sum of RGB (Red+Green+Blue) = 144+24+230=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #9018E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9018E6 is #6FE719. Grayscale: #525252. Windows color (decimal): -7333658 or 15079568. OLE color: 15079568.
HSL color Cylindrical-coordinate representation of color #9018E6: hue angle of 274.95º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9018E6 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 24 | 230 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.10 |
| HSL | 274.95º | 0.81% | 0.5% | - |
| HSV(B) | 274.95º | 0.9% | 0.9% | - |
| XYZ | 26.11 | 12.3 | 75.86 | - |
| YUV | 83.36 | 210.76 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 230 | 0.37 | 0.90 | 0 | 0.10 | 274.95 | 0.81 | 0.5 |
| Hex | 90 | 18 | E6 | 25 | 5A | 0 | A | 113 | 51 | 32 |
| Octal | 220 | 30 | 346 | 45 | 132 | 0 | 12 | 423 | 121 | 62 |
| Binary | 10010000 | 11000 | 11100110 | 100101 | 1011010 | 0 | 1010 | 100010011 | 1010001 | 110010 |
Color Harmonies of #9018E6
Complementary color
Monochromatic Colors of #9018E6
Black with #9018E6
Text Example
Text Example
White with #9018E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018E6; }
p { color: rgb(144,24,230); }
H1.HeaderClassName
{
color: #9018E6;
}
.AnyTagClassName
{
color: #9018E6;
}
</style>
background-color css
<style>
a { background-color: #9018E6; }
a { background-color: rgb(144,24,230); }
div.DivClassName
{
background-color: #9018E6;
}
.BgClassName
{
background-color: #9018E6;
}
</style>
border-color css
<style>
span { border-color: #9018E6; }
span { border-color: rgb(144,24,230); }
td.TdClassName
{
border-color: #9018E6;
}
.TagClassName
{
border-color: #9018E6;
}
</style>