Shades of Amethyst #985ECF
Tints of Amethyst #985ECF
RGB
CMYK
RGB Variations
Color information
#985ECF (or 0x985ECF) is known color: Amethyst. HEX triplet: 98, 5E and CF. RGB value is (152,94,207). Sum of RGB (Red+Green+Blue) = 152+94+207=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #985ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ECF is #67A130. Grayscale: #7B7B7B. Windows color (decimal): -6791473 or 13590168. OLE color: 13590168.
HSL color Cylindrical-coordinate representation of color #985ECF: hue angle of 270.8º 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 #985ECF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 94 | 207 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.19 |
| HSL | 270.8º | 0.54% | 0.59% | - |
| HSV(B) | 270.8º | 0.55% | 0.81% | - |
| XYZ | 28.21 | 19.19 | 61.25 | - |
| YUV | 124.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 207 | 0.27 | 0.55 | 0 | 0.19 | 270.8 | 0.54 | 0.59 |
| Hex | 98 | 5E | CF | 1B | 37 | 0 | 13 | 10F | 36 | 3B |
| Octal | 230 | 136 | 317 | 33 | 67 | 0 | 23 | 417 | 66 | 73 |
| Binary | 10011000 | 1011110 | 11001111 | 11011 | 110111 | 0 | 10011 | 100001111 | 110110 | 111011 |
Color Harmonies of #985ECF
Complementary color
Monochromatic Colors of #985ECF
Black with #985ECF
Text Example
Text Example
White with #985ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ECF; }
p { color: rgb(152,94,207); }
H1.HeaderClassName
{
color: #985ECF;
}
.AnyTagClassName
{
color: #985ECF;
}
</style>
background-color css
<style>
a { background-color: #985ECF; }
a { background-color: rgb(152,94,207); }
div.DivClassName
{
background-color: #985ECF;
}
.BgClassName
{
background-color: #985ECF;
}
</style>
border-color css
<style>
span { border-color: #985ECF; }
span { border-color: rgb(152,94,207); }
td.TdClassName
{
border-color: #985ECF;
}
.TagClassName
{
border-color: #985ECF;
}
</style>