Shades of Amethyst #934CD9
Tints of Amethyst #934CD9
RGB
CMYK
RGB Variations
Color information
#934CD9 (or 0x934CD9) is known color: Amethyst. HEX triplet: 93, 4C and D9. RGB value is (147,76,217). Sum of RGB (Red+Green+Blue) = 147+76+217=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #934CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CD9 is #6CB326. Grayscale: #707070. Windows color (decimal): -7123751 or 14240915. OLE color: 14240915.
HSL color Cylindrical-coordinate representation of color #934CD9: hue angle of 270.21º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934CD9 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 76 | 217 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.15 |
| HSL | 270.21º | 0.65% | 0.57% | - |
| HSV(B) | 270.21º | 0.65% | 0.85% | - |
| XYZ | 27.14 | 16.38 | 67.38 | - |
| YUV | 113.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 217 | 0.32 | 0.65 | 0 | 0.15 | 270.21 | 0.65 | 0.57 |
| Hex | 93 | 4C | D9 | 20 | 41 | 0 | F | 10E | 41 | 39 |
| Octal | 223 | 114 | 331 | 40 | 101 | 0 | 17 | 416 | 101 | 71 |
| Binary | 10010011 | 1001100 | 11011001 | 100000 | 1000001 | 0 | 1111 | 100001110 | 1000001 | 111001 |
Color Harmonies of #934CD9
Complementary color
Monochromatic Colors of #934CD9
Black with #934CD9
Text Example
Text Example
White with #934CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CD9; }
p { color: rgb(147,76,217); }
H1.HeaderClassName
{
color: #934CD9;
}
.AnyTagClassName
{
color: #934CD9;
}
</style>
background-color css
<style>
a { background-color: #934CD9; }
a { background-color: rgb(147,76,217); }
div.DivClassName
{
background-color: #934CD9;
}
.BgClassName
{
background-color: #934CD9;
}
</style>
border-color css
<style>
span { border-color: #934CD9; }
span { border-color: rgb(147,76,217); }
td.TdClassName
{
border-color: #934CD9;
}
.TagClassName
{
border-color: #934CD9;
}
</style>