Shades of Amethyst #955ECC
Tints of Amethyst #955ECC
RGB
CMYK
RGB Variations
Color information
#955ECC (or 0x955ECC) is known color: Amethyst. HEX triplet: 95, 5E and CC. RGB value is (149,94,204). Sum of RGB (Red+Green+Blue) = 149+94+204=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #955ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECC is #6AA133. Grayscale: #7A7A7A. Windows color (decimal): -6988084 or 13393557. OLE color: 13393557.
HSL color Cylindrical-coordinate representation of color #955ECC: hue angle of 270º 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 #955ECC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 94 | 204 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.2 |
| HSL | 270º | 0.52% | 0.58% | - |
| HSV(B) | 270º | 0.54% | 0.8% | - |
| XYZ | 27.3 | 18.75 | 59.31 | - |
| YUV | 122.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 204 | 0.27 | 0.54 | 0 | 0.2 | 270 | 0.52 | 0.58 |
| Hex | 95 | 5E | CC | 1B | 36 | 0 | 14 | 10E | 34 | 3A |
| Octal | 225 | 136 | 314 | 33 | 66 | 0 | 24 | 416 | 64 | 72 |
| Binary | 10010101 | 1011110 | 11001100 | 11011 | 110110 | 0 | 10100 | 100001110 | 110100 | 111010 |
Color Harmonies of #955ECC
Complementary color
Monochromatic Colors of #955ECC
Black with #955ECC
Text Example
Text Example
White with #955ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ECC; }
p { color: rgb(149,94,204); }
H1.HeaderClassName
{
color: #955ECC;
}
.AnyTagClassName
{
color: #955ECC;
}
</style>
background-color css
<style>
a { background-color: #955ECC; }
a { background-color: rgb(149,94,204); }
div.DivClassName
{
background-color: #955ECC;
}
.BgClassName
{
background-color: #955ECC;
}
</style>
border-color css
<style>
span { border-color: #955ECC; }
span { border-color: rgb(149,94,204); }
td.TdClassName
{
border-color: #955ECC;
}
.TagClassName
{
border-color: #955ECC;
}
</style>