Shades of Blue Violet #904DED
Tints of Blue Violet #904DED
RGB
CMYK
RGB Variations
Color information
#904DED (or 0x904DED) is known color: Blue Violet. HEX triplet: 90, 4D and ED. RGB value is (144,77,237). Sum of RGB (Red+Green+Blue) = 144+77+237=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #904DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DED is #6FB212. Grayscale: #727272. Windows color (decimal): -7320083 or 15551888. OLE color: 15551888.
HSL color Cylindrical-coordinate representation of color #904DED: hue angle of 265.12º degrees, saturation: 0.82, 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 #904DED is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 77 | 237 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 265.13º | 0.82% | 0.62% | - |
| HSV(B) | 265.13º | 0.68% | 0.93% | - |
| XYZ | 29.44 | 17.35 | 81.92 | - |
| YUV | 115.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 237 | 0.39 | 0.68 | 0 | 0.07 | 265.13 | 0.82 | 0.62 |
| Hex | 90 | 4D | ED | 27 | 44 | 0 | 7 | 109 | 52 | 3E |
| Octal | 220 | 115 | 355 | 47 | 104 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010000 | 1001101 | 11101101 | 100111 | 1000100 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #904DED
Complementary color
Monochromatic Colors of #904DED
Black with #904DED
Text Example
Text Example
White with #904DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DED; }
p { color: rgb(144,77,237); }
H1.HeaderClassName
{
color: #904DED;
}
.AnyTagClassName
{
color: #904DED;
}
</style>
background-color css
<style>
a { background-color: #904DED; }
a { background-color: rgb(144,77,237); }
div.DivClassName
{
background-color: #904DED;
}
.BgClassName
{
background-color: #904DED;
}
</style>
border-color css
<style>
span { border-color: #904DED; }
span { border-color: rgb(144,77,237); }
td.TdClassName
{
border-color: #904DED;
}
.TagClassName
{
border-color: #904DED;
}
</style>