Shades of Amethyst #945ECF
Tints of Amethyst #945ECF
RGB
CMYK
RGB Variations
Color information
#945ECF (or 0x945ECF) is known color: Amethyst. HEX triplet: 94, 5E and CF. RGB value is (148,94,207). Sum of RGB (Red+Green+Blue) = 148+94+207=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #945ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECF is #6BA130. Grayscale: #7A7A7A. Windows color (decimal): -7053617 or 13590164. OLE color: 13590164.
HSL color Cylindrical-coordinate representation of color #945ECF: hue angle of 268.67º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945ECF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 94 | 207 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.19 |
| HSL | 268.67º | 0.54% | 0.59% | - |
| HSV(B) | 268.67º | 0.55% | 0.81% | - |
| XYZ | 27.48 | 18.81 | 61.21 | - |
| YUV | 123.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 207 | 0.29 | 0.55 | 0 | 0.19 | 268.67 | 0.54 | 0.59 |
| Hex | 94 | 5E | CF | 1D | 37 | 0 | 13 | 10D | 36 | 3B |
| Octal | 224 | 136 | 317 | 35 | 67 | 0 | 23 | 415 | 66 | 73 |
| Binary | 10010100 | 1011110 | 11001111 | 11101 | 110111 | 0 | 10011 | 100001101 | 110110 | 111011 |
Color Harmonies of #945ECF
Complementary color
Monochromatic Colors of #945ECF
Black with #945ECF
Text Example
Text Example
White with #945ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ECF; }
p { color: rgb(148,94,207); }
H1.HeaderClassName
{
color: #945ECF;
}
.AnyTagClassName
{
color: #945ECF;
}
</style>
background-color css
<style>
a { background-color: #945ECF; }
a { background-color: rgb(148,94,207); }
div.DivClassName
{
background-color: #945ECF;
}
.BgClassName
{
background-color: #945ECF;
}
</style>
border-color css
<style>
span { border-color: #945ECF; }
span { border-color: rgb(148,94,207); }
td.TdClassName
{
border-color: #945ECF;
}
.TagClassName
{
border-color: #945ECF;
}
</style>