Shades of Amethyst #934EDE
Tints of Amethyst #934EDE
RGB
CMYK
RGB Variations
Color information
#934EDE (or 0x934EDE) is known color: Amethyst. HEX triplet: 93, 4E and DE. RGB value is (147,78,222). Sum of RGB (Red+Green+Blue) = 147+78+222=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #934EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EDE is #6CB121. Grayscale: #727272. Windows color (decimal): -7123234 or 14569107. OLE color: 14569107.
HSL color Cylindrical-coordinate representation of color #934EDE: hue angle of 268.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934EDE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 78 | 222 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.13 |
| HSL | 268.75º | 0.69% | 0.59% | - |
| HSV(B) | 268.75º | 0.65% | 0.87% | - |
| XYZ | 27.94 | 16.93 | 70.9 | - |
| YUV | 115.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 222 | 0.34 | 0.65 | 0 | 0.13 | 268.75 | 0.69 | 0.59 |
| Hex | 93 | 4E | DE | 22 | 41 | 0 | D | 10D | 45 | 3B |
| Octal | 223 | 116 | 336 | 42 | 101 | 0 | 15 | 415 | 105 | 73 |
| Binary | 10010011 | 1001110 | 11011110 | 100010 | 1000001 | 0 | 1101 | 100001101 | 1000101 | 111011 |
Color Harmonies of #934EDE
Complementary color
Monochromatic Colors of #934EDE
Black with #934EDE
Text Example
Text Example
White with #934EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EDE; }
p { color: rgb(147,78,222); }
H1.HeaderClassName
{
color: #934EDE;
}
.AnyTagClassName
{
color: #934EDE;
}
</style>
background-color css
<style>
a { background-color: #934EDE; }
a { background-color: rgb(147,78,222); }
div.DivClassName
{
background-color: #934EDE;
}
.BgClassName
{
background-color: #934EDE;
}
</style>
border-color css
<style>
span { border-color: #934EDE; }
span { border-color: rgb(147,78,222); }
td.TdClassName
{
border-color: #934EDE;
}
.TagClassName
{
border-color: #934EDE;
}
</style>