Shades of Amethyst #985AD6
Tints of Amethyst #985AD6
RGB
CMYK
RGB Variations
Color information
#985AD6 (or 0x985AD6) is known color: Amethyst. HEX triplet: 98, 5A and D6. RGB value is (152,90,214). Sum of RGB (Red+Green+Blue) = 152+90+214=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #985AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AD6 is #67A529. Grayscale: #7A7A7A. Windows color (decimal): -6792490 or 14047896. OLE color: 14047896.
HSL color Cylindrical-coordinate representation of color #985AD6: hue angle of 270º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985AD6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 90 | 214 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.16 |
| HSL | 270º | 0.6% | 0.6% | - |
| HSV(B) | 270º | 0.58% | 0.84% | - |
| XYZ | 28.74 | 18.84 | 65.74 | - |
| YUV | 122.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 214 | 0.29 | 0.58 | 0 | 0.16 | 270 | 0.6 | 0.6 |
| Hex | 98 | 5A | D6 | 1D | 3A | 0 | 10 | 10E | 3C | 3C |
| Octal | 230 | 132 | 326 | 35 | 72 | 0 | 20 | 416 | 74 | 74 |
| Binary | 10011000 | 1011010 | 11010110 | 11101 | 111010 | 0 | 10000 | 100001110 | 111100 | 111100 |
Color Harmonies of #985AD6
Complementary color
Monochromatic Colors of #985AD6
Black with #985AD6
Text Example
Text Example
White with #985AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985AD6; }
p { color: rgb(152,90,214); }
H1.HeaderClassName
{
color: #985AD6;
}
.AnyTagClassName
{
color: #985AD6;
}
</style>
background-color css
<style>
a { background-color: #985AD6; }
a { background-color: rgb(152,90,214); }
div.DivClassName
{
background-color: #985AD6;
}
.BgClassName
{
background-color: #985AD6;
}
</style>
border-color css
<style>
span { border-color: #985AD6; }
span { border-color: rgb(152,90,214); }
td.TdClassName
{
border-color: #985AD6;
}
.TagClassName
{
border-color: #985AD6;
}
</style>