Shades of Blue Violet #900FF7
Tints of Blue Violet #900FF7
RGB
CMYK
RGB Variations
Color information
#900FF7 (or 0x900FF7) is known color: Blue Violet. HEX triplet: 90, 0F and F7. RGB value is (144,15,247). Sum of RGB (Red+Green+Blue) = 144+15+247=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 247 (96.88% from 255 or 60.84% from 406); Max value from RGB is 247 - color contains mainly: blue. Hex color #900FF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FF7 is #6FF008. Grayscale: #4F4F4F. Windows color (decimal): -7335945 or 16191376. OLE color: 16191376.
HSL color Cylindrical-coordinate representation of color #900FF7: hue angle of 273.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FF7 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 15 | 247 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.03 |
| HSL | 273.36º | 0.94% | 0.51% | - |
| HSV(B) | 273.36º | 0.94% | 0.97% | - |
| XYZ | 28.46 | 12.99 | 89 | - |
| YUV | 80.02 | 222.24 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 247 | 0.42 | 0.94 | 0 | 0.03 | 273.36 | 0.94 | 0.51 |
| Hex | 90 | F | F7 | 2A | 5E | 0 | 3 | 111 | 5E | 33 |
| Octal | 220 | 17 | 367 | 52 | 136 | 0 | 3 | 421 | 136 | 63 |
| Binary | 10010000 | 1111 | 11110111 | 101010 | 1011110 | 0 | 11 | 100010001 | 1011110 | 110011 |
Color Harmonies of #900FF7
Complementary color
Monochromatic Colors of #900FF7
Black with #900FF7
Text Example
Text Example
White with #900FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FF7; }
p { color: rgb(144,15,247); }
H1.HeaderClassName
{
color: #900FF7;
}
.AnyTagClassName
{
color: #900FF7;
}
</style>
background-color css
<style>
a { background-color: #900FF7; }
a { background-color: rgb(144,15,247); }
div.DivClassName
{
background-color: #900FF7;
}
.BgClassName
{
background-color: #900FF7;
}
</style>
border-color css
<style>
span { border-color: #900FF7; }
span { border-color: rgb(144,15,247); }
td.TdClassName
{
border-color: #900FF7;
}
.TagClassName
{
border-color: #900FF7;
}
</style>