Shades of Blue Violet #9516F1
Tints of Blue Violet #9516F1
RGB
CMYK
RGB Variations
Color information
#9516F1 (or 0x9516F1) is known color: Blue Violet. HEX triplet: 95, 16 and F1. RGB value is (149,22,241). Sum of RGB (Red+Green+Blue) = 149+22+241=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #9516F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516F1 is #6AE90E. Grayscale: #545454. Windows color (decimal): -7006479 or 15799957. OLE color: 15799957.
HSL color Cylindrical-coordinate representation of color #9516F1: hue angle of 274.79º 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 #9516F1 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 22 | 241 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.05 |
| HSL | 274.79º | 0.89% | 0.52% | - |
| HSV(B) | 274.79º | 0.91% | 0.95% | - |
| XYZ | 28.56 | 13.31 | 84.28 | - |
| YUV | 84.94 | 216.08 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 241 | 0.38 | 0.91 | 0 | 0.05 | 274.79 | 0.89 | 0.52 |
| Hex | 95 | 16 | F1 | 26 | 5B | 0 | 5 | 113 | 59 | 34 |
| Octal | 225 | 26 | 361 | 46 | 133 | 0 | 5 | 423 | 131 | 64 |
| Binary | 10010101 | 10110 | 11110001 | 100110 | 1011011 | 0 | 101 | 100010011 | 1011001 | 110100 |
Color Harmonies of #9516F1
Complementary color
Monochromatic Colors of #9516F1
Black with #9516F1
Text Example
Text Example
White with #9516F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9516F1; }
p { color: rgb(149,22,241); }
H1.HeaderClassName
{
color: #9516F1;
}
.AnyTagClassName
{
color: #9516F1;
}
</style>
background-color css
<style>
a { background-color: #9516F1; }
a { background-color: rgb(149,22,241); }
div.DivClassName
{
background-color: #9516F1;
}
.BgClassName
{
background-color: #9516F1;
}
</style>
border-color css
<style>
span { border-color: #9516F1; }
span { border-color: rgb(149,22,241); }
td.TdClassName
{
border-color: #9516F1;
}
.TagClassName
{
border-color: #9516F1;
}
</style>