Shades of Blue Violet #9616FA
Tints of Blue Violet #9616FA
RGB
CMYK
RGB Variations
Color information
#9616FA (or 0x9616FA) is known color: Blue Violet. HEX triplet: 96, 16 and FA. RGB value is (150,22,250). Sum of RGB (Red+Green+Blue) = 150+22+250=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9616FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616FA is #69E905. Grayscale: #555555. Windows color (decimal): -6940934 or 16389782. OLE color: 16389782.
HSL color Cylindrical-coordinate representation of color #9616FA: hue angle of 273.68º 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 #9616FA is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 22 | 250 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.02 |
| HSL | 273.68º | 0.96% | 0.53% | - |
| HSV(B) | 273.68º | 0.91% | 0.98% | - |
| XYZ | 30.12 | 13.96 | 91.55 | - |
| YUV | 86.26 | 220.41 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 250 | 0.4 | 0.91 | 0 | 0.02 | 273.68 | 0.96 | 0.53 |
| Hex | 96 | 16 | FA | 28 | 5B | 0 | 2 | 112 | 60 | 35 |
| Octal | 226 | 26 | 372 | 50 | 133 | 0 | 2 | 422 | 140 | 65 |
| Binary | 10010110 | 10110 | 11111010 | 101000 | 1011011 | 0 | 10 | 100010010 | 1100000 | 110101 |
Color Harmonies of #9616FA
Complementary color
Monochromatic Colors of #9616FA
Black with #9616FA
Text Example
Text Example
White with #9616FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616FA; }
p { color: rgb(150,22,250); }
H1.HeaderClassName
{
color: #9616FA;
}
.AnyTagClassName
{
color: #9616FA;
}
</style>
background-color css
<style>
a { background-color: #9616FA; }
a { background-color: rgb(150,22,250); }
div.DivClassName
{
background-color: #9616FA;
}
.BgClassName
{
background-color: #9616FA;
}
</style>
border-color css
<style>
span { border-color: #9616FA; }
span { border-color: rgb(150,22,250); }
td.TdClassName
{
border-color: #9616FA;
}
.TagClassName
{
border-color: #9616FA;
}
</style>