Shades of Amethyst #934DD5
Tints of Amethyst #934DD5
RGB
CMYK
RGB Variations
Color information
#934DD5 (or 0x934DD5) is known color: Amethyst. HEX triplet: 93, 4D and D5. RGB value is (147,77,213). Sum of RGB (Red+Green+Blue) = 147+77+213=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #934DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DD5 is #6CB22A. Grayscale: #707070. Windows color (decimal): -7123499 or 13979027. OLE color: 13979027.
HSL color Cylindrical-coordinate representation of color #934DD5: hue angle of 270.88º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934DD5 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 77 | 213 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.16 |
| HSL | 270.88º | 0.62% | 0.57% | - |
| HSV(B) | 270.88º | 0.64% | 0.84% | - |
| XYZ | 26.7 | 16.31 | 64.69 | - |
| YUV | 113.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 213 | 0.31 | 0.64 | 0 | 0.16 | 270.88 | 0.62 | 0.57 |
| Hex | 93 | 4D | D5 | 1F | 40 | 0 | 10 | 10F | 3E | 39 |
| Octal | 223 | 115 | 325 | 37 | 100 | 0 | 20 | 417 | 76 | 71 |
| Binary | 10010011 | 1001101 | 11010101 | 11111 | 1000000 | 0 | 10000 | 100001111 | 111110 | 111001 |
Color Harmonies of #934DD5
Complementary color
Monochromatic Colors of #934DD5
Black with #934DD5
Text Example
Text Example
White with #934DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DD5; }
p { color: rgb(147,77,213); }
H1.HeaderClassName
{
color: #934DD5;
}
.AnyTagClassName
{
color: #934DD5;
}
</style>
background-color css
<style>
a { background-color: #934DD5; }
a { background-color: rgb(147,77,213); }
div.DivClassName
{
background-color: #934DD5;
}
.BgClassName
{
background-color: #934DD5;
}
</style>
border-color css
<style>
span { border-color: #934DD5; }
span { border-color: rgb(147,77,213); }
td.TdClassName
{
border-color: #934DD5;
}
.TagClassName
{
border-color: #934DD5;
}
</style>