Shades of Amethyst #985ADE
Tints of Amethyst #985ADE
RGB
CMYK
RGB Variations
Color information
#985ADE (or 0x985ADE) is known color: Amethyst. HEX triplet: 98, 5A and DE. RGB value is (152,90,222). Sum of RGB (Red+Green+Blue) = 152+90+222=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #985ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ADE is #67A521. Grayscale: #7B7B7B. Windows color (decimal): -6792482 or 14572184. OLE color: 14572184.
HSL color Cylindrical-coordinate representation of color #985ADE: hue angle of 268.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985ADE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 90 | 222 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.13 |
| HSL | 268.18º | 0.67% | 0.61% | - |
| HSV(B) | 268.18º | 0.59% | 0.87% | - |
| XYZ | 29.79 | 19.26 | 71.26 | - |
| YUV | 123.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 222 | 0.32 | 0.59 | 0 | 0.13 | 268.18 | 0.67 | 0.61 |
| Hex | 98 | 5A | DE | 20 | 3B | 0 | D | 10C | 43 | 3D |
| Octal | 230 | 132 | 336 | 40 | 73 | 0 | 15 | 414 | 103 | 75 |
| Binary | 10011000 | 1011010 | 11011110 | 100000 | 111011 | 0 | 1101 | 100001100 | 1000011 | 111101 |
Color Harmonies of #985ADE
Complementary color
Monochromatic Colors of #985ADE
Black with #985ADE
Text Example
Text Example
White with #985ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ADE; }
p { color: rgb(152,90,222); }
H1.HeaderClassName
{
color: #985ADE;
}
.AnyTagClassName
{
color: #985ADE;
}
</style>
background-color css
<style>
a { background-color: #985ADE; }
a { background-color: rgb(152,90,222); }
div.DivClassName
{
background-color: #985ADE;
}
.BgClassName
{
background-color: #985ADE;
}
</style>
border-color css
<style>
span { border-color: #985ADE; }
span { border-color: rgb(152,90,222); }
td.TdClassName
{
border-color: #985ADE;
}
.TagClassName
{
border-color: #985ADE;
}
</style>