Shades of Amethyst #904FDD
Tints of Amethyst #904FDD
RGB
CMYK
RGB Variations
Color information
#904FDD (or 0x904FDD) is known color: Amethyst. HEX triplet: 90, 4F and DD. RGB value is (144,79,221). Sum of RGB (Red+Green+Blue) = 144+79+221=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #904FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FDD is #6FB022. Grayscale: #727272. Windows color (decimal): -7319587 or 14503824. OLE color: 14503824.
HSL color Cylindrical-coordinate representation of color #904FDD: hue angle of 267.46º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904FDD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 79 | 221 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.13 |
| HSL | 267.46º | 0.68% | 0.59% | - |
| HSV(B) | 267.46º | 0.64% | 0.87% | - |
| XYZ | 27.35 | 16.74 | 70.2 | - |
| YUV | 114.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 221 | 0.35 | 0.64 | 0 | 0.13 | 267.46 | 0.68 | 0.59 |
| Hex | 90 | 4F | DD | 23 | 40 | 0 | D | 10B | 44 | 3B |
| Octal | 220 | 117 | 335 | 43 | 100 | 0 | 15 | 413 | 104 | 73 |
| Binary | 10010000 | 1001111 | 11011101 | 100011 | 1000000 | 0 | 1101 | 100001011 | 1000100 | 111011 |
Color Harmonies of #904FDD
Complementary color
Monochromatic Colors of #904FDD
Black with #904FDD
Text Example
Text Example
White with #904FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FDD; }
p { color: rgb(144,79,221); }
H1.HeaderClassName
{
color: #904FDD;
}
.AnyTagClassName
{
color: #904FDD;
}
</style>
background-color css
<style>
a { background-color: #904FDD; }
a { background-color: rgb(144,79,221); }
div.DivClassName
{
background-color: #904FDD;
}
.BgClassName
{
background-color: #904FDD;
}
</style>
border-color css
<style>
span { border-color: #904FDD; }
span { border-color: rgb(144,79,221); }
td.TdClassName
{
border-color: #904FDD;
}
.TagClassName
{
border-color: #904FDD;
}
</style>