Shades of Amethyst #905ECD
Tints of Amethyst #905ECD
RGB
CMYK
RGB Variations
Color information
#905ECD (or 0x905ECD) is known color: Amethyst. HEX triplet: 90, 5E and CD. RGB value is (144,94,205). Sum of RGB (Red+Green+Blue) = 144+94+205=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #905ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECD is #6FA132. Grayscale: #797979. Windows color (decimal): -7315763 or 13459088. OLE color: 13459088.
HSL color Cylindrical-coordinate representation of color #905ECD: hue angle of 267.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905ECD is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 94 | 205 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.20 |
| HSL | 267.03º | 0.53% | 0.59% | - |
| HSV(B) | 267.03º | 0.54% | 0.8% | - |
| XYZ | 26.52 | 18.34 | 59.9 | - |
| YUV | 121.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 205 | 0.30 | 0.54 | 0 | 0.20 | 267.03 | 0.53 | 0.59 |
| Hex | 90 | 5E | CD | 1E | 36 | 0 | 14 | 10B | 35 | 3B |
| Octal | 220 | 136 | 315 | 36 | 66 | 0 | 24 | 413 | 65 | 73 |
| Binary | 10010000 | 1011110 | 11001101 | 11110 | 110110 | 0 | 10100 | 100001011 | 110101 | 111011 |
Color Harmonies of #905ECD
Complementary color
Monochromatic Colors of #905ECD
Black with #905ECD
Text Example
Text Example
White with #905ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ECD; }
p { color: rgb(144,94,205); }
H1.HeaderClassName
{
color: #905ECD;
}
.AnyTagClassName
{
color: #905ECD;
}
</style>
background-color css
<style>
a { background-color: #905ECD; }
a { background-color: rgb(144,94,205); }
div.DivClassName
{
background-color: #905ECD;
}
.BgClassName
{
background-color: #905ECD;
}
</style>
border-color css
<style>
span { border-color: #905ECD; }
span { border-color: rgb(144,94,205); }
td.TdClassName
{
border-color: #905ECD;
}
.TagClassName
{
border-color: #905ECD;
}
</style>