Shades of Blue Violet #9013EC
Tints of Blue Violet #9013EC
RGB
CMYK
RGB Variations
Color information
#9013EC (or 0x9013EC) is known color: Blue Violet. HEX triplet: 90, 13 and EC. RGB value is (144,19,236). Sum of RGB (Red+Green+Blue) = 144+19+236=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #9013EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013EC is #6FEC13. Grayscale: #505050. Windows color (decimal): -7334932 or 15471504. OLE color: 15471504.
HSL color Cylindrical-coordinate representation of color #9013EC: hue angle of 274.56º 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 #9013EC is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 19 | 236 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.07 |
| HSL | 274.56º | 0.85% | 0.5% | - |
| HSV(B) | 274.56º | 0.92% | 0.93% | - |
| XYZ | 26.87 | 12.45 | 80.34 | - |
| YUV | 81.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 236 | 0.39 | 0.92 | 0 | 0.07 | 274.56 | 0.85 | 0.5 |
| Hex | 90 | 13 | EC | 27 | 5C | 0 | 7 | 113 | 55 | 32 |
| Octal | 220 | 23 | 354 | 47 | 134 | 0 | 7 | 423 | 125 | 62 |
| Binary | 10010000 | 10011 | 11101100 | 100111 | 1011100 | 0 | 111 | 100010011 | 1010101 | 110010 |
Color Harmonies of #9013EC
Complementary color
Monochromatic Colors of #9013EC
Black with #9013EC
Text Example
Text Example
White with #9013EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013EC; }
p { color: rgb(144,19,236); }
H1.HeaderClassName
{
color: #9013EC;
}
.AnyTagClassName
{
color: #9013EC;
}
</style>
background-color css
<style>
a { background-color: #9013EC; }
a { background-color: rgb(144,19,236); }
div.DivClassName
{
background-color: #9013EC;
}
.BgClassName
{
background-color: #9013EC;
}
</style>
border-color css
<style>
span { border-color: #9013EC; }
span { border-color: rgb(144,19,236); }
td.TdClassName
{
border-color: #9013EC;
}
.TagClassName
{
border-color: #9013EC;
}
</style>