Shades of Amethyst #985BD1
Tints of Amethyst #985BD1
RGB
CMYK
RGB Variations
Color information
#985BD1 (or 0x985BD1) is known color: Amethyst. HEX triplet: 98, 5B and D1. RGB value is (152,91,209). Sum of RGB (Red+Green+Blue) = 152+91+209=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #985BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BD1 is #67A42E. Grayscale: #7A7A7A. Windows color (decimal): -6792239 or 13720472. OLE color: 13720472.
HSL color Cylindrical-coordinate representation of color #985BD1: hue angle of 271.02º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985BD1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 91 | 209 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.18 |
| HSL | 271.02º | 0.56% | 0.59% | - |
| HSV(B) | 271.02º | 0.56% | 0.82% | - |
| XYZ | 28.2 | 18.76 | 62.46 | - |
| YUV | 122.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 209 | 0.27 | 0.56 | 0 | 0.18 | 271.02 | 0.56 | 0.59 |
| Hex | 98 | 5B | D1 | 1B | 38 | 0 | 12 | 10F | 38 | 3B |
| Octal | 230 | 133 | 321 | 33 | 70 | 0 | 22 | 417 | 70 | 73 |
| Binary | 10011000 | 1011011 | 11010001 | 11011 | 111000 | 0 | 10010 | 100001111 | 111000 | 111011 |
Color Harmonies of #985BD1
Complementary color
Monochromatic Colors of #985BD1
Black with #985BD1
Text Example
Text Example
White with #985BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BD1; }
p { color: rgb(152,91,209); }
H1.HeaderClassName
{
color: #985BD1;
}
.AnyTagClassName
{
color: #985BD1;
}
</style>
background-color css
<style>
a { background-color: #985BD1; }
a { background-color: rgb(152,91,209); }
div.DivClassName
{
background-color: #985BD1;
}
.BgClassName
{
background-color: #985BD1;
}
</style>
border-color css
<style>
span { border-color: #985BD1; }
span { border-color: rgb(152,91,209); }
td.TdClassName
{
border-color: #985BD1;
}
.TagClassName
{
border-color: #985BD1;
}
</style>