Shades of Amethyst #985CDE
Tints of Amethyst #985CDE
RGB
CMYK
RGB Variations
Color information
#985CDE (or 0x985CDE) is known color: Amethyst. HEX triplet: 98, 5C and DE. RGB value is (152,92,222). Sum of RGB (Red+Green+Blue) = 152+92+222=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #985CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CDE is #67A321. Grayscale: #7C7C7C. Windows color (decimal): -6791970 or 14572696. OLE color: 14572696.
HSL color Cylindrical-coordinate representation of color #985CDE: hue angle of 267.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985CDE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 92 | 222 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.13 |
| HSL | 267.69º | 0.66% | 0.62% | - |
| HSV(B) | 267.69º | 0.59% | 0.87% | - |
| XYZ | 29.96 | 19.6 | 71.31 | - |
| YUV | 124.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 222 | 0.32 | 0.59 | 0 | 0.13 | 267.69 | 0.66 | 0.62 |
| Hex | 98 | 5C | DE | 20 | 3B | 0 | D | 10C | 42 | 3E |
| Octal | 230 | 134 | 336 | 40 | 73 | 0 | 15 | 414 | 102 | 76 |
| Binary | 10011000 | 1011100 | 11011110 | 100000 | 111011 | 0 | 1101 | 100001100 | 1000010 | 111110 |
Color Harmonies of #985CDE
Complementary color
Monochromatic Colors of #985CDE
Black with #985CDE
Text Example
Text Example
White with #985CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CDE; }
p { color: rgb(152,92,222); }
H1.HeaderClassName
{
color: #985CDE;
}
.AnyTagClassName
{
color: #985CDE;
}
</style>
background-color css
<style>
a { background-color: #985CDE; }
a { background-color: rgb(152,92,222); }
div.DivClassName
{
background-color: #985CDE;
}
.BgClassName
{
background-color: #985CDE;
}
</style>
border-color css
<style>
span { border-color: #985CDE; }
span { border-color: rgb(152,92,222); }
td.TdClassName
{
border-color: #985CDE;
}
.TagClassName
{
border-color: #985CDE;
}
</style>