Shades of Blue Violet #904DE7
Tints of Blue Violet #904DE7
RGB
CMYK
RGB Variations
Color information
#904DE7 (or 0x904DE7) is known color: Blue Violet. HEX triplet: 90, 4D and E7. RGB value is (144,77,231). Sum of RGB (Red+Green+Blue) = 144+77+231=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #904DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DE7 is #6FB218. Grayscale: #727272. Windows color (decimal): -7320089 or 15158672. OLE color: 15158672.
HSL color Cylindrical-coordinate representation of color #904DE7: hue angle of 266.1º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904DE7 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 77 | 231 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.09 |
| HSL | 266.1º | 0.76% | 0.6% | - |
| HSV(B) | 266.1º | 0.67% | 0.91% | - |
| XYZ | 28.58 | 17.01 | 77.38 | - |
| YUV | 114.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 231 | 0.38 | 0.67 | 0 | 0.09 | 266.1 | 0.76 | 0.6 |
| Hex | 90 | 4D | E7 | 26 | 43 | 0 | 9 | 10A | 4C | 3C |
| Octal | 220 | 115 | 347 | 46 | 103 | 0 | 11 | 412 | 114 | 74 |
| Binary | 10010000 | 1001101 | 11100111 | 100110 | 1000011 | 0 | 1001 | 100001010 | 1001100 | 111100 |
Color Harmonies of #904DE7
Complementary color
Monochromatic Colors of #904DE7
Black with #904DE7
Text Example
Text Example
White with #904DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DE7; }
p { color: rgb(144,77,231); }
H1.HeaderClassName
{
color: #904DE7;
}
.AnyTagClassName
{
color: #904DE7;
}
</style>
background-color css
<style>
a { background-color: #904DE7; }
a { background-color: rgb(144,77,231); }
div.DivClassName
{
background-color: #904DE7;
}
.BgClassName
{
background-color: #904DE7;
}
</style>
border-color css
<style>
span { border-color: #904DE7; }
span { border-color: rgb(144,77,231); }
td.TdClassName
{
border-color: #904DE7;
}
.TagClassName
{
border-color: #904DE7;
}
</style>