Shades of Blue Violet #9010F9
Tints of Blue Violet #9010F9
RGB
CMYK
RGB Variations
Color information
#9010F9 (or 0x9010F9) is known color: Blue Violet. HEX triplet: 90, 10 and F9. RGB value is (144,16,249). Sum of RGB (Red+Green+Blue) = 144+16+249=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #9010F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9010F9 is #6FEF06. Grayscale: #505050. Windows color (decimal): -7335687 or 16322704. OLE color: 16322704.
HSL color Cylindrical-coordinate representation of color #9010F9: hue angle of 272.96º degrees, saturation: 0.95, 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 #9010F9 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 16 | 249 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.02 |
| HSL | 272.96º | 0.95% | 0.52% | - |
| HSV(B) | 272.96º | 0.94% | 0.98% | - |
| XYZ | 28.79 | 13.14 | 90.64 | - |
| YUV | 80.83 | 222.91 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 249 | 0.42 | 0.94 | 0 | 0.02 | 272.96 | 0.95 | 0.52 |
| Hex | 90 | 10 | F9 | 2A | 5E | 0 | 2 | 111 | 5F | 34 |
| Octal | 220 | 20 | 371 | 52 | 136 | 0 | 2 | 421 | 137 | 64 |
| Binary | 10010000 | 10000 | 11111001 | 101010 | 1011110 | 0 | 10 | 100010001 | 1011111 | 110100 |
Color Harmonies of #9010F9
Complementary color
Monochromatic Colors of #9010F9
Black with #9010F9
Text Example
Text Example
White with #9010F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010F9; }
p { color: rgb(144,16,249); }
H1.HeaderClassName
{
color: #9010F9;
}
.AnyTagClassName
{
color: #9010F9;
}
</style>
background-color css
<style>
a { background-color: #9010F9; }
a { background-color: rgb(144,16,249); }
div.DivClassName
{
background-color: #9010F9;
}
.BgClassName
{
background-color: #9010F9;
}
</style>
border-color css
<style>
span { border-color: #9010F9; }
span { border-color: rgb(144,16,249); }
td.TdClassName
{
border-color: #9010F9;
}
.TagClassName
{
border-color: #9010F9;
}
</style>