Shades of Amethyst #934EDC
Tints of Amethyst #934EDC
RGB
CMYK
RGB Variations
Color information
#934EDC (or 0x934EDC) is known color: Amethyst. HEX triplet: 93, 4E and DC. RGB value is (147,78,220). Sum of RGB (Red+Green+Blue) = 147+78+220=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #934EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EDC is #6CB123. Grayscale: #727272. Windows color (decimal): -7123236 or 14438035. OLE color: 14438035.
HSL color Cylindrical-coordinate representation of color #934EDC: hue angle of 269.15º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934EDC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 78 | 220 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.14 |
| HSL | 269.15º | 0.67% | 0.58% | - |
| HSV(B) | 269.15º | 0.65% | 0.86% | - |
| XYZ | 27.68 | 16.82 | 69.5 | - |
| YUV | 114.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 220 | 0.33 | 0.65 | 0 | 0.14 | 269.15 | 0.67 | 0.58 |
| Hex | 93 | 4E | DC | 21 | 41 | 0 | E | 10D | 43 | 3A |
| Octal | 223 | 116 | 334 | 41 | 101 | 0 | 16 | 415 | 103 | 72 |
| Binary | 10010011 | 1001110 | 11011100 | 100001 | 1000001 | 0 | 1110 | 100001101 | 1000011 | 111010 |
Color Harmonies of #934EDC
Complementary color
Monochromatic Colors of #934EDC
Black with #934EDC
Text Example
Text Example
White with #934EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EDC; }
p { color: rgb(147,78,220); }
H1.HeaderClassName
{
color: #934EDC;
}
.AnyTagClassName
{
color: #934EDC;
}
</style>
background-color css
<style>
a { background-color: #934EDC; }
a { background-color: rgb(147,78,220); }
div.DivClassName
{
background-color: #934EDC;
}
.BgClassName
{
background-color: #934EDC;
}
</style>
border-color css
<style>
span { border-color: #934EDC; }
span { border-color: rgb(147,78,220); }
td.TdClassName
{
border-color: #934EDC;
}
.TagClassName
{
border-color: #934EDC;
}
</style>