Shades of Amethyst #934EDD
Tints of Amethyst #934EDD
RGB
CMYK
RGB Variations
Color information
#934EDD (or 0x934EDD) is known color: Amethyst. HEX triplet: 93, 4E and DD. RGB value is (147,78,221). Sum of RGB (Red+Green+Blue) = 147+78+221=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #934EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EDD is #6CB122. Grayscale: #727272. Windows color (decimal): -7123235 or 14503571. OLE color: 14503571.
HSL color Cylindrical-coordinate representation of color #934EDD: hue angle of 268.95º degrees, saturation: 0.68, 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 #934EDD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 78 | 221 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 268.95º | 0.68% | 0.59% | - |
| HSV(B) | 268.95º | 0.65% | 0.87% | - |
| XYZ | 27.81 | 16.87 | 70.2 | - |
| YUV | 114.93 | 187.86 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 221 | 0.33 | 0.65 | 0 | 0.13 | 268.95 | 0.68 | 0.59 |
| Hex | 93 | 4E | DD | 21 | 41 | 0 | D | 10D | 44 | 3B |
| Octal | 223 | 116 | 335 | 41 | 101 | 0 | 15 | 415 | 104 | 73 |
| Binary | 10010011 | 1001110 | 11011101 | 100001 | 1000001 | 0 | 1101 | 100001101 | 1000100 | 111011 |
Color Harmonies of #934EDD
Complementary color
Monochromatic Colors of #934EDD
Black with #934EDD
Text Example
Text Example
White with #934EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EDD; }
p { color: rgb(147,78,221); }
H1.HeaderClassName
{
color: #934EDD;
}
.AnyTagClassName
{
color: #934EDD;
}
</style>
background-color css
<style>
a { background-color: #934EDD; }
a { background-color: rgb(147,78,221); }
div.DivClassName
{
background-color: #934EDD;
}
.BgClassName
{
background-color: #934EDD;
}
</style>
border-color css
<style>
span { border-color: #934EDD; }
span { border-color: rgb(147,78,221); }
td.TdClassName
{
border-color: #934EDD;
}
.TagClassName
{
border-color: #934EDD;
}
</style>