Shades of Blue Violet #9013FA
Tints of Blue Violet #9013FA
RGB
CMYK
RGB Variations
Color information
#9013FA (or 0x9013FA) is known color: Blue Violet. HEX triplet: 90, 13 and FA. RGB value is (144,19,250). Sum of RGB (Red+Green+Blue) = 144+19+250=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #9013FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013FA is #6FEC05. Grayscale: #515151. Windows color (decimal): -7334918 or 16389008. OLE color: 16389008.
HSL color Cylindrical-coordinate representation of color #9013FA: hue angle of 272.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9013FA is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 19 | 250 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.02 |
| HSL | 272.47º | 0.96% | 0.53% | - |
| HSV(B) | 272.47º | 0.92% | 0.98% | - |
| XYZ | 28.99 | 13.3 | 91.48 | - |
| YUV | 82.71 | 222.41 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 250 | 0.42 | 0.92 | 0 | 0.02 | 272.47 | 0.96 | 0.53 |
| Hex | 90 | 13 | FA | 2A | 5C | 0 | 2 | 110 | 60 | 35 |
| Octal | 220 | 23 | 372 | 52 | 134 | 0 | 2 | 420 | 140 | 65 |
| Binary | 10010000 | 10011 | 11111010 | 101010 | 1011100 | 0 | 10 | 100010000 | 1100000 | 110101 |
Color Harmonies of #9013FA
Complementary color
Monochromatic Colors of #9013FA
Black with #9013FA
Text Example
Text Example
White with #9013FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013FA; }
p { color: rgb(144,19,250); }
H1.HeaderClassName
{
color: #9013FA;
}
.AnyTagClassName
{
color: #9013FA;
}
</style>
background-color css
<style>
a { background-color: #9013FA; }
a { background-color: rgb(144,19,250); }
div.DivClassName
{
background-color: #9013FA;
}
.BgClassName
{
background-color: #9013FA;
}
</style>
border-color css
<style>
span { border-color: #9013FA; }
span { border-color: rgb(144,19,250); }
td.TdClassName
{
border-color: #9013FA;
}
.TagClassName
{
border-color: #9013FA;
}
</style>