Shades of Amethyst #985DDC
Tints of Amethyst #985DDC
RGB
CMYK
RGB Variations
Color information
#985DDC (or 0x985DDC) is known color: Amethyst. HEX triplet: 98, 5D and DC. RGB value is (152,93,220). Sum of RGB (Red+Green+Blue) = 152+93+220=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #985DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DDC is #67A223. Grayscale: #7C7C7C. Windows color (decimal): -6791716 or 14441880. OLE color: 14441880.
HSL color Cylindrical-coordinate representation of color #985DDC: hue angle of 267.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985DDC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 93 | 220 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.14 |
| HSL | 267.87º | 0.64% | 0.61% | - |
| HSV(B) | 267.87º | 0.58% | 0.86% | - |
| XYZ | 29.78 | 19.67 | 69.94 | - |
| YUV | 125.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 220 | 0.31 | 0.58 | 0 | 0.14 | 267.87 | 0.64 | 0.61 |
| Hex | 98 | 5D | DC | 1F | 3A | 0 | E | 10C | 40 | 3D |
| Octal | 230 | 135 | 334 | 37 | 72 | 0 | 16 | 414 | 100 | 75 |
| Binary | 10011000 | 1011101 | 11011100 | 11111 | 111010 | 0 | 1110 | 100001100 | 1000000 | 111101 |
Color Harmonies of #985DDC
Complementary color
Monochromatic Colors of #985DDC
Black with #985DDC
Text Example
Text Example
White with #985DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DDC; }
p { color: rgb(152,93,220); }
H1.HeaderClassName
{
color: #985DDC;
}
.AnyTagClassName
{
color: #985DDC;
}
</style>
background-color css
<style>
a { background-color: #985DDC; }
a { background-color: rgb(152,93,220); }
div.DivClassName
{
background-color: #985DDC;
}
.BgClassName
{
background-color: #985DDC;
}
</style>
border-color css
<style>
span { border-color: #985DDC; }
span { border-color: rgb(152,93,220); }
td.TdClassName
{
border-color: #985DDC;
}
.TagClassName
{
border-color: #985DDC;
}
</style>