Shades of Blue Violet #904EE8
Tints of Blue Violet #904EE8
RGB
CMYK
RGB Variations
Color information
#904EE8 (or 0x904EE8) is known color: Blue Violet. HEX triplet: 90, 4E and E8. RGB value is (144,78,232). Sum of RGB (Red+Green+Blue) = 144+78+232=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #904EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EE8 is #6FB117. Grayscale: #727272. Windows color (decimal): -7319832 or 15224464. OLE color: 15224464.
HSL color Cylindrical-coordinate representation of color #904EE8: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904EE8 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 78 | 232 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.09 |
| HSL | 265.71º | 0.77% | 0.61% | - |
| HSV(B) | 265.71º | 0.66% | 0.91% | - |
| XYZ | 28.79 | 17.2 | 78.15 | - |
| YUV | 115.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 232 | 0.38 | 0.66 | 0 | 0.09 | 265.71 | 0.77 | 0.61 |
| Hex | 90 | 4E | E8 | 26 | 42 | 0 | 9 | 10A | 4D | 3D |
| Octal | 220 | 116 | 350 | 46 | 102 | 0 | 11 | 412 | 115 | 75 |
| Binary | 10010000 | 1001110 | 11101000 | 100110 | 1000010 | 0 | 1001 | 100001010 | 1001101 | 111101 |
Color Harmonies of #904EE8
Complementary color
Monochromatic Colors of #904EE8
Black with #904EE8
Text Example
Text Example
White with #904EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EE8; }
p { color: rgb(144,78,232); }
H1.HeaderClassName
{
color: #904EE8;
}
.AnyTagClassName
{
color: #904EE8;
}
</style>
background-color css
<style>
a { background-color: #904EE8; }
a { background-color: rgb(144,78,232); }
div.DivClassName
{
background-color: #904EE8;
}
.BgClassName
{
background-color: #904EE8;
}
</style>
border-color css
<style>
span { border-color: #904EE8; }
span { border-color: rgb(144,78,232); }
td.TdClassName
{
border-color: #904EE8;
}
.TagClassName
{
border-color: #904EE8;
}
</style>