Shades of Amethyst #934CDF
Tints of Amethyst #934CDF
RGB
CMYK
RGB Variations
Color information
#934CDF (or 0x934CDF) is known color: Amethyst. HEX triplet: 93, 4C and DF. RGB value is (147,76,223). Sum of RGB (Red+Green+Blue) = 147+76+223=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #934CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CDF is #6CB320. Grayscale: #717171. Windows color (decimal): -7123745 or 14634131. OLE color: 14634131.
HSL color Cylindrical-coordinate representation of color #934CDF: hue angle of 268.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934CDF is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 76 | 223 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.13 |
| HSL | 268.98º | 0.7% | 0.59% | - |
| HSV(B) | 268.98º | 0.66% | 0.87% | - |
| XYZ | 27.94 | 16.7 | 71.56 | - |
| YUV | 113.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 223 | 0.34 | 0.66 | 0 | 0.13 | 268.98 | 0.7 | 0.59 |
| Hex | 93 | 4C | DF | 22 | 42 | 0 | D | 10D | 46 | 3B |
| Octal | 223 | 114 | 337 | 42 | 102 | 0 | 15 | 415 | 106 | 73 |
| Binary | 10010011 | 1001100 | 11011111 | 100010 | 1000010 | 0 | 1101 | 100001101 | 1000110 | 111011 |
Color Harmonies of #934CDF
Complementary color
Monochromatic Colors of #934CDF
Black with #934CDF
Text Example
Text Example
White with #934CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CDF; }
p { color: rgb(147,76,223); }
H1.HeaderClassName
{
color: #934CDF;
}
.AnyTagClassName
{
color: #934CDF;
}
</style>
background-color css
<style>
a { background-color: #934CDF; }
a { background-color: rgb(147,76,223); }
div.DivClassName
{
background-color: #934CDF;
}
.BgClassName
{
background-color: #934CDF;
}
</style>
border-color css
<style>
span { border-color: #934CDF; }
span { border-color: rgb(147,76,223); }
td.TdClassName
{
border-color: #934CDF;
}
.TagClassName
{
border-color: #934CDF;
}
</style>