Shades of Amethyst #945ECC
Tints of Amethyst #945ECC
RGB
CMYK
RGB Variations
Color information
#945ECC (or 0x945ECC) is known color: Amethyst. HEX triplet: 94, 5E and CC. RGB value is (148,94,204). Sum of RGB (Red+Green+Blue) = 148+94+204=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #945ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECC is #6BA133. Grayscale: #7A7A7A. Windows color (decimal): -7053620 or 13393556. OLE color: 13393556.
HSL color Cylindrical-coordinate representation of color #945ECC: hue angle of 269.45º 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 #945ECC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 94 | 204 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.2 |
| HSL | 269.45º | 0.52% | 0.58% | - |
| HSV(B) | 269.45º | 0.54% | 0.8% | - |
| XYZ | 27.11 | 18.66 | 59.3 | - |
| YUV | 122.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 204 | 0.27 | 0.54 | 0 | 0.2 | 269.45 | 0.52 | 0.58 |
| Hex | 94 | 5E | CC | 1B | 36 | 0 | 14 | 10D | 34 | 3A |
| Octal | 224 | 136 | 314 | 33 | 66 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010100 | 1011110 | 11001100 | 11011 | 110110 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #945ECC
Complementary color
Monochromatic Colors of #945ECC
Black with #945ECC
Text Example
Text Example
White with #945ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ECC; }
p { color: rgb(148,94,204); }
H1.HeaderClassName
{
color: #945ECC;
}
.AnyTagClassName
{
color: #945ECC;
}
</style>
background-color css
<style>
a { background-color: #945ECC; }
a { background-color: rgb(148,94,204); }
div.DivClassName
{
background-color: #945ECC;
}
.BgClassName
{
background-color: #945ECC;
}
</style>
border-color css
<style>
span { border-color: #945ECC; }
span { border-color: rgb(148,94,204); }
td.TdClassName
{
border-color: #945ECC;
}
.TagClassName
{
border-color: #945ECC;
}
</style>