Shades of Blue Violet #9413EC
Tints of Blue Violet #9413EC
RGB
CMYK
RGB Variations
Color information
#9413EC (or 0x9413EC) is known color: Blue Violet. HEX triplet: 94, 13 and EC. RGB value is (148,19,236). Sum of RGB (Red+Green+Blue) = 148+19+236=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #9413EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9413EC is #6BEC13. Grayscale: #515151. Windows color (decimal): -7072788 or 15471508. OLE color: 15471508.
HSL color Cylindrical-coordinate representation of color #9413EC: hue angle of 275.67º 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 #9413EC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 19 | 236 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.07 |
| HSL | 275.67º | 0.85% | 0.5% | - |
| HSV(B) | 275.67º | 0.92% | 0.93% | - |
| XYZ | 27.59 | 12.82 | 80.38 | - |
| YUV | 82.31 | 214.74 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 236 | 0.37 | 0.92 | 0 | 0.07 | 275.67 | 0.85 | 0.5 |
| Hex | 94 | 13 | EC | 25 | 5C | 0 | 7 | 114 | 55 | 32 |
| Octal | 224 | 23 | 354 | 45 | 134 | 0 | 7 | 424 | 125 | 62 |
| Binary | 10010100 | 10011 | 11101100 | 100101 | 1011100 | 0 | 111 | 100010100 | 1010101 | 110010 |
Color Harmonies of #9413EC
Complementary color
Monochromatic Colors of #9413EC
Black with #9413EC
Text Example
Text Example
White with #9413EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413EC; }
p { color: rgb(148,19,236); }
H1.HeaderClassName
{
color: #9413EC;
}
.AnyTagClassName
{
color: #9413EC;
}
</style>
background-color css
<style>
a { background-color: #9413EC; }
a { background-color: rgb(148,19,236); }
div.DivClassName
{
background-color: #9413EC;
}
.BgClassName
{
background-color: #9413EC;
}
</style>
border-color css
<style>
span { border-color: #9413EC; }
span { border-color: rgb(148,19,236); }
td.TdClassName
{
border-color: #9413EC;
}
.TagClassName
{
border-color: #9413EC;
}
</style>