Shades of Amethyst #904CD1
Tints of Amethyst #904CD1
RGB
CMYK
RGB Variations
Color information
#904CD1 (or 0x904CD1) is known color: Amethyst. HEX triplet: 90, 4C and D1. RGB value is (144,76,209). Sum of RGB (Red+Green+Blue) = 144+76+209=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #904CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CD1 is #6FB32E. Grayscale: #6F6F6F. Windows color (decimal): -7320367 or 13716624. OLE color: 13716624.
HSL color Cylindrical-coordinate representation of color #904CD1: hue angle of 270.68º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904CD1 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 76 | 209 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.18 |
| HSL | 270.68º | 0.59% | 0.56% | - |
| HSV(B) | 270.68º | 0.64% | 0.82% | - |
| XYZ | 25.59 | 15.7 | 62 | - |
| YUV | 111.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 209 | 0.31 | 0.64 | 0 | 0.18 | 270.68 | 0.59 | 0.56 |
| Hex | 90 | 4C | D1 | 1F | 40 | 0 | 12 | 10F | 3B | 38 |
| Octal | 220 | 114 | 321 | 37 | 100 | 0 | 22 | 417 | 73 | 70 |
| Binary | 10010000 | 1001100 | 11010001 | 11111 | 1000000 | 0 | 10010 | 100001111 | 111011 | 111000 |
Color Harmonies of #904CD1
Complementary color
Monochromatic Colors of #904CD1
Black with #904CD1
Text Example
Text Example
White with #904CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CD1; }
p { color: rgb(144,76,209); }
H1.HeaderClassName
{
color: #904CD1;
}
.AnyTagClassName
{
color: #904CD1;
}
</style>
background-color css
<style>
a { background-color: #904CD1; }
a { background-color: rgb(144,76,209); }
div.DivClassName
{
background-color: #904CD1;
}
.BgClassName
{
background-color: #904CD1;
}
</style>
border-color css
<style>
span { border-color: #904CD1; }
span { border-color: rgb(144,76,209); }
td.TdClassName
{
border-color: #904CD1;
}
.TagClassName
{
border-color: #904CD1;
}
</style>