Shades of Amethyst #985ECB
Tints of Amethyst #985ECB
RGB
CMYK
RGB Variations
Color information
#985ECB (or 0x985ECB) is known color: Amethyst. HEX triplet: 98, 5E and CB. RGB value is (152,94,203). Sum of RGB (Red+Green+Blue) = 152+94+203=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #985ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECB is #67A134. Grayscale: #7B7B7B. Windows color (decimal): -6791477 or 13328024. OLE color: 13328024.
HSL color Cylindrical-coordinate representation of color #985ECB: hue angle of 271.93º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985ECB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 94 | 203 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.20 |
| HSL | 271.93º | 0.51% | 0.58% | - |
| HSV(B) | 271.93º | 0.54% | 0.8% | - |
| XYZ | 27.73 | 18.99 | 58.7 | - |
| YUV | 123.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 203 | 0.25 | 0.54 | 0 | 0.20 | 271.93 | 0.51 | 0.58 |
| Hex | 98 | 5E | CB | 19 | 36 | 0 | 14 | 110 | 33 | 3A |
| Octal | 230 | 136 | 313 | 31 | 66 | 0 | 24 | 420 | 63 | 72 |
| Binary | 10011000 | 1011110 | 11001011 | 11001 | 110110 | 0 | 10100 | 100010000 | 110011 | 111010 |
Color Harmonies of #985ECB
Complementary color
Monochromatic Colors of #985ECB
Black with #985ECB
Text Example
Text Example
White with #985ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ECB; }
p { color: rgb(152,94,203); }
H1.HeaderClassName
{
color: #985ECB;
}
.AnyTagClassName
{
color: #985ECB;
}
</style>
background-color css
<style>
a { background-color: #985ECB; }
a { background-color: rgb(152,94,203); }
div.DivClassName
{
background-color: #985ECB;
}
.BgClassName
{
background-color: #985ECB;
}
</style>
border-color css
<style>
span { border-color: #985ECB; }
span { border-color: rgb(152,94,203); }
td.TdClassName
{
border-color: #985ECB;
}
.TagClassName
{
border-color: #985ECB;
}
</style>