Shades of Amethyst #986ACD
Tints of Amethyst #986ACD
RGB
CMYK
RGB Variations
Color information
#986ACD (or 0x986ACD) is known color: Amethyst. HEX triplet: 98, 6A and CD. RGB value is (152,106,205). Sum of RGB (Red+Green+Blue) = 152+106+205=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #986ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ACD is #679532. Grayscale: #828282. Windows color (decimal): -6788403 or 13462168. OLE color: 13462168.
HSL color Cylindrical-coordinate representation of color #986ACD: hue angle of 267.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986ACD is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 106 | 205 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.20 |
| HSL | 267.88º | 0.5% | 0.61% | - |
| HSV(B) | 267.88º | 0.48% | 0.8% | - |
| XYZ | 29.12 | 21.39 | 60.35 | - |
| YUV | 131.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 205 | 0.26 | 0.48 | 0 | 0.20 | 267.88 | 0.5 | 0.61 |
| Hex | 98 | 6A | CD | 1A | 30 | 0 | 14 | 10C | 32 | 3D |
| Octal | 230 | 152 | 315 | 32 | 60 | 0 | 24 | 414 | 62 | 75 |
| Binary | 10011000 | 1101010 | 11001101 | 11010 | 110000 | 0 | 10100 | 100001100 | 110010 | 111101 |
Color Harmonies of #986ACD
Complementary color
Monochromatic Colors of #986ACD
Black with #986ACD
Text Example
Text Example
White with #986ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ACD; }
p { color: rgb(152,106,205); }
H1.HeaderClassName
{
color: #986ACD;
}
.AnyTagClassName
{
color: #986ACD;
}
</style>
background-color css
<style>
a { background-color: #986ACD; }
a { background-color: rgb(152,106,205); }
div.DivClassName
{
background-color: #986ACD;
}
.BgClassName
{
background-color: #986ACD;
}
</style>
border-color css
<style>
span { border-color: #986ACD; }
span { border-color: rgb(152,106,205); }
td.TdClassName
{
border-color: #986ACD;
}
.TagClassName
{
border-color: #986ACD;
}
</style>