Shades of Amethyst #934ED3
Tints of Amethyst #934ED3
RGB
CMYK
RGB Variations
Color information
#934ED3 (or 0x934ED3) is known color: Amethyst. HEX triplet: 93, 4E and D3. RGB value is (147,78,211). Sum of RGB (Red+Green+Blue) = 147+78+211=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #934ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED3 is #6CB12C. Grayscale: #717171. Windows color (decimal): -7123245 or 13848211. OLE color: 13848211.
HSL color Cylindrical-coordinate representation of color #934ED3: hue angle of 271.13º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934ED3 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 78 | 211 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.17 |
| HSL | 271.13º | 0.6% | 0.57% | - |
| HSV(B) | 271.13º | 0.63% | 0.83% | - |
| XYZ | 26.51 | 16.35 | 63.39 | - |
| YUV | 113.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 211 | 0.30 | 0.63 | 0 | 0.17 | 271.13 | 0.6 | 0.57 |
| Hex | 93 | 4E | D3 | 1E | 3F | 0 | 11 | 10F | 3C | 39 |
| Octal | 223 | 116 | 323 | 36 | 77 | 0 | 21 | 417 | 74 | 71 |
| Binary | 10010011 | 1001110 | 11010011 | 11110 | 111111 | 0 | 10001 | 100001111 | 111100 | 111001 |
Color Harmonies of #934ED3
Complementary color
Monochromatic Colors of #934ED3
Black with #934ED3
Text Example
Text Example
White with #934ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ED3; }
p { color: rgb(147,78,211); }
H1.HeaderClassName
{
color: #934ED3;
}
.AnyTagClassName
{
color: #934ED3;
}
</style>
background-color css
<style>
a { background-color: #934ED3; }
a { background-color: rgb(147,78,211); }
div.DivClassName
{
background-color: #934ED3;
}
.BgClassName
{
background-color: #934ED3;
}
</style>
border-color css
<style>
span { border-color: #934ED3; }
span { border-color: rgb(147,78,211); }
td.TdClassName
{
border-color: #934ED3;
}
.TagClassName
{
border-color: #934ED3;
}
</style>