Shades of Amethyst #985CDA
Tints of Amethyst #985CDA
RGB
CMYK
RGB Variations
Color information
#985CDA (or 0x985CDA) is known color: Amethyst. HEX triplet: 98, 5C and DA. RGB value is (152,92,218). Sum of RGB (Red+Green+Blue) = 152+92+218=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #985CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CDA is #67A325. Grayscale: #7B7B7B. Windows color (decimal): -6791974 or 14310552. OLE color: 14310552.
HSL color Cylindrical-coordinate representation of color #985CDA: hue angle of 268.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985CDA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 92 | 218 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.15 |
| HSL | 268.57º | 0.63% | 0.61% | - |
| HSV(B) | 268.57º | 0.58% | 0.85% | - |
| XYZ | 29.43 | 19.39 | 68.52 | - |
| YUV | 124.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 218 | 0.30 | 0.58 | 0 | 0.15 | 268.57 | 0.63 | 0.61 |
| Hex | 98 | 5C | DA | 1E | 3A | 0 | F | 10D | 3F | 3D |
| Octal | 230 | 134 | 332 | 36 | 72 | 0 | 17 | 415 | 77 | 75 |
| Binary | 10011000 | 1011100 | 11011010 | 11110 | 111010 | 0 | 1111 | 100001101 | 111111 | 111101 |
Color Harmonies of #985CDA
Complementary color
Monochromatic Colors of #985CDA
Black with #985CDA
Text Example
Text Example
White with #985CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CDA; }
p { color: rgb(152,92,218); }
H1.HeaderClassName
{
color: #985CDA;
}
.AnyTagClassName
{
color: #985CDA;
}
</style>
background-color css
<style>
a { background-color: #985CDA; }
a { background-color: rgb(152,92,218); }
div.DivClassName
{
background-color: #985CDA;
}
.BgClassName
{
background-color: #985CDA;
}
</style>
border-color css
<style>
span { border-color: #985CDA; }
span { border-color: rgb(152,92,218); }
td.TdClassName
{
border-color: #985CDA;
}
.TagClassName
{
border-color: #985CDA;
}
</style>