Shades of Amethyst #985ACE
Tints of Amethyst #985ACE
RGB
CMYK
RGB Variations
Color information
#985ACE (or 0x985ACE) is known color: Amethyst. HEX triplet: 98, 5A and CE. RGB value is (152,90,206). Sum of RGB (Red+Green+Blue) = 152+90+206=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #985ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ACE is #67A531. Grayscale: #797979. Windows color (decimal): -6792498 or 13523608. OLE color: 13523608.
HSL color Cylindrical-coordinate representation of color #985ACE: hue angle of 272.07º 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 #985ACE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 90 | 206 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.19 |
| HSL | 272.07º | 0.54% | 0.58% | - |
| HSV(B) | 272.07º | 0.56% | 0.81% | - |
| XYZ | 27.75 | 18.44 | 60.49 | - |
| YUV | 121.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 206 | 0.26 | 0.56 | 0 | 0.19 | 272.07 | 0.54 | 0.58 |
| Hex | 98 | 5A | CE | 1A | 38 | 0 | 13 | 110 | 36 | 3A |
| Octal | 230 | 132 | 316 | 32 | 70 | 0 | 23 | 420 | 66 | 72 |
| Binary | 10011000 | 1011010 | 11001110 | 11010 | 111000 | 0 | 10011 | 100010000 | 110110 | 111010 |
Color Harmonies of #985ACE
Complementary color
Monochromatic Colors of #985ACE
Black with #985ACE
Text Example
Text Example
White with #985ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ACE; }
p { color: rgb(152,90,206); }
H1.HeaderClassName
{
color: #985ACE;
}
.AnyTagClassName
{
color: #985ACE;
}
</style>
background-color css
<style>
a { background-color: #985ACE; }
a { background-color: rgb(152,90,206); }
div.DivClassName
{
background-color: #985ACE;
}
.BgClassName
{
background-color: #985ACE;
}
</style>
border-color css
<style>
span { border-color: #985ACE; }
span { border-color: rgb(152,90,206); }
td.TdClassName
{
border-color: #985ACE;
}
.TagClassName
{
border-color: #985ACE;
}
</style>