Shades of Amethyst #985BCC
Tints of Amethyst #985BCC
RGB
CMYK
RGB Variations
Color information
#985BCC (or 0x985BCC) is known color: Amethyst. HEX triplet: 98, 5B and CC. RGB value is (152,91,204). Sum of RGB (Red+Green+Blue) = 152+91+204=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #985BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BCC is #67A433. Grayscale: #797979. Windows color (decimal): -6792244 or 13392792. OLE color: 13392792.
HSL color Cylindrical-coordinate representation of color #985BCC: hue angle of 272.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985BCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 91 | 204 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.2 |
| HSL | 272.39º | 0.53% | 0.58% | - |
| HSV(B) | 272.39º | 0.55% | 0.8% | - |
| XYZ | 27.59 | 18.52 | 59.25 | - |
| YUV | 122.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 204 | 0.25 | 0.55 | 0 | 0.2 | 272.39 | 0.53 | 0.58 |
| Hex | 98 | 5B | CC | 19 | 37 | 0 | 14 | 110 | 35 | 3A |
| Octal | 230 | 133 | 314 | 31 | 67 | 0 | 24 | 420 | 65 | 72 |
| Binary | 10011000 | 1011011 | 11001100 | 11001 | 110111 | 0 | 10100 | 100010000 | 110101 | 111010 |
Color Harmonies of #985BCC
Complementary color
Monochromatic Colors of #985BCC
Black with #985BCC
Text Example
Text Example
White with #985BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BCC; }
p { color: rgb(152,91,204); }
H1.HeaderClassName
{
color: #985BCC;
}
.AnyTagClassName
{
color: #985BCC;
}
</style>
background-color css
<style>
a { background-color: #985BCC; }
a { background-color: rgb(152,91,204); }
div.DivClassName
{
background-color: #985BCC;
}
.BgClassName
{
background-color: #985BCC;
}
</style>
border-color css
<style>
span { border-color: #985BCC; }
span { border-color: rgb(152,91,204); }
td.TdClassName
{
border-color: #985BCC;
}
.TagClassName
{
border-color: #985BCC;
}
</style>