Shades of Amethyst #985DCE
Tints of Amethyst #985DCE
RGB
CMYK
RGB Variations
Color information
#985DCE (or 0x985DCE) is known color: Amethyst. HEX triplet: 98, 5D and CE. RGB value is (152,93,206). Sum of RGB (Red+Green+Blue) = 152+93+206=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #985DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DCE is #67A231. Grayscale: #7B7B7B. Windows color (decimal): -6791730 or 13524376. OLE color: 13524376.
HSL color Cylindrical-coordinate representation of color #985DCE: hue angle of 271.33º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985DCE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 93 | 206 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.19 |
| HSL | 271.33º | 0.54% | 0.59% | - |
| HSV(B) | 271.33º | 0.55% | 0.81% | - |
| XYZ | 28 | 18.96 | 60.58 | - |
| YUV | 123.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 206 | 0.26 | 0.55 | 0 | 0.19 | 271.33 | 0.54 | 0.59 |
| Hex | 98 | 5D | CE | 1A | 37 | 0 | 13 | 10F | 36 | 3B |
| Octal | 230 | 135 | 316 | 32 | 67 | 0 | 23 | 417 | 66 | 73 |
| Binary | 10011000 | 1011101 | 11001110 | 11010 | 110111 | 0 | 10011 | 100001111 | 110110 | 111011 |
Color Harmonies of #985DCE
Complementary color
Monochromatic Colors of #985DCE
Black with #985DCE
Text Example
Text Example
White with #985DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DCE; }
p { color: rgb(152,93,206); }
H1.HeaderClassName
{
color: #985DCE;
}
.AnyTagClassName
{
color: #985DCE;
}
</style>
background-color css
<style>
a { background-color: #985DCE; }
a { background-color: rgb(152,93,206); }
div.DivClassName
{
background-color: #985DCE;
}
.BgClassName
{
background-color: #985DCE;
}
</style>
border-color css
<style>
span { border-color: #985DCE; }
span { border-color: rgb(152,93,206); }
td.TdClassName
{
border-color: #985DCE;
}
.TagClassName
{
border-color: #985DCE;
}
</style>