Shades of Amethyst #986ECF
Tints of Amethyst #986ECF
RGB
CMYK
RGB Variations
Color information
#986ECF (or 0x986ECF) is known color: Amethyst. HEX triplet: 98, 6E and CF. RGB value is (152,110,207). Sum of RGB (Red+Green+Blue) = 152+110+207=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #986ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ECF is #679130. Grayscale: #858585. Windows color (decimal): -6787377 or 13594264. OLE color: 13594264.
HSL color Cylindrical-coordinate representation of color #986ECF: hue angle of 265.98º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986ECF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 110 | 207 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.19 |
| HSL | 265.98º | 0.5% | 0.62% | - |
| HSV(B) | 265.98º | 0.47% | 0.81% | - |
| XYZ | 29.79 | 22.33 | 61.77 | - |
| YUV | 133.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 207 | 0.27 | 0.47 | 0 | 0.19 | 265.98 | 0.5 | 0.62 |
| Hex | 98 | 6E | CF | 1B | 2F | 0 | 13 | 10A | 32 | 3E |
| Octal | 230 | 156 | 317 | 33 | 57 | 0 | 23 | 412 | 62 | 76 |
| Binary | 10011000 | 1101110 | 11001111 | 11011 | 101111 | 0 | 10011 | 100001010 | 110010 | 111110 |
Color Harmonies of #986ECF
Complementary color
Monochromatic Colors of #986ECF
Black with #986ECF
Text Example
Text Example
White with #986ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ECF; }
p { color: rgb(152,110,207); }
H1.HeaderClassName
{
color: #986ECF;
}
.AnyTagClassName
{
color: #986ECF;
}
</style>
background-color css
<style>
a { background-color: #986ECF; }
a { background-color: rgb(152,110,207); }
div.DivClassName
{
background-color: #986ECF;
}
.BgClassName
{
background-color: #986ECF;
}
</style>
border-color css
<style>
span { border-color: #986ECF; }
span { border-color: rgb(152,110,207); }
td.TdClassName
{
border-color: #986ECF;
}
.TagClassName
{
border-color: #986ECF;
}
</style>