Shades of Amethyst #986CCC
Tints of Amethyst #986CCC
RGB
CMYK
RGB Variations
Color information
#986CCC (or 0x986CCC) is known color: Amethyst. HEX triplet: 98, 6C and CC. RGB value is (152,108,204). Sum of RGB (Red+Green+Blue) = 152+108+204=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #986CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCC is #679333. Grayscale: #838383. Windows color (decimal): -6787892 or 13397144. OLE color: 13397144.
HSL color Cylindrical-coordinate representation of color #986CCC: hue angle of 267.5º 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 #986CCC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 108 | 204 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.2 |
| HSL | 267.5º | 0.48% | 0.61% | - |
| HSV(B) | 267.5º | 0.47% | 0.8% | - |
| XYZ | 29.21 | 21.76 | 59.79 | - |
| YUV | 132.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 204 | 0.25 | 0.47 | 0 | 0.2 | 267.5 | 0.48 | 0.61 |
| Hex | 98 | 6C | CC | 19 | 2F | 0 | 14 | 10C | 30 | 3D |
| Octal | 230 | 154 | 314 | 31 | 57 | 0 | 24 | 414 | 60 | 75 |
| Binary | 10011000 | 1101100 | 11001100 | 11001 | 101111 | 0 | 10100 | 100001100 | 110000 | 111101 |
Color Harmonies of #986CCC
Complementary color
Monochromatic Colors of #986CCC
Black with #986CCC
Text Example
Text Example
White with #986CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CCC; }
p { color: rgb(152,108,204); }
H1.HeaderClassName
{
color: #986CCC;
}
.AnyTagClassName
{
color: #986CCC;
}
</style>
background-color css
<style>
a { background-color: #986CCC; }
a { background-color: rgb(152,108,204); }
div.DivClassName
{
background-color: #986CCC;
}
.BgClassName
{
background-color: #986CCC;
}
</style>
border-color css
<style>
span { border-color: #986CCC; }
span { border-color: rgb(152,108,204); }
td.TdClassName
{
border-color: #986CCC;
}
.TagClassName
{
border-color: #986CCC;
}
</style>