Shades of Blue Violet #9019FA
Tints of Blue Violet #9019FA
RGB
CMYK
RGB Variations
Color information
#9019FA (or 0x9019FA) is known color: Blue Violet. HEX triplet: 90, 19 and FA. RGB value is (144,25,250). Sum of RGB (Red+Green+Blue) = 144+25+250=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #9019FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019FA is #6FE605. Grayscale: #555555. Windows color (decimal): -7333382 or 16390544. OLE color: 16390544.
HSL color Cylindrical-coordinate representation of color #9019FA: hue angle of 271.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9019FA is Cyan = 0.42, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 25 | 250 | - |
| CMYK | 0.42 | 0.9 | 0 | 0.02 |
| HSL | 271.73º | 0.96% | 0.54% | - |
| HSV(B) | 271.73º | 0.9% | 0.98% | - |
| XYZ | 29.1 | 13.53 | 91.52 | - |
| YUV | 86.23 | 220.42 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 250 | 0.42 | 0.9 | 0 | 0.02 | 271.73 | 0.96 | 0.54 |
| Hex | 90 | 19 | FA | 2A | 5A | 0 | 2 | 110 | 60 | 36 |
| Octal | 220 | 31 | 372 | 52 | 132 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10010000 | 11001 | 11111010 | 101010 | 1011010 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #9019FA
Complementary color
Monochromatic Colors of #9019FA
Black with #9019FA
Text Example
Text Example
White with #9019FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019FA; }
p { color: rgb(144,25,250); }
H1.HeaderClassName
{
color: #9019FA;
}
.AnyTagClassName
{
color: #9019FA;
}
</style>
background-color css
<style>
a { background-color: #9019FA; }
a { background-color: rgb(144,25,250); }
div.DivClassName
{
background-color: #9019FA;
}
.BgClassName
{
background-color: #9019FA;
}
</style>
border-color css
<style>
span { border-color: #9019FA; }
span { border-color: rgb(144,25,250); }
td.TdClassName
{
border-color: #9019FA;
}
.TagClassName
{
border-color: #9019FA;
}
</style>