Shades of Blue Violet #9019EB
Tints of Blue Violet #9019EB
RGB
CMYK
RGB Variations
Color information
#9019EB (or 0x9019EB) is known color: Blue Violet. HEX triplet: 90, 19 and EB. RGB value is (144,25,235). Sum of RGB (Red+Green+Blue) = 144+25+235=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9019EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019EB is #6FE614. Grayscale: #535353. Windows color (decimal): -7333397 or 15407504. OLE color: 15407504.
HSL color Cylindrical-coordinate representation of color #9019EB: hue angle of 274º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9019EB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 25 | 235 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.08 |
| HSL | 274º | 0.84% | 0.51% | - |
| HSV(B) | 274º | 0.89% | 0.92% | - |
| XYZ | 26.84 | 12.62 | 79.62 | - |
| YUV | 84.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 235 | 0.39 | 0.89 | 0 | 0.08 | 274 | 0.84 | 0.51 |
| Hex | 90 | 19 | EB | 27 | 59 | 0 | 8 | 112 | 54 | 33 |
| Octal | 220 | 31 | 353 | 47 | 131 | 0 | 10 | 422 | 124 | 63 |
| Binary | 10010000 | 11001 | 11101011 | 100111 | 1011001 | 0 | 1000 | 100010010 | 1010100 | 110011 |
Color Harmonies of #9019EB
Complementary color
Monochromatic Colors of #9019EB
Black with #9019EB
Text Example
Text Example
White with #9019EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019EB; }
p { color: rgb(144,25,235); }
H1.HeaderClassName
{
color: #9019EB;
}
.AnyTagClassName
{
color: #9019EB;
}
</style>
background-color css
<style>
a { background-color: #9019EB; }
a { background-color: rgb(144,25,235); }
div.DivClassName
{
background-color: #9019EB;
}
.BgClassName
{
background-color: #9019EB;
}
</style>
border-color css
<style>
span { border-color: #9019EB; }
span { border-color: rgb(144,25,235); }
td.TdClassName
{
border-color: #9019EB;
}
.TagClassName
{
border-color: #9019EB;
}
</style>