Shades of Blue Violet #904DEE
Tints of Blue Violet #904DEE
RGB
CMYK
RGB Variations
Color information
#904DEE (or 0x904DEE) is known color: Blue Violet. HEX triplet: 90, 4D and EE. RGB value is (144,77,238). Sum of RGB (Red+Green+Blue) = 144+77+238=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #904DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DEE is #6FB211. Grayscale: #727272. Windows color (decimal): -7320082 or 15617424. OLE color: 15617424.
HSL color Cylindrical-coordinate representation of color #904DEE: hue angle of 264.97º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904DEE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 77 | 238 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 264.97º | 0.83% | 0.62% | - |
| HSV(B) | 264.97º | 0.68% | 0.93% | - |
| XYZ | 29.59 | 17.41 | 82.69 | - |
| YUV | 115.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 238 | 0.39 | 0.68 | 0 | 0.07 | 264.97 | 0.83 | 0.62 |
| Hex | 90 | 4D | EE | 27 | 44 | 0 | 7 | 109 | 53 | 3E |
| Octal | 220 | 115 | 356 | 47 | 104 | 0 | 7 | 411 | 123 | 76 |
| Binary | 10010000 | 1001101 | 11101110 | 100111 | 1000100 | 0 | 111 | 100001001 | 1010011 | 111110 |
Color Harmonies of #904DEE
Complementary color
Monochromatic Colors of #904DEE
Black with #904DEE
Text Example
Text Example
White with #904DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DEE; }
p { color: rgb(144,77,238); }
H1.HeaderClassName
{
color: #904DEE;
}
.AnyTagClassName
{
color: #904DEE;
}
</style>
background-color css
<style>
a { background-color: #904DEE; }
a { background-color: rgb(144,77,238); }
div.DivClassName
{
background-color: #904DEE;
}
.BgClassName
{
background-color: #904DEE;
}
</style>
border-color css
<style>
span { border-color: #904DEE; }
span { border-color: rgb(144,77,238); }
td.TdClassName
{
border-color: #904DEE;
}
.TagClassName
{
border-color: #904DEE;
}
</style>