Shades of Amethyst #934CDC
Tints of Amethyst #934CDC
RGB
CMYK
RGB Variations
Color information
#934CDC (or 0x934CDC) is known color: Amethyst. HEX triplet: 93, 4C and DC. RGB value is (147,76,220). Sum of RGB (Red+Green+Blue) = 147+76+220=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #934CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CDC is #6CB323. Grayscale: #717171. Windows color (decimal): -7123748 or 14437523. OLE color: 14437523.
HSL color Cylindrical-coordinate representation of color #934CDC: hue angle of 269.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934CDC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 76 | 220 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.14 |
| HSL | 269.58º | 0.67% | 0.58% | - |
| HSV(B) | 269.58º | 0.65% | 0.86% | - |
| XYZ | 27.54 | 16.54 | 69.45 | - |
| YUV | 113.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 220 | 0.33 | 0.65 | 0 | 0.14 | 269.58 | 0.67 | 0.58 |
| Hex | 93 | 4C | DC | 21 | 41 | 0 | E | 10E | 43 | 3A |
| Octal | 223 | 114 | 334 | 41 | 101 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010011 | 1001100 | 11011100 | 100001 | 1000001 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #934CDC
Complementary color
Monochromatic Colors of #934CDC
Black with #934CDC
Text Example
Text Example
White with #934CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CDC; }
p { color: rgb(147,76,220); }
H1.HeaderClassName
{
color: #934CDC;
}
.AnyTagClassName
{
color: #934CDC;
}
</style>
background-color css
<style>
a { background-color: #934CDC; }
a { background-color: rgb(147,76,220); }
div.DivClassName
{
background-color: #934CDC;
}
.BgClassName
{
background-color: #934CDC;
}
</style>
border-color css
<style>
span { border-color: #934CDC; }
span { border-color: rgb(147,76,220); }
td.TdClassName
{
border-color: #934CDC;
}
.TagClassName
{
border-color: #934CDC;
}
</style>