Shades of Amethyst #934EDA
Tints of Amethyst #934EDA
RGB
CMYK
RGB Variations
Color information
#934EDA (or 0x934EDA) is known color: Amethyst. HEX triplet: 93, 4E and DA. RGB value is (147,78,218). Sum of RGB (Red+Green+Blue) = 147+78+218=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #934EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EDA is #6CB125. Grayscale: #727272. Windows color (decimal): -7123238 or 14306963. OLE color: 14306963.
HSL color Cylindrical-coordinate representation of color #934EDA: hue angle of 269.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934EDA is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 78 | 218 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.15 |
| HSL | 269.57º | 0.65% | 0.58% | - |
| HSV(B) | 269.57º | 0.64% | 0.85% | - |
| XYZ | 27.41 | 16.71 | 68.11 | - |
| YUV | 114.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 218 | 0.33 | 0.64 | 0 | 0.15 | 269.57 | 0.65 | 0.58 |
| Hex | 93 | 4E | DA | 21 | 40 | 0 | F | 10E | 41 | 3A |
| Octal | 223 | 116 | 332 | 41 | 100 | 0 | 17 | 416 | 101 | 72 |
| Binary | 10010011 | 1001110 | 11011010 | 100001 | 1000000 | 0 | 1111 | 100001110 | 1000001 | 111010 |
Color Harmonies of #934EDA
Complementary color
Monochromatic Colors of #934EDA
Black with #934EDA
Text Example
Text Example
White with #934EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EDA; }
p { color: rgb(147,78,218); }
H1.HeaderClassName
{
color: #934EDA;
}
.AnyTagClassName
{
color: #934EDA;
}
</style>
background-color css
<style>
a { background-color: #934EDA; }
a { background-color: rgb(147,78,218); }
div.DivClassName
{
background-color: #934EDA;
}
.BgClassName
{
background-color: #934EDA;
}
</style>
border-color css
<style>
span { border-color: #934EDA; }
span { border-color: rgb(147,78,218); }
td.TdClassName
{
border-color: #934EDA;
}
.TagClassName
{
border-color: #934EDA;
}
</style>