Shades of Blue Violet #9513EC
Tints of Blue Violet #9513EC
RGB
CMYK
RGB Variations
Color information
#9513EC (or 0x9513EC) is known color: Blue Violet. HEX triplet: 95, 13 and EC. RGB value is (149,19,236). Sum of RGB (Red+Green+Blue) = 149+19+236=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #9513EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9513EC is #6AEC13. Grayscale: #515151. Windows color (decimal): -7007252 or 15471509. OLE color: 15471509.
HSL color Cylindrical-coordinate representation of color #9513EC: hue angle of 275.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9513EC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 19 | 236 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.07 |
| HSL | 275.94º | 0.85% | 0.5% | - |
| HSV(B) | 275.94º | 0.92% | 0.93% | - |
| XYZ | 27.77 | 12.91 | 80.39 | - |
| YUV | 82.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 236 | 0.37 | 0.92 | 0 | 0.07 | 275.94 | 0.85 | 0.5 |
| Hex | 95 | 13 | EC | 25 | 5C | 0 | 7 | 114 | 55 | 32 |
| Octal | 225 | 23 | 354 | 45 | 134 | 0 | 7 | 424 | 125 | 62 |
| Binary | 10010101 | 10011 | 11101100 | 100101 | 1011100 | 0 | 111 | 100010100 | 1010101 | 110010 |
Color Harmonies of #9513EC
Complementary color
Monochromatic Colors of #9513EC
Black with #9513EC
Text Example
Text Example
White with #9513EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513EC; }
p { color: rgb(149,19,236); }
H1.HeaderClassName
{
color: #9513EC;
}
.AnyTagClassName
{
color: #9513EC;
}
</style>
background-color css
<style>
a { background-color: #9513EC; }
a { background-color: rgb(149,19,236); }
div.DivClassName
{
background-color: #9513EC;
}
.BgClassName
{
background-color: #9513EC;
}
</style>
border-color css
<style>
span { border-color: #9513EC; }
span { border-color: rgb(149,19,236); }
td.TdClassName
{
border-color: #9513EC;
}
.TagClassName
{
border-color: #9513EC;
}
</style>