Shades of Amethyst #955ECE
Tints of Amethyst #955ECE
RGB
CMYK
RGB Variations
Color information
#955ECE (or 0x955ECE) is known color: Amethyst. HEX triplet: 95, 5E and CE. RGB value is (149,94,206). Sum of RGB (Red+Green+Blue) = 149+94+206=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #955ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECE is #6AA131. Grayscale: #7A7A7A. Windows color (decimal): -6988082 or 13524629. OLE color: 13524629.
HSL color Cylindrical-coordinate representation of color #955ECE: hue angle of 269.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955ECE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 94 | 206 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.19 |
| HSL | 269.46º | 0.53% | 0.59% | - |
| HSV(B) | 269.46º | 0.54% | 0.81% | - |
| XYZ | 27.54 | 18.85 | 60.58 | - |
| YUV | 123.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 206 | 0.28 | 0.54 | 0 | 0.19 | 269.46 | 0.53 | 0.59 |
| Hex | 95 | 5E | CE | 1C | 36 | 0 | 13 | 10D | 35 | 3B |
| Octal | 225 | 136 | 316 | 34 | 66 | 0 | 23 | 415 | 65 | 73 |
| Binary | 10010101 | 1011110 | 11001110 | 11100 | 110110 | 0 | 10011 | 100001101 | 110101 | 111011 |
Color Harmonies of #955ECE
Complementary color
Monochromatic Colors of #955ECE
Black with #955ECE
Text Example
Text Example
White with #955ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ECE; }
p { color: rgb(149,94,206); }
H1.HeaderClassName
{
color: #955ECE;
}
.AnyTagClassName
{
color: #955ECE;
}
</style>
background-color css
<style>
a { background-color: #955ECE; }
a { background-color: rgb(149,94,206); }
div.DivClassName
{
background-color: #955ECE;
}
.BgClassName
{
background-color: #955ECE;
}
</style>
border-color css
<style>
span { border-color: #955ECE; }
span { border-color: rgb(149,94,206); }
td.TdClassName
{
border-color: #955ECE;
}
.TagClassName
{
border-color: #955ECE;
}
</style>