Shades of Blue Violet #9416FA
Tints of Blue Violet #9416FA
RGB
CMYK
RGB Variations
Color information
#9416FA (or 0x9416FA) is known color: Blue Violet. HEX triplet: 94, 16 and FA. RGB value is (148,22,250). Sum of RGB (Red+Green+Blue) = 148+22+250=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #9416FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9416FA is #6BE905. Grayscale: #545454. Windows color (decimal): -7072006 or 16389780. OLE color: 16389780.
HSL color Cylindrical-coordinate representation of color #9416FA: hue angle of 273.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9416FA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 22 | 250 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.02 |
| HSL | 273.16º | 0.96% | 0.53% | - |
| HSV(B) | 273.16º | 0.91% | 0.98% | - |
| XYZ | 29.75 | 13.77 | 91.53 | - |
| YUV | 85.67 | 220.74 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 250 | 0.41 | 0.91 | 0 | 0.02 | 273.16 | 0.96 | 0.53 |
| Hex | 94 | 16 | FA | 29 | 5B | 0 | 2 | 111 | 60 | 35 |
| Octal | 224 | 26 | 372 | 51 | 133 | 0 | 2 | 421 | 140 | 65 |
| Binary | 10010100 | 10110 | 11111010 | 101001 | 1011011 | 0 | 10 | 100010001 | 1100000 | 110101 |
Color Harmonies of #9416FA
Complementary color
Monochromatic Colors of #9416FA
Black with #9416FA
Text Example
Text Example
White with #9416FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416FA; }
p { color: rgb(148,22,250); }
H1.HeaderClassName
{
color: #9416FA;
}
.AnyTagClassName
{
color: #9416FA;
}
</style>
background-color css
<style>
a { background-color: #9416FA; }
a { background-color: rgb(148,22,250); }
div.DivClassName
{
background-color: #9416FA;
}
.BgClassName
{
background-color: #9416FA;
}
</style>
border-color css
<style>
span { border-color: #9416FA; }
span { border-color: rgb(148,22,250); }
td.TdClassName
{
border-color: #9416FA;
}
.TagClassName
{
border-color: #9416FA;
}
</style>