Shades of Amethyst #995ECC
Tints of Amethyst #995ECC
RGB
CMYK
RGB Variations
Color information
#995ECC (or 0x995ECC) is known color: Amethyst. HEX triplet: 99, 5E and CC. RGB value is (153,94,204). Sum of RGB (Red+Green+Blue) = 153+94+204=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #995ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECC is #66A133. Grayscale: #7B7B7B. Windows color (decimal): -6725940 or 13393561. OLE color: 13393561.
HSL color Cylindrical-coordinate representation of color #995ECC: hue angle of 272.18º 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 #995ECC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 94 | 204 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.2 |
| HSL | 272.18º | 0.52% | 0.58% | - |
| HSV(B) | 272.18º | 0.54% | 0.8% | - |
| XYZ | 28.04 | 19.14 | 59.34 | - |
| YUV | 124.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 204 | 0.25 | 0.54 | 0 | 0.2 | 272.18 | 0.52 | 0.58 |
| Hex | 99 | 5E | CC | 19 | 36 | 0 | 14 | 110 | 34 | 3A |
| Octal | 231 | 136 | 314 | 31 | 66 | 0 | 24 | 420 | 64 | 72 |
| Binary | 10011001 | 1011110 | 11001100 | 11001 | 110110 | 0 | 10100 | 100010000 | 110100 | 111010 |
Color Harmonies of #995ECC
Complementary color
Monochromatic Colors of #995ECC
Black with #995ECC
Text Example
Text Example
White with #995ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ECC; }
p { color: rgb(153,94,204); }
H1.HeaderClassName
{
color: #995ECC;
}
.AnyTagClassName
{
color: #995ECC;
}
</style>
background-color css
<style>
a { background-color: #995ECC; }
a { background-color: rgb(153,94,204); }
div.DivClassName
{
background-color: #995ECC;
}
.BgClassName
{
background-color: #995ECC;
}
</style>
border-color css
<style>
span { border-color: #995ECC; }
span { border-color: rgb(153,94,204); }
td.TdClassName
{
border-color: #995ECC;
}
.TagClassName
{
border-color: #995ECC;
}
</style>