Shades of Amethyst #985ACB
Tints of Amethyst #985ACB
RGB
CMYK
RGB Variations
Color information
#985ACB (or 0x985ACB) is known color: Amethyst. HEX triplet: 98, 5A and CB. RGB value is (152,90,203). Sum of RGB (Red+Green+Blue) = 152+90+203=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #985ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ACB is #67A534. Grayscale: #797979. Windows color (decimal): -6792501 or 13327000. OLE color: 13327000.
HSL color Cylindrical-coordinate representation of color #985ACB: hue angle of 272.92º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985ACB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 90 | 203 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.20 |
| HSL | 272.92º | 0.52% | 0.57% | - |
| HSV(B) | 272.92º | 0.56% | 0.8% | - |
| XYZ | 27.38 | 18.3 | 58.59 | - |
| YUV | 121.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 203 | 0.25 | 0.56 | 0 | 0.20 | 272.92 | 0.52 | 0.57 |
| Hex | 98 | 5A | CB | 19 | 38 | 0 | 14 | 111 | 34 | 39 |
| Octal | 230 | 132 | 313 | 31 | 70 | 0 | 24 | 421 | 64 | 71 |
| Binary | 10011000 | 1011010 | 11001011 | 11001 | 111000 | 0 | 10100 | 100010001 | 110100 | 111001 |
Color Harmonies of #985ACB
Complementary color
Monochromatic Colors of #985ACB
Black with #985ACB
Text Example
Text Example
White with #985ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ACB; }
p { color: rgb(152,90,203); }
H1.HeaderClassName
{
color: #985ACB;
}
.AnyTagClassName
{
color: #985ACB;
}
</style>
background-color css
<style>
a { background-color: #985ACB; }
a { background-color: rgb(152,90,203); }
div.DivClassName
{
background-color: #985ACB;
}
.BgClassName
{
background-color: #985ACB;
}
</style>
border-color css
<style>
span { border-color: #985ACB; }
span { border-color: rgb(152,90,203); }
td.TdClassName
{
border-color: #985ACB;
}
.TagClassName
{
border-color: #985ACB;
}
</style>