Shades of Amethyst #935ECC
Tints of Amethyst #935ECC
RGB
CMYK
RGB Variations
Color information
#935ECC (or 0x935ECC) is known color: Amethyst. HEX triplet: 93, 5E and CC. RGB value is (147,94,204). Sum of RGB (Red+Green+Blue) = 147+94+204=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #935ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECC is #6CA133. Grayscale: #7A7A7A. Windows color (decimal): -7119156 or 13393555. OLE color: 13393555.
HSL color Cylindrical-coordinate representation of color #935ECC: hue angle of 268.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935ECC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 94 | 204 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.2 |
| HSL | 268.91º | 0.52% | 0.58% | - |
| HSV(B) | 268.91º | 0.54% | 0.8% | - |
| XYZ | 26.93 | 18.57 | 59.29 | - |
| YUV | 122.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 204 | 0.28 | 0.54 | 0 | 0.2 | 268.91 | 0.52 | 0.58 |
| Hex | 93 | 5E | CC | 1C | 36 | 0 | 14 | 10D | 34 | 3A |
| Octal | 223 | 136 | 314 | 34 | 66 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010011 | 1011110 | 11001100 | 11100 | 110110 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #935ECC
Complementary color
Monochromatic Colors of #935ECC
Black with #935ECC
Text Example
Text Example
White with #935ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ECC; }
p { color: rgb(147,94,204); }
H1.HeaderClassName
{
color: #935ECC;
}
.AnyTagClassName
{
color: #935ECC;
}
</style>
background-color css
<style>
a { background-color: #935ECC; }
a { background-color: rgb(147,94,204); }
div.DivClassName
{
background-color: #935ECC;
}
.BgClassName
{
background-color: #935ECC;
}
</style>
border-color css
<style>
span { border-color: #935ECC; }
span { border-color: rgb(147,94,204); }
td.TdClassName
{
border-color: #935ECC;
}
.TagClassName
{
border-color: #935ECC;
}
</style>