Shades of Amethyst #904CDE
Tints of Amethyst #904CDE
RGB
CMYK
RGB Variations
Color information
#904CDE (or 0x904CDE) is known color: Amethyst. HEX triplet: 90, 4C and DE. RGB value is (144,76,222). Sum of RGB (Red+Green+Blue) = 144+76+222=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #904CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CDE is #6FB321. Grayscale: #707070. Windows color (decimal): -7320354 or 14568592. OLE color: 14568592.
HSL color Cylindrical-coordinate representation of color #904CDE: hue angle of 267.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904CDE is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 76 | 222 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.13 |
| HSL | 267.95º | 0.69% | 0.58% | - |
| HSV(B) | 267.95º | 0.66% | 0.87% | - |
| XYZ | 27.27 | 16.37 | 70.83 | - |
| YUV | 112.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 222 | 0.35 | 0.66 | 0 | 0.13 | 267.95 | 0.69 | 0.58 |
| Hex | 90 | 4C | DE | 23 | 42 | 0 | D | 10C | 45 | 3A |
| Octal | 220 | 114 | 336 | 43 | 102 | 0 | 15 | 414 | 105 | 72 |
| Binary | 10010000 | 1001100 | 11011110 | 100011 | 1000010 | 0 | 1101 | 100001100 | 1000101 | 111010 |
Color Harmonies of #904CDE
Complementary color
Monochromatic Colors of #904CDE
Black with #904CDE
Text Example
Text Example
White with #904CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CDE; }
p { color: rgb(144,76,222); }
H1.HeaderClassName
{
color: #904CDE;
}
.AnyTagClassName
{
color: #904CDE;
}
</style>
background-color css
<style>
a { background-color: #904CDE; }
a { background-color: rgb(144,76,222); }
div.DivClassName
{
background-color: #904CDE;
}
.BgClassName
{
background-color: #904CDE;
}
</style>
border-color css
<style>
span { border-color: #904CDE; }
span { border-color: rgb(144,76,222); }
td.TdClassName
{
border-color: #904CDE;
}
.TagClassName
{
border-color: #904CDE;
}
</style>