Shades of Amethyst #904FE5
Tints of Amethyst #904FE5
RGB
CMYK
RGB Variations
Color information
#904FE5 (or 0x904FE5) is known color: Amethyst. HEX triplet: 90, 4F and E5. RGB value is (144,79,229). Sum of RGB (Red+Green+Blue) = 144+79+229=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #904FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FE5 is #6FB01A. Grayscale: #737373. Windows color (decimal): -7319579 or 15028112. OLE color: 15028112.
HSL color Cylindrical-coordinate representation of color #904FE5: hue angle of 266º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904FE5 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 79 | 229 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.10 |
| HSL | 266º | 0.74% | 0.6% | - |
| HSV(B) | 266º | 0.66% | 0.9% | - |
| XYZ | 28.44 | 17.18 | 75.95 | - |
| YUV | 115.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 229 | 0.37 | 0.66 | 0 | 0.10 | 266 | 0.74 | 0.6 |
| Hex | 90 | 4F | E5 | 25 | 42 | 0 | A | 10A | 4A | 3C |
| Octal | 220 | 117 | 345 | 45 | 102 | 0 | 12 | 412 | 112 | 74 |
| Binary | 10010000 | 1001111 | 11100101 | 100101 | 1000010 | 0 | 1010 | 100001010 | 1001010 | 111100 |
Color Harmonies of #904FE5
Complementary color
Monochromatic Colors of #904FE5
Black with #904FE5
Text Example
Text Example
White with #904FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FE5; }
p { color: rgb(144,79,229); }
H1.HeaderClassName
{
color: #904FE5;
}
.AnyTagClassName
{
color: #904FE5;
}
</style>
background-color css
<style>
a { background-color: #904FE5; }
a { background-color: rgb(144,79,229); }
div.DivClassName
{
background-color: #904FE5;
}
.BgClassName
{
background-color: #904FE5;
}
</style>
border-color css
<style>
span { border-color: #904FE5; }
span { border-color: rgb(144,79,229); }
td.TdClassName
{
border-color: #904FE5;
}
.TagClassName
{
border-color: #904FE5;
}
</style>