Shades of Blue Violet #9517EC
Tints of Blue Violet #9517EC
RGB
CMYK
RGB Variations
Color information
#9517EC (or 0x9517EC) is known color: Blue Violet. HEX triplet: 95, 17 and EC. RGB value is (149,23,236). Sum of RGB (Red+Green+Blue) = 149+23+236=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #9517EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517EC is #6AE813. Grayscale: #545454. Windows color (decimal): -7006228 or 15472533. OLE color: 15472533.
HSL color Cylindrical-coordinate representation of color #9517EC: hue angle of 275.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517EC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 23 | 236 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.07 |
| HSL | 275.49º | 0.85% | 0.51% | - |
| HSV(B) | 275.49º | 0.9% | 0.93% | - |
| XYZ | 27.84 | 13.06 | 80.41 | - |
| YUV | 84.96 | 213.24 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 236 | 0.37 | 0.90 | 0 | 0.07 | 275.49 | 0.85 | 0.51 |
| Hex | 95 | 17 | EC | 25 | 5A | 0 | 7 | 113 | 55 | 33 |
| Octal | 225 | 27 | 354 | 45 | 132 | 0 | 7 | 423 | 125 | 63 |
| Binary | 10010101 | 10111 | 11101100 | 100101 | 1011010 | 0 | 111 | 100010011 | 1010101 | 110011 |
Color Harmonies of #9517EC
Complementary color
Monochromatic Colors of #9517EC
Black with #9517EC
Text Example
Text Example
White with #9517EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9517EC; }
p { color: rgb(149,23,236); }
H1.HeaderClassName
{
color: #9517EC;
}
.AnyTagClassName
{
color: #9517EC;
}
</style>
background-color css
<style>
a { background-color: #9517EC; }
a { background-color: rgb(149,23,236); }
div.DivClassName
{
background-color: #9517EC;
}
.BgClassName
{
background-color: #9517EC;
}
</style>
border-color css
<style>
span { border-color: #9517EC; }
span { border-color: rgb(149,23,236); }
td.TdClassName
{
border-color: #9517EC;
}
.TagClassName
{
border-color: #9517EC;
}
</style>