Shades of Amethyst #986CCD
Tints of Amethyst #986CCD
RGB
CMYK
RGB Variations
Color information
#986CCD (or 0x986CCD) is known color: Amethyst. HEX triplet: 98, 6C and CD. RGB value is (152,108,205). Sum of RGB (Red+Green+Blue) = 152+108+205=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #986CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCD is #679332. Grayscale: #838383. Windows color (decimal): -6787891 or 13462680. OLE color: 13462680.
HSL color Cylindrical-coordinate representation of color #986CCD: hue angle of 267.22º degrees, saturation: 0.49, 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 #986CCD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 108 | 205 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.20 |
| HSL | 267.22º | 0.49% | 0.61% | - |
| HSV(B) | 267.22º | 0.47% | 0.8% | - |
| XYZ | 29.33 | 21.81 | 60.42 | - |
| YUV | 132.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 205 | 0.26 | 0.47 | 0 | 0.20 | 267.22 | 0.49 | 0.61 |
| Hex | 98 | 6C | CD | 1A | 2F | 0 | 14 | 10B | 31 | 3D |
| Octal | 230 | 154 | 315 | 32 | 57 | 0 | 24 | 413 | 61 | 75 |
| Binary | 10011000 | 1101100 | 11001101 | 11010 | 101111 | 0 | 10100 | 100001011 | 110001 | 111101 |
Color Harmonies of #986CCD
Complementary color
Monochromatic Colors of #986CCD
Black with #986CCD
Text Example
Text Example
White with #986CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CCD; }
p { color: rgb(152,108,205); }
H1.HeaderClassName
{
color: #986CCD;
}
.AnyTagClassName
{
color: #986CCD;
}
</style>
background-color css
<style>
a { background-color: #986CCD; }
a { background-color: rgb(152,108,205); }
div.DivClassName
{
background-color: #986CCD;
}
.BgClassName
{
background-color: #986CCD;
}
</style>
border-color css
<style>
span { border-color: #986CCD; }
span { border-color: rgb(152,108,205); }
td.TdClassName
{
border-color: #986CCD;
}
.TagClassName
{
border-color: #986CCD;
}
</style>