Shades of Amethyst #986CCF
Tints of Amethyst #986CCF
RGB
CMYK
RGB Variations
Color information
#986CCF (or 0x986CCF) is known color: Amethyst. HEX triplet: 98, 6C and CF. RGB value is (152,108,207). Sum of RGB (Red+Green+Blue) = 152+108+207=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #986CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CCF is #679330. Grayscale: #848484. Windows color (decimal): -6787889 or 13593752. OLE color: 13593752.
HSL color Cylindrical-coordinate representation of color #986CCF: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986CCF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 108 | 207 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.19 |
| HSL | 266.67º | 0.51% | 0.62% | - |
| HSV(B) | 266.67º | 0.48% | 0.81% | - |
| XYZ | 29.57 | 21.91 | 61.7 | - |
| YUV | 132.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 207 | 0.27 | 0.48 | 0 | 0.19 | 266.67 | 0.51 | 0.62 |
| Hex | 98 | 6C | CF | 1B | 30 | 0 | 13 | 10B | 33 | 3E |
| Octal | 230 | 154 | 317 | 33 | 60 | 0 | 23 | 413 | 63 | 76 |
| Binary | 10011000 | 1101100 | 11001111 | 11011 | 110000 | 0 | 10011 | 100001011 | 110011 | 111110 |
Color Harmonies of #986CCF
Complementary color
Monochromatic Colors of #986CCF
Black with #986CCF
Text Example
Text Example
White with #986CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CCF; }
p { color: rgb(152,108,207); }
H1.HeaderClassName
{
color: #986CCF;
}
.AnyTagClassName
{
color: #986CCF;
}
</style>
background-color css
<style>
a { background-color: #986CCF; }
a { background-color: rgb(152,108,207); }
div.DivClassName
{
background-color: #986CCF;
}
.BgClassName
{
background-color: #986CCF;
}
</style>
border-color css
<style>
span { border-color: #986CCF; }
span { border-color: rgb(152,108,207); }
td.TdClassName
{
border-color: #986CCF;
}
.TagClassName
{
border-color: #986CCF;
}
</style>