Shades of Blue Violet #9015FA
Tints of Blue Violet #9015FA
RGB
CMYK
RGB Variations
Color information
#9015FA (or 0x9015FA) is known color: Blue Violet. HEX triplet: 90, 15 and FA. RGB value is (144,21,250). Sum of RGB (Red+Green+Blue) = 144+21+250=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #9015FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9015FA is #6FEA05. Grayscale: #535353. Windows color (decimal): -7334406 or 16389520. OLE color: 16389520.
HSL color Cylindrical-coordinate representation of color #9015FA: hue angle of 272.23º 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 #9015FA is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 21 | 250 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.02 |
| HSL | 272.23º | 0.96% | 0.53% | - |
| HSV(B) | 272.23º | 0.92% | 0.98% | - |
| XYZ | 29.03 | 13.37 | 91.49 | - |
| YUV | 83.88 | 221.75 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 250 | 0.42 | 0.92 | 0 | 0.02 | 272.23 | 0.96 | 0.53 |
| Hex | 90 | 15 | FA | 2A | 5C | 0 | 2 | 110 | 60 | 35 |
| Octal | 220 | 25 | 372 | 52 | 134 | 0 | 2 | 420 | 140 | 65 |
| Binary | 10010000 | 10101 | 11111010 | 101010 | 1011100 | 0 | 10 | 100010000 | 1100000 | 110101 |
Color Harmonies of #9015FA
Complementary color
Monochromatic Colors of #9015FA
Black with #9015FA
Text Example
Text Example
White with #9015FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015FA; }
p { color: rgb(144,21,250); }
H1.HeaderClassName
{
color: #9015FA;
}
.AnyTagClassName
{
color: #9015FA;
}
</style>
background-color css
<style>
a { background-color: #9015FA; }
a { background-color: rgb(144,21,250); }
div.DivClassName
{
background-color: #9015FA;
}
.BgClassName
{
background-color: #9015FA;
}
</style>
border-color css
<style>
span { border-color: #9015FA; }
span { border-color: rgb(144,21,250); }
td.TdClassName
{
border-color: #9015FA;
}
.TagClassName
{
border-color: #9015FA;
}
</style>