Shades of Amethyst #986ACE
Tints of Amethyst #986ACE
RGB
CMYK
RGB Variations
Color information
#986ACE (or 0x986ACE) is known color: Amethyst. HEX triplet: 98, 6A and CE. RGB value is (152,106,206). Sum of RGB (Red+Green+Blue) = 152+106+206=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #986ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACE is #679531. Grayscale: #828282. Windows color (decimal): -6788402 or 13527704. OLE color: 13527704.
HSL color Cylindrical-coordinate representation of color #986ACE: hue angle of 267.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986ACE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 106 | 206 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.19 |
| HSL | 267.6º | 0.51% | 0.61% | - |
| HSV(B) | 267.6º | 0.49% | 0.81% | - |
| XYZ | 29.24 | 21.44 | 60.99 | - |
| YUV | 131.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 206 | 0.26 | 0.49 | 0 | 0.19 | 267.6 | 0.51 | 0.61 |
| Hex | 98 | 6A | CE | 1A | 31 | 0 | 13 | 10C | 33 | 3D |
| Octal | 230 | 152 | 316 | 32 | 61 | 0 | 23 | 414 | 63 | 75 |
| Binary | 10011000 | 1101010 | 11001110 | 11010 | 110001 | 0 | 10011 | 100001100 | 110011 | 111101 |
Color Harmonies of #986ACE
Complementary color
Monochromatic Colors of #986ACE
Black with #986ACE
Text Example
Text Example
White with #986ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ACE; }
p { color: rgb(152,106,206); }
H1.HeaderClassName
{
color: #986ACE;
}
.AnyTagClassName
{
color: #986ACE;
}
</style>
background-color css
<style>
a { background-color: #986ACE; }
a { background-color: rgb(152,106,206); }
div.DivClassName
{
background-color: #986ACE;
}
.BgClassName
{
background-color: #986ACE;
}
</style>
border-color css
<style>
span { border-color: #986ACE; }
span { border-color: rgb(152,106,206); }
td.TdClassName
{
border-color: #986ACE;
}
.TagClassName
{
border-color: #986ACE;
}
</style>