Shades of Blue Violet #900FFA
Tints of Blue Violet #900FFA
RGB
CMYK
RGB Variations
Color information
#900FFA (or 0x900FFA) is known color: Blue Violet. HEX triplet: 90, 0F and FA. RGB value is (144,15,250). Sum of RGB (Red+Green+Blue) = 144+15+250=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #900FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FFA is #6FF005. Grayscale: #4F4F4F. Windows color (decimal): -7335942 or 16387984. OLE color: 16387984.
HSL color Cylindrical-coordinate representation of color #900FFA: hue angle of 272.94º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FFA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 15 | 250 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.02 |
| HSL | 272.94º | 0.96% | 0.52% | - |
| HSV(B) | 272.94º | 0.94% | 0.98% | - |
| XYZ | 28.93 | 13.17 | 91.46 | - |
| YUV | 80.36 | 223.74 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 250 | 0.42 | 0.94 | 0 | 0.02 | 272.94 | 0.96 | 0.52 |
| Hex | 90 | F | FA | 2A | 5E | 0 | 2 | 111 | 60 | 34 |
| Octal | 220 | 17 | 372 | 52 | 136 | 0 | 2 | 421 | 140 | 64 |
| Binary | 10010000 | 1111 | 11111010 | 101010 | 1011110 | 0 | 10 | 100010001 | 1100000 | 110100 |
Color Harmonies of #900FFA
Complementary color
Monochromatic Colors of #900FFA
Black with #900FFA
Text Example
Text Example
White with #900FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FFA; }
p { color: rgb(144,15,250); }
H1.HeaderClassName
{
color: #900FFA;
}
.AnyTagClassName
{
color: #900FFA;
}
</style>
background-color css
<style>
a { background-color: #900FFA; }
a { background-color: rgb(144,15,250); }
div.DivClassName
{
background-color: #900FFA;
}
.BgClassName
{
background-color: #900FFA;
}
</style>
border-color css
<style>
span { border-color: #900FFA; }
span { border-color: rgb(144,15,250); }
td.TdClassName
{
border-color: #900FFA;
}
.TagClassName
{
border-color: #900FFA;
}
</style>