Shades of Amethyst #985ADB
Tints of Amethyst #985ADB
RGB
CMYK
RGB Variations
Color information
#985ADB (or 0x985ADB) is known color: Amethyst. HEX triplet: 98, 5A and DB. RGB value is (152,90,219). Sum of RGB (Red+Green+Blue) = 152+90+219=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #985ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ADB is #67A524. Grayscale: #7A7A7A. Windows color (decimal): -6792485 or 14375576. OLE color: 14375576.
HSL color Cylindrical-coordinate representation of color #985ADB: hue angle of 268.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985ADB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 90 | 219 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 268.84º | 0.64% | 0.61% | - |
| HSV(B) | 268.84º | 0.59% | 0.86% | - |
| XYZ | 29.39 | 19.1 | 69.16 | - |
| YUV | 123.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 219 | 0.31 | 0.59 | 0 | 0.14 | 268.84 | 0.64 | 0.61 |
| Hex | 98 | 5A | DB | 1F | 3B | 0 | E | 10D | 40 | 3D |
| Octal | 230 | 132 | 333 | 37 | 73 | 0 | 16 | 415 | 100 | 75 |
| Binary | 10011000 | 1011010 | 11011011 | 11111 | 111011 | 0 | 1110 | 100001101 | 1000000 | 111101 |
Color Harmonies of #985ADB
Complementary color
Monochromatic Colors of #985ADB
Black with #985ADB
Text Example
Text Example
White with #985ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ADB; }
p { color: rgb(152,90,219); }
H1.HeaderClassName
{
color: #985ADB;
}
.AnyTagClassName
{
color: #985ADB;
}
</style>
background-color css
<style>
a { background-color: #985ADB; }
a { background-color: rgb(152,90,219); }
div.DivClassName
{
background-color: #985ADB;
}
.BgClassName
{
background-color: #985ADB;
}
</style>
border-color css
<style>
span { border-color: #985ADB; }
span { border-color: rgb(152,90,219); }
td.TdClassName
{
border-color: #985ADB;
}
.TagClassName
{
border-color: #985ADB;
}
</style>