Shades of Amethyst #935ECD
Tints of Amethyst #935ECD
RGB
CMYK
RGB Variations
Color information
#935ECD (or 0x935ECD) is known color: Amethyst. HEX triplet: 93, 5E and CD. RGB value is (147,94,205). Sum of RGB (Red+Green+Blue) = 147+94+205=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #935ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECD is #6CA132. Grayscale: #7A7A7A. Windows color (decimal): -7119155 or 13459091. OLE color: 13459091.
HSL color Cylindrical-coordinate representation of color #935ECD: hue angle of 268.65º 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 #935ECD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 94 | 205 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.20 |
| HSL | 268.65º | 0.53% | 0.59% | - |
| HSV(B) | 268.65º | 0.54% | 0.8% | - |
| XYZ | 27.05 | 18.62 | 59.92 | - |
| YUV | 122.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 205 | 0.28 | 0.54 | 0 | 0.20 | 268.65 | 0.53 | 0.59 |
| Hex | 93 | 5E | CD | 1C | 36 | 0 | 14 | 10D | 35 | 3B |
| Octal | 223 | 136 | 315 | 34 | 66 | 0 | 24 | 415 | 65 | 73 |
| Binary | 10010011 | 1011110 | 11001101 | 11100 | 110110 | 0 | 10100 | 100001101 | 110101 | 111011 |
Color Harmonies of #935ECD
Complementary color
Monochromatic Colors of #935ECD
Black with #935ECD
Text Example
Text Example
White with #935ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ECD; }
p { color: rgb(147,94,205); }
H1.HeaderClassName
{
color: #935ECD;
}
.AnyTagClassName
{
color: #935ECD;
}
</style>
background-color css
<style>
a { background-color: #935ECD; }
a { background-color: rgb(147,94,205); }
div.DivClassName
{
background-color: #935ECD;
}
.BgClassName
{
background-color: #935ECD;
}
</style>
border-color css
<style>
span { border-color: #935ECD; }
span { border-color: rgb(147,94,205); }
td.TdClassName
{
border-color: #935ECD;
}
.TagClassName
{
border-color: #935ECD;
}
</style>