Shades of Amethyst #995ACE
Tints of Amethyst #995ACE
RGB
CMYK
RGB Variations
Color information
#995ACE (or 0x995ACE) is known color: Amethyst. HEX triplet: 99, 5A and CE. RGB value is (153,90,206). Sum of RGB (Red+Green+Blue) = 153+90+206=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 90 (35.55% from 255 or 20.04% 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 #995ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ACE is #66A531. Grayscale: #797979. Windows color (decimal): -6726962 or 13523609. OLE color: 13523609.
HSL color Cylindrical-coordinate representation of color #995ACE: hue angle of 272.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995ACE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 90 | 206 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.19 |
| HSL | 272.59º | 0.54% | 0.58% | - |
| HSV(B) | 272.59º | 0.56% | 0.81% | - |
| XYZ | 27.93 | 18.54 | 60.5 | - |
| YUV | 122.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 206 | 0.26 | 0.56 | 0 | 0.19 | 272.59 | 0.54 | 0.58 |
| Hex | 99 | 5A | CE | 1A | 38 | 0 | 13 | 111 | 36 | 3A |
| Octal | 231 | 132 | 316 | 32 | 70 | 0 | 23 | 421 | 66 | 72 |
| Binary | 10011001 | 1011010 | 11001110 | 11010 | 111000 | 0 | 10011 | 100010001 | 110110 | 111010 |
Color Harmonies of #995ACE
Complementary color
Monochromatic Colors of #995ACE
Black with #995ACE
Text Example
Text Example
White with #995ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ACE; }
p { color: rgb(153,90,206); }
H1.HeaderClassName
{
color: #995ACE;
}
.AnyTagClassName
{
color: #995ACE;
}
</style>
background-color css
<style>
a { background-color: #995ACE; }
a { background-color: rgb(153,90,206); }
div.DivClassName
{
background-color: #995ACE;
}
.BgClassName
{
background-color: #995ACE;
}
</style>
border-color css
<style>
span { border-color: #995ACE; }
span { border-color: rgb(153,90,206); }
td.TdClassName
{
border-color: #995ACE;
}
.TagClassName
{
border-color: #995ACE;
}
</style>