Shades of Amethyst #904FDB
Tints of Amethyst #904FDB
RGB
CMYK
RGB Variations
Color information
#904FDB (or 0x904FDB) is known color: Amethyst. HEX triplet: 90, 4F and DB. RGB value is (144,79,219). Sum of RGB (Red+Green+Blue) = 144+79+219=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #904FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FDB is #6FB024. Grayscale: #717171. Windows color (decimal): -7319589 or 14372752. OLE color: 14372752.
HSL color Cylindrical-coordinate representation of color #904FDB: hue angle of 267.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904FDB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 79 | 219 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.14 |
| HSL | 267.86º | 0.66% | 0.58% | - |
| HSV(B) | 267.86º | 0.64% | 0.86% | - |
| XYZ | 27.08 | 16.64 | 68.8 | - |
| YUV | 114.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 219 | 0.34 | 0.64 | 0 | 0.14 | 267.86 | 0.66 | 0.58 |
| Hex | 90 | 4F | DB | 22 | 40 | 0 | E | 10C | 42 | 3A |
| Octal | 220 | 117 | 333 | 42 | 100 | 0 | 16 | 414 | 102 | 72 |
| Binary | 10010000 | 1001111 | 11011011 | 100010 | 1000000 | 0 | 1110 | 100001100 | 1000010 | 111010 |
Color Harmonies of #904FDB
Complementary color
Monochromatic Colors of #904FDB
Black with #904FDB
Text Example
Text Example
White with #904FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FDB; }
p { color: rgb(144,79,219); }
H1.HeaderClassName
{
color: #904FDB;
}
.AnyTagClassName
{
color: #904FDB;
}
</style>
background-color css
<style>
a { background-color: #904FDB; }
a { background-color: rgb(144,79,219); }
div.DivClassName
{
background-color: #904FDB;
}
.BgClassName
{
background-color: #904FDB;
}
</style>
border-color css
<style>
span { border-color: #904FDB; }
span { border-color: rgb(144,79,219); }
td.TdClassName
{
border-color: #904FDB;
}
.TagClassName
{
border-color: #904FDB;
}
</style>