Shades of Amethyst #986ECD
Tints of Amethyst #986ECD
RGB
CMYK
RGB Variations
Color information
#986ECD (or 0x986ECD) is known color: Amethyst. HEX triplet: 98, 6E and CD. RGB value is (152,110,205). Sum of RGB (Red+Green+Blue) = 152+110+205=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #986ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ECD is #679132. Grayscale: #858585. Windows color (decimal): -6787379 or 13463192. OLE color: 13463192.
HSL color Cylindrical-coordinate representation of color #986ECD: hue angle of 266.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #986ECD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 110 | 205 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.20 |
| HSL | 266.53º | 0.49% | 0.62% | - |
| HSV(B) | 266.53º | 0.46% | 0.8% | - |
| XYZ | 29.54 | 22.24 | 60.49 | - |
| YUV | 133.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 205 | 0.26 | 0.46 | 0 | 0.20 | 266.53 | 0.49 | 0.62 |
| Hex | 98 | 6E | CD | 1A | 2E | 0 | 14 | 10B | 31 | 3E |
| Octal | 230 | 156 | 315 | 32 | 56 | 0 | 24 | 413 | 61 | 76 |
| Binary | 10011000 | 1101110 | 11001101 | 11010 | 101110 | 0 | 10100 | 100001011 | 110001 | 111110 |
Color Harmonies of #986ECD
Complementary color
Monochromatic Colors of #986ECD
Black with #986ECD
Text Example
Text Example
White with #986ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ECD; }
p { color: rgb(152,110,205); }
H1.HeaderClassName
{
color: #986ECD;
}
.AnyTagClassName
{
color: #986ECD;
}
</style>
background-color css
<style>
a { background-color: #986ECD; }
a { background-color: rgb(152,110,205); }
div.DivClassName
{
background-color: #986ECD;
}
.BgClassName
{
background-color: #986ECD;
}
</style>
border-color css
<style>
span { border-color: #986ECD; }
span { border-color: rgb(152,110,205); }
td.TdClassName
{
border-color: #986ECD;
}
.TagClassName
{
border-color: #986ECD;
}
</style>