Shades of Blue Violet #900FFF
Tints of Blue Violet #900FFF
RGB
CMYK
RGB Variations
Color information
#900FFF (or 0x900FFF) is known color: Blue Violet. HEX triplet: 90, 0F and FF. RGB value is (144,15,255). Sum of RGB (Red+Green+Blue) = 144+15+255=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #900FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FFF is #6FF000. Grayscale: #505050. Windows color (decimal): -7335937 or 16715664. OLE color: 16715664.
HSL color Cylindrical-coordinate representation of color #900FFF: hue angle of 272.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FFF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 15 | 255 | - |
| CMYK | 0.44 | 0.94 | 0 | 0 |
| HSL | 272.25º | 1% | 0.53% | - |
| HSV(B) | 272.25º | 0.94% | 1% | - |
| XYZ | 29.72 | 13.49 | 95.65 | - |
| YUV | 80.93 | 226.24 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 255 | 0.44 | 0.94 | 0 | 0 | 272.25 | 1 | 0.53 |
| Hex | 90 | F | FF | 2C | 5E | 0 | 0 | 110 | 64 | 35 |
| Octal | 220 | 17 | 377 | 54 | 136 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10010000 | 1111 | 11111111 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #900FFF
Complementary color
Monochromatic Colors of #900FFF
Black with #900FFF
Text Example
Text Example
White with #900FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FFF; }
p { color: rgb(144,15,255); }
H1.HeaderClassName
{
color: #900FFF;
}
.AnyTagClassName
{
color: #900FFF;
}
</style>
background-color css
<style>
a { background-color: #900FFF; }
a { background-color: rgb(144,15,255); }
div.DivClassName
{
background-color: #900FFF;
}
.BgClassName
{
background-color: #900FFF;
}
</style>
border-color css
<style>
span { border-color: #900FFF; }
span { border-color: rgb(144,15,255); }
td.TdClassName
{
border-color: #900FFF;
}
.TagClassName
{
border-color: #900FFF;
}
</style>