Shades of Amethyst #986DCC
Tints of Amethyst #986DCC
RGB
CMYK
RGB Variations
Color information
#986DCC (or 0x986DCC) is known color: Amethyst. HEX triplet: 98, 6D and CC. RGB value is (152,109,204). Sum of RGB (Red+Green+Blue) = 152+109+204=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #986DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCC is #679233. Grayscale: #848484. Windows color (decimal): -6787636 or 13397400. OLE color: 13397400.
HSL color Cylindrical-coordinate representation of color #986DCC: hue angle of 267.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986DCC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 109 | 204 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.2 |
| HSL | 267.16º | 0.48% | 0.61% | - |
| HSV(B) | 267.16º | 0.47% | 0.8% | - |
| XYZ | 29.32 | 21.97 | 59.82 | - |
| YUV | 132.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 204 | 0.25 | 0.47 | 0 | 0.2 | 267.16 | 0.48 | 0.61 |
| Hex | 98 | 6D | CC | 19 | 2F | 0 | 14 | 10B | 30 | 3D |
| Octal | 230 | 155 | 314 | 31 | 57 | 0 | 24 | 413 | 60 | 75 |
| Binary | 10011000 | 1101101 | 11001100 | 11001 | 101111 | 0 | 10100 | 100001011 | 110000 | 111101 |
Color Harmonies of #986DCC
Complementary color
Monochromatic Colors of #986DCC
Black with #986DCC
Text Example
Text Example
White with #986DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DCC; }
p { color: rgb(152,109,204); }
H1.HeaderClassName
{
color: #986DCC;
}
.AnyTagClassName
{
color: #986DCC;
}
</style>
background-color css
<style>
a { background-color: #986DCC; }
a { background-color: rgb(152,109,204); }
div.DivClassName
{
background-color: #986DCC;
}
.BgClassName
{
background-color: #986DCC;
}
</style>
border-color css
<style>
span { border-color: #986DCC; }
span { border-color: rgb(152,109,204); }
td.TdClassName
{
border-color: #986DCC;
}
.TagClassName
{
border-color: #986DCC;
}
</style>