Shades of Blue Violet #9616F1
Tints of Blue Violet #9616F1
RGB
CMYK
RGB Variations
Color information
#9616F1 (or 0x9616F1) is known color: Blue Violet. HEX triplet: 96, 16 and F1. RGB value is (150,22,241). Sum of RGB (Red+Green+Blue) = 150+22+241=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #9616F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616F1 is #69E90E. Grayscale: #545454. Windows color (decimal): -6940943 or 15799958. OLE color: 15799958.
HSL color Cylindrical-coordinate representation of color #9616F1: hue angle of 275.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9616F1 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 22 | 241 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.05 |
| HSL | 275.07º | 0.89% | 0.52% | - |
| HSV(B) | 275.07º | 0.91% | 0.95% | - |
| XYZ | 28.74 | 13.41 | 84.29 | - |
| YUV | 85.24 | 215.91 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 241 | 0.38 | 0.91 | 0 | 0.05 | 275.07 | 0.89 | 0.52 |
| Hex | 96 | 16 | F1 | 26 | 5B | 0 | 5 | 113 | 59 | 34 |
| Octal | 226 | 26 | 361 | 46 | 133 | 0 | 5 | 423 | 131 | 64 |
| Binary | 10010110 | 10110 | 11110001 | 100110 | 1011011 | 0 | 101 | 100010011 | 1011001 | 110100 |
Color Harmonies of #9616F1
Complementary color
Monochromatic Colors of #9616F1
Black with #9616F1
Text Example
Text Example
White with #9616F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616F1; }
p { color: rgb(150,22,241); }
H1.HeaderClassName
{
color: #9616F1;
}
.AnyTagClassName
{
color: #9616F1;
}
</style>
background-color css
<style>
a { background-color: #9616F1; }
a { background-color: rgb(150,22,241); }
div.DivClassName
{
background-color: #9616F1;
}
.BgClassName
{
background-color: #9616F1;
}
</style>
border-color css
<style>
span { border-color: #9616F1; }
span { border-color: rgb(150,22,241); }
td.TdClassName
{
border-color: #9616F1;
}
.TagClassName
{
border-color: #9616F1;
}
</style>