Shades of Blue Violet #9018FF
Tints of Blue Violet #9018FF
RGB
CMYK
RGB Variations
Color information
#9018FF (or 0x9018FF) is known color: Blue Violet. HEX triplet: 90, 18 and FF. RGB value is (144,24,255). Sum of RGB (Red+Green+Blue) = 144+24+255=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9018FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9018FF is #6FE700. Grayscale: #555555. Windows color (decimal): -7333633 or 16717968. OLE color: 16717968.
HSL color Cylindrical-coordinate representation of color #9018FF: hue angle of 271.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9018FF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 24 | 255 | - |
| CMYK | 0.44 | 0.91 | 0 | 0 |
| HSL | 271.17º | 1% | 0.55% | - |
| HSV(B) | 271.17º | 0.91% | 1% | - |
| XYZ | 29.88 | 13.8 | 95.7 | - |
| YUV | 86.21 | 223.26 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 255 | 0.44 | 0.91 | 0 | 0 | 271.17 | 1 | 0.55 |
| Hex | 90 | 18 | FF | 2C | 5B | 0 | 0 | 10F | 64 | 37 |
| Octal | 220 | 30 | 377 | 54 | 133 | 0 | 0 | 417 | 144 | 67 |
| Binary | 10010000 | 11000 | 11111111 | 101100 | 1011011 | 0 | 0 | 100001111 | 1100100 | 110111 |
Color Harmonies of #9018FF
Complementary color
Monochromatic Colors of #9018FF
Black with #9018FF
Text Example
Text Example
White with #9018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018FF; }
p { color: rgb(144,24,255); }
H1.HeaderClassName
{
color: #9018FF;
}
.AnyTagClassName
{
color: #9018FF;
}
</style>
background-color css
<style>
a { background-color: #9018FF; }
a { background-color: rgb(144,24,255); }
div.DivClassName
{
background-color: #9018FF;
}
.BgClassName
{
background-color: #9018FF;
}
</style>
border-color css
<style>
span { border-color: #9018FF; }
span { border-color: rgb(144,24,255); }
td.TdClassName
{
border-color: #9018FF;
}
.TagClassName
{
border-color: #9018FF;
}
</style>