Shades of Amethyst #945ECD
Tints of Amethyst #945ECD
RGB
CMYK
RGB Variations
Color information
#945ECD (or 0x945ECD) is known color: Amethyst. HEX triplet: 94, 5E and CD. RGB value is (148,94,205). Sum of RGB (Red+Green+Blue) = 148+94+205=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #945ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECD is #6BA132. Grayscale: #7A7A7A. Windows color (decimal): -7053619 or 13459092. OLE color: 13459092.
HSL color Cylindrical-coordinate representation of color #945ECD: hue angle of 269.19º 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 #945ECD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 94 | 205 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.20 |
| HSL | 269.19º | 0.53% | 0.59% | - |
| HSV(B) | 269.19º | 0.54% | 0.8% | - |
| XYZ | 27.23 | 18.71 | 59.93 | - |
| YUV | 122.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 205 | 0.28 | 0.54 | 0 | 0.20 | 269.19 | 0.53 | 0.59 |
| Hex | 94 | 5E | CD | 1C | 36 | 0 | 14 | 10D | 35 | 3B |
| Octal | 224 | 136 | 315 | 34 | 66 | 0 | 24 | 415 | 65 | 73 |
| Binary | 10010100 | 1011110 | 11001101 | 11100 | 110110 | 0 | 10100 | 100001101 | 110101 | 111011 |
Color Harmonies of #945ECD
Complementary color
Monochromatic Colors of #945ECD
Black with #945ECD
Text Example
Text Example
White with #945ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ECD; }
p { color: rgb(148,94,205); }
H1.HeaderClassName
{
color: #945ECD;
}
.AnyTagClassName
{
color: #945ECD;
}
</style>
background-color css
<style>
a { background-color: #945ECD; }
a { background-color: rgb(148,94,205); }
div.DivClassName
{
background-color: #945ECD;
}
.BgClassName
{
background-color: #945ECD;
}
</style>
border-color css
<style>
span { border-color: #945ECD; }
span { border-color: rgb(148,94,205); }
td.TdClassName
{
border-color: #945ECD;
}
.TagClassName
{
border-color: #945ECD;
}
</style>