Shades of Blue Violet #901AFA
Tints of Blue Violet #901AFA
RGB
CMYK
RGB Variations
Color information
#901AFA (or 0x901AFA) is known color: Blue Violet. HEX triplet: 90, 1A and FA. RGB value is (144,26,250). Sum of RGB (Red+Green+Blue) = 144+26+250=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #901AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901AFA is #6FE505. Grayscale: #565656. Windows color (decimal): -7333126 or 16390800. OLE color: 16390800.
HSL color Cylindrical-coordinate representation of color #901AFA: hue angle of 271.61º 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 #901AFA is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 26 | 250 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.02 |
| HSL | 271.61º | 0.96% | 0.54% | - |
| HSV(B) | 271.61º | 0.9% | 0.98% | - |
| XYZ | 29.13 | 13.57 | 91.53 | - |
| YUV | 86.82 | 220.09 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 250 | 0.42 | 0.90 | 0 | 0.02 | 271.61 | 0.96 | 0.54 |
| Hex | 90 | 1A | FA | 2A | 5A | 0 | 2 | 110 | 60 | 36 |
| Octal | 220 | 32 | 372 | 52 | 132 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10010000 | 11010 | 11111010 | 101010 | 1011010 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #901AFA
Complementary color
Monochromatic Colors of #901AFA
Black with #901AFA
Text Example
Text Example
White with #901AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AFA; }
p { color: rgb(144,26,250); }
H1.HeaderClassName
{
color: #901AFA;
}
.AnyTagClassName
{
color: #901AFA;
}
</style>
background-color css
<style>
a { background-color: #901AFA; }
a { background-color: rgb(144,26,250); }
div.DivClassName
{
background-color: #901AFA;
}
.BgClassName
{
background-color: #901AFA;
}
</style>
border-color css
<style>
span { border-color: #901AFA; }
span { border-color: rgb(144,26,250); }
td.TdClassName
{
border-color: #901AFA;
}
.TagClassName
{
border-color: #901AFA;
}
</style>