Shades of Amethyst #986ECE
Tints of Amethyst #986ECE
RGB
CMYK
RGB Variations
Color information
#986ECE (or 0x986ECE) is known color: Amethyst. HEX triplet: 98, 6E and CE. RGB value is (152,110,206). Sum of RGB (Red+Green+Blue) = 152+110+206=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #986ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ECE is #679131. Grayscale: #858585. Windows color (decimal): -6787378 or 13528728. OLE color: 13528728.
HSL color Cylindrical-coordinate representation of color #986ECE: hue angle of 266.25º degrees, saturation: 0.49, 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 #986ECE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 110 | 206 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.19 |
| HSL | 266.25º | 0.49% | 0.62% | - |
| HSV(B) | 266.25º | 0.47% | 0.81% | - |
| XYZ | 29.67 | 22.28 | 61.13 | - |
| YUV | 133.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 206 | 0.26 | 0.47 | 0 | 0.19 | 266.25 | 0.49 | 0.62 |
| Hex | 98 | 6E | CE | 1A | 2F | 0 | 13 | 10A | 31 | 3E |
| Octal | 230 | 156 | 316 | 32 | 57 | 0 | 23 | 412 | 61 | 76 |
| Binary | 10011000 | 1101110 | 11001110 | 11010 | 101111 | 0 | 10011 | 100001010 | 110001 | 111110 |
Color Harmonies of #986ECE
Complementary color
Monochromatic Colors of #986ECE
Black with #986ECE
Text Example
Text Example
White with #986ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ECE; }
p { color: rgb(152,110,206); }
H1.HeaderClassName
{
color: #986ECE;
}
.AnyTagClassName
{
color: #986ECE;
}
</style>
background-color css
<style>
a { background-color: #986ECE; }
a { background-color: rgb(152,110,206); }
div.DivClassName
{
background-color: #986ECE;
}
.BgClassName
{
background-color: #986ECE;
}
</style>
border-color css
<style>
span { border-color: #986ECE; }
span { border-color: rgb(152,110,206); }
td.TdClassName
{
border-color: #986ECE;
}
.TagClassName
{
border-color: #986ECE;
}
</style>