Shades of Blue Violet #9013EA
Tints of Blue Violet #9013EA
RGB
CMYK
RGB Variations
Color information
#9013EA (or 0x9013EA) is known color: Blue Violet. HEX triplet: 90, 13 and EA. RGB value is (144,19,234). Sum of RGB (Red+Green+Blue) = 144+19+234=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #9013EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013EA is #6FEC15. Grayscale: #505050. Windows color (decimal): -7334934 or 15340432. OLE color: 15340432.
HSL color Cylindrical-coordinate representation of color #9013EA: hue angle of 274.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9013EA is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 19 | 234 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.08 |
| HSL | 274.88º | 0.85% | 0.5% | - |
| HSV(B) | 274.88º | 0.92% | 0.92% | - |
| XYZ | 26.59 | 12.34 | 78.82 | - |
| YUV | 80.89 | 214.41 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 234 | 0.38 | 0.92 | 0 | 0.08 | 274.88 | 0.85 | 0.5 |
| Hex | 90 | 13 | EA | 26 | 5C | 0 | 8 | 113 | 55 | 32 |
| Octal | 220 | 23 | 352 | 46 | 134 | 0 | 10 | 423 | 125 | 62 |
| Binary | 10010000 | 10011 | 11101010 | 100110 | 1011100 | 0 | 1000 | 100010011 | 1010101 | 110010 |
Color Harmonies of #9013EA
Complementary color
Monochromatic Colors of #9013EA
Black with #9013EA
Text Example
Text Example
White with #9013EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013EA; }
p { color: rgb(144,19,234); }
H1.HeaderClassName
{
color: #9013EA;
}
.AnyTagClassName
{
color: #9013EA;
}
</style>
background-color css
<style>
a { background-color: #9013EA; }
a { background-color: rgb(144,19,234); }
div.DivClassName
{
background-color: #9013EA;
}
.BgClassName
{
background-color: #9013EA;
}
</style>
border-color css
<style>
span { border-color: #9013EA; }
span { border-color: rgb(144,19,234); }
td.TdClassName
{
border-color: #9013EA;
}
.TagClassName
{
border-color: #9013EA;
}
</style>