Shades of Blue Violet #9019FF
Tints of Blue Violet #9019FF
RGB
CMYK
RGB Variations
Color information
#9019FF (or 0x9019FF) is known color: Blue Violet. HEX triplet: 90, 19 and FF. RGB value is (144,25,255). Sum of RGB (Red+Green+Blue) = 144+25+255=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9019FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019FF is #6FE600. Grayscale: #565656. Windows color (decimal): -7333377 or 16718224. OLE color: 16718224.
HSL color Cylindrical-coordinate representation of color #9019FF: hue angle of 271.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9019FF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 25 | 255 | - |
| CMYK | 0.44 | 0.90 | 0 | 0 |
| HSL | 271.04º | 1% | 0.55% | - |
| HSV(B) | 271.04º | 0.9% | 1% | - |
| XYZ | 29.9 | 13.84 | 95.7 | - |
| YUV | 86.8 | 222.92 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 255 | 0.44 | 0.90 | 0 | 0 | 271.04 | 1 | 0.55 |
| Hex | 90 | 19 | FF | 2C | 5A | 0 | 0 | 10F | 64 | 37 |
| Octal | 220 | 31 | 377 | 54 | 132 | 0 | 0 | 417 | 144 | 67 |
| Binary | 10010000 | 11001 | 11111111 | 101100 | 1011010 | 0 | 0 | 100001111 | 1100100 | 110111 |
Color Harmonies of #9019FF
Complementary color
Monochromatic Colors of #9019FF
Black with #9019FF
Text Example
Text Example
White with #9019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019FF; }
p { color: rgb(144,25,255); }
H1.HeaderClassName
{
color: #9019FF;
}
.AnyTagClassName
{
color: #9019FF;
}
</style>
background-color css
<style>
a { background-color: #9019FF; }
a { background-color: rgb(144,25,255); }
div.DivClassName
{
background-color: #9019FF;
}
.BgClassName
{
background-color: #9019FF;
}
</style>
border-color css
<style>
span { border-color: #9019FF; }
span { border-color: rgb(144,25,255); }
td.TdClassName
{
border-color: #9019FF;
}
.TagClassName
{
border-color: #9019FF;
}
</style>