Shades of Blue Violet #904EE9
Tints of Blue Violet #904EE9
RGB
CMYK
RGB Variations
Color information
#904EE9 (or 0x904EE9) is known color: Blue Violet. HEX triplet: 90, 4E and E9. RGB value is (144,78,233). Sum of RGB (Red+Green+Blue) = 144+78+233=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #904EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EE9 is #6FB116. Grayscale: #727272. Windows color (decimal): -7319831 or 15290000. OLE color: 15290000.
HSL color Cylindrical-coordinate representation of color #904EE9: hue angle of 265.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904EE9 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 78 | 233 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.09 |
| HSL | 265.55º | 0.78% | 0.61% | - |
| HSV(B) | 265.55º | 0.67% | 0.91% | - |
| XYZ | 28.93 | 17.26 | 78.9 | - |
| YUV | 115.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 233 | 0.38 | 0.67 | 0 | 0.09 | 265.55 | 0.78 | 0.61 |
| Hex | 90 | 4E | E9 | 26 | 43 | 0 | 9 | 10A | 4E | 3D |
| Octal | 220 | 116 | 351 | 46 | 103 | 0 | 11 | 412 | 116 | 75 |
| Binary | 10010000 | 1001110 | 11101001 | 100110 | 1000011 | 0 | 1001 | 100001010 | 1001110 | 111101 |
Color Harmonies of #904EE9
Complementary color
Monochromatic Colors of #904EE9
Black with #904EE9
Text Example
Text Example
White with #904EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EE9; }
p { color: rgb(144,78,233); }
H1.HeaderClassName
{
color: #904EE9;
}
.AnyTagClassName
{
color: #904EE9;
}
</style>
background-color css
<style>
a { background-color: #904EE9; }
a { background-color: rgb(144,78,233); }
div.DivClassName
{
background-color: #904EE9;
}
.BgClassName
{
background-color: #904EE9;
}
</style>
border-color css
<style>
span { border-color: #904EE9; }
span { border-color: rgb(144,78,233); }
td.TdClassName
{
border-color: #904EE9;
}
.TagClassName
{
border-color: #904EE9;
}
</style>