Shades of Blue Violet #9516EB
Tints of Blue Violet #9516EB
RGB
CMYK
RGB Variations
Color information
#9516EB (or 0x9516EB) is known color: Blue Violet. HEX triplet: 95, 16 and EB. RGB value is (149,22,235). Sum of RGB (Red+Green+Blue) = 149+22+235=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #9516EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516EB is #6AE914. Grayscale: #535353. Windows color (decimal): -7006485 or 15406741. OLE color: 15406741.
HSL color Cylindrical-coordinate representation of color #9516EB: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9516EB is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 22 | 235 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.08 |
| HSL | 275.77º | 0.84% | 0.5% | - |
| HSV(B) | 275.77º | 0.91% | 0.92% | - |
| XYZ | 27.68 | 12.96 | 79.64 | - |
| YUV | 84.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 235 | 0.37 | 0.91 | 0 | 0.08 | 275.77 | 0.84 | 0.5 |
| Hex | 95 | 16 | EB | 25 | 5B | 0 | 8 | 114 | 54 | 32 |
| Octal | 225 | 26 | 353 | 45 | 133 | 0 | 10 | 424 | 124 | 62 |
| Binary | 10010101 | 10110 | 11101011 | 100101 | 1011011 | 0 | 1000 | 100010100 | 1010100 | 110010 |
Color Harmonies of #9516EB
Complementary color
Monochromatic Colors of #9516EB
Black with #9516EB
Text Example
Text Example
White with #9516EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9516EB; }
p { color: rgb(149,22,235); }
H1.HeaderClassName
{
color: #9516EB;
}
.AnyTagClassName
{
color: #9516EB;
}
</style>
background-color css
<style>
a { background-color: #9516EB; }
a { background-color: rgb(149,22,235); }
div.DivClassName
{
background-color: #9516EB;
}
.BgClassName
{
background-color: #9516EB;
}
</style>
border-color css
<style>
span { border-color: #9516EB; }
span { border-color: rgb(149,22,235); }
td.TdClassName
{
border-color: #9516EB;
}
.TagClassName
{
border-color: #9516EB;
}
</style>