Shades of Amethyst #985CCE
Tints of Amethyst #985CCE
RGB
CMYK
RGB Variations
Color information
#985CCE (or 0x985CCE) is known color: Amethyst. HEX triplet: 98, 5C and CE. RGB value is (152,92,206). Sum of RGB (Red+Green+Blue) = 152+92+206=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #985CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CCE is #67A331. Grayscale: #7A7A7A. Windows color (decimal): -6791986 or 13524120. OLE color: 13524120.
HSL color Cylindrical-coordinate representation of color #985CCE: hue angle of 271.58º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985CCE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 92 | 206 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.19 |
| HSL | 271.58º | 0.54% | 0.58% | - |
| HSV(B) | 271.58º | 0.55% | 0.81% | - |
| XYZ | 27.92 | 18.79 | 60.55 | - |
| YUV | 122.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 206 | 0.26 | 0.55 | 0 | 0.19 | 271.58 | 0.54 | 0.58 |
| Hex | 98 | 5C | CE | 1A | 37 | 0 | 13 | 110 | 36 | 3A |
| Octal | 230 | 134 | 316 | 32 | 67 | 0 | 23 | 420 | 66 | 72 |
| Binary | 10011000 | 1011100 | 11001110 | 11010 | 110111 | 0 | 10011 | 100010000 | 110110 | 111010 |
Color Harmonies of #985CCE
Complementary color
Monochromatic Colors of #985CCE
Black with #985CCE
Text Example
Text Example
White with #985CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CCE; }
p { color: rgb(152,92,206); }
H1.HeaderClassName
{
color: #985CCE;
}
.AnyTagClassName
{
color: #985CCE;
}
</style>
background-color css
<style>
a { background-color: #985CCE; }
a { background-color: rgb(152,92,206); }
div.DivClassName
{
background-color: #985CCE;
}
.BgClassName
{
background-color: #985CCE;
}
</style>
border-color css
<style>
span { border-color: #985CCE; }
span { border-color: rgb(152,92,206); }
td.TdClassName
{
border-color: #985CCE;
}
.TagClassName
{
border-color: #985CCE;
}
</style>