Shades of Blue Violet #9013FE
Tints of Blue Violet #9013FE
RGB
CMYK
RGB Variations
Color information
#9013FE (or 0x9013FE) is known color: Blue Violet. HEX triplet: 90, 13 and FE. RGB value is (144,19,254). Sum of RGB (Red+Green+Blue) = 144+19+254=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #9013FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013FE is #6FEC01. Grayscale: #525252. Windows color (decimal): -7334914 or 16651152. OLE color: 16651152.
HSL color Cylindrical-coordinate representation of color #9013FE: hue angle of 271.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9013FE is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 19 | 254 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.00 |
| HSL | 271.91º | 0.99% | 0.54% | - |
| HSV(B) | 271.91º | 0.93% | 1% | - |
| XYZ | 29.62 | 13.55 | 94.82 | - |
| YUV | 83.17 | 224.41 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 254 | 0.43 | 0.93 | 0 | 0.00 | 271.91 | 0.99 | 0.54 |
| Hex | 90 | 13 | FE | 2B | 5D | 0 | 0 | 110 | 63 | 36 |
| Octal | 220 | 23 | 376 | 53 | 135 | 0 | 0 | 420 | 143 | 66 |
| Binary | 10010000 | 10011 | 11111110 | 101011 | 1011101 | 0 | 0 | 100010000 | 1100011 | 110110 |
Color Harmonies of #9013FE
Complementary color
Monochromatic Colors of #9013FE
Black with #9013FE
Text Example
Text Example
White with #9013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013FE; }
p { color: rgb(144,19,254); }
H1.HeaderClassName
{
color: #9013FE;
}
.AnyTagClassName
{
color: #9013FE;
}
</style>
background-color css
<style>
a { background-color: #9013FE; }
a { background-color: rgb(144,19,254); }
div.DivClassName
{
background-color: #9013FE;
}
.BgClassName
{
background-color: #9013FE;
}
</style>
border-color css
<style>
span { border-color: #9013FE; }
span { border-color: rgb(144,19,254); }
td.TdClassName
{
border-color: #9013FE;
}
.TagClassName
{
border-color: #9013FE;
}
</style>