Shades of Amethyst #955ECF
Tints of Amethyst #955ECF
RGB
CMYK
RGB Variations
Color information
#955ECF (or 0x955ECF) is known color: Amethyst. HEX triplet: 95, 5E and CF. RGB value is (149,94,207). Sum of RGB (Red+Green+Blue) = 149+94+207=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #955ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECF is #6AA130. Grayscale: #7A7A7A. Windows color (decimal): -6988081 or 13590165. OLE color: 13590165.
HSL color Cylindrical-coordinate representation of color #955ECF: hue angle of 269.2º 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 #955ECF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 94 | 207 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.19 |
| HSL | 269.2º | 0.54% | 0.59% | - |
| HSV(B) | 269.2º | 0.55% | 0.81% | - |
| XYZ | 27.66 | 18.9 | 61.22 | - |
| YUV | 123.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 207 | 0.28 | 0.55 | 0 | 0.19 | 269.2 | 0.54 | 0.59 |
| Hex | 95 | 5E | CF | 1C | 37 | 0 | 13 | 10D | 36 | 3B |
| Octal | 225 | 136 | 317 | 34 | 67 | 0 | 23 | 415 | 66 | 73 |
| Binary | 10010101 | 1011110 | 11001111 | 11100 | 110111 | 0 | 10011 | 100001101 | 110110 | 111011 |
Color Harmonies of #955ECF
Complementary color
Monochromatic Colors of #955ECF
Black with #955ECF
Text Example
Text Example
White with #955ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ECF; }
p { color: rgb(149,94,207); }
H1.HeaderClassName
{
color: #955ECF;
}
.AnyTagClassName
{
color: #955ECF;
}
</style>
background-color css
<style>
a { background-color: #955ECF; }
a { background-color: rgb(149,94,207); }
div.DivClassName
{
background-color: #955ECF;
}
.BgClassName
{
background-color: #955ECF;
}
</style>
border-color css
<style>
span { border-color: #955ECF; }
span { border-color: rgb(149,94,207); }
td.TdClassName
{
border-color: #955ECF;
}
.TagClassName
{
border-color: #955ECF;
}
</style>