Shades of Blue Violet #904EED
Tints of Blue Violet #904EED
RGB
CMYK
RGB Variations
Color information
#904EED (or 0x904EED) is known color: Blue Violet. HEX triplet: 90, 4E and ED. RGB value is (144,78,237). Sum of RGB (Red+Green+Blue) = 144+78+237=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #904EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EED is #6FB112. Grayscale: #737373. Windows color (decimal): -7319827 or 15552144. OLE color: 15552144.
HSL color Cylindrical-coordinate representation of color #904EED: hue angle of 264.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904EED is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 78 | 237 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 264.91º | 0.82% | 0.62% | - |
| HSV(B) | 264.91º | 0.67% | 0.93% | - |
| XYZ | 29.51 | 17.49 | 81.94 | - |
| YUV | 115.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 237 | 0.39 | 0.67 | 0 | 0.07 | 264.91 | 0.82 | 0.62 |
| Hex | 90 | 4E | ED | 27 | 43 | 0 | 7 | 109 | 52 | 3E |
| Octal | 220 | 116 | 355 | 47 | 103 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010000 | 1001110 | 11101101 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #904EED
Complementary color
Monochromatic Colors of #904EED
Black with #904EED
Text Example
Text Example
White with #904EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EED; }
p { color: rgb(144,78,237); }
H1.HeaderClassName
{
color: #904EED;
}
.AnyTagClassName
{
color: #904EED;
}
</style>
background-color css
<style>
a { background-color: #904EED; }
a { background-color: rgb(144,78,237); }
div.DivClassName
{
background-color: #904EED;
}
.BgClassName
{
background-color: #904EED;
}
</style>
border-color css
<style>
span { border-color: #904EED; }
span { border-color: rgb(144,78,237); }
td.TdClassName
{
border-color: #904EED;
}
.TagClassName
{
border-color: #904EED;
}
</style>