Shades of Amethyst #934CDE
Tints of Amethyst #934CDE
RGB
CMYK
RGB Variations
Color information
#934CDE (or 0x934CDE) is known color: Amethyst. HEX triplet: 93, 4C and DE. RGB value is (147,76,222). Sum of RGB (Red+Green+Blue) = 147+76+222=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #934CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CDE is #6CB321. Grayscale: #717171. Windows color (decimal): -7123746 or 14568595. OLE color: 14568595.
HSL color Cylindrical-coordinate representation of color #934CDE: hue angle of 269.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934CDE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 76 | 222 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.13 |
| HSL | 269.18º | 0.69% | 0.58% | - |
| HSV(B) | 269.18º | 0.66% | 0.87% | - |
| XYZ | 27.8 | 16.65 | 70.85 | - |
| YUV | 113.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 222 | 0.34 | 0.66 | 0 | 0.13 | 269.18 | 0.69 | 0.58 |
| Hex | 93 | 4C | DE | 22 | 42 | 0 | D | 10D | 45 | 3A |
| Octal | 223 | 114 | 336 | 42 | 102 | 0 | 15 | 415 | 105 | 72 |
| Binary | 10010011 | 1001100 | 11011110 | 100010 | 1000010 | 0 | 1101 | 100001101 | 1000101 | 111010 |
Color Harmonies of #934CDE
Complementary color
Monochromatic Colors of #934CDE
Black with #934CDE
Text Example
Text Example
White with #934CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CDE; }
p { color: rgb(147,76,222); }
H1.HeaderClassName
{
color: #934CDE;
}
.AnyTagClassName
{
color: #934CDE;
}
</style>
background-color css
<style>
a { background-color: #934CDE; }
a { background-color: rgb(147,76,222); }
div.DivClassName
{
background-color: #934CDE;
}
.BgClassName
{
background-color: #934CDE;
}
</style>
border-color css
<style>
span { border-color: #934CDE; }
span { border-color: rgb(147,76,222); }
td.TdClassName
{
border-color: #934CDE;
}
.TagClassName
{
border-color: #934CDE;
}
</style>