Shades of Amethyst #986DCF
Tints of Amethyst #986DCF
RGB
CMYK
RGB Variations
Color information
#986DCF (or 0x986DCF) is known color: Amethyst. HEX triplet: 98, 6D and CF. RGB value is (152,109,207). Sum of RGB (Red+Green+Blue) = 152+109+207=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #986DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DCF is #679230. Grayscale: #848484. Windows color (decimal): -6787633 or 13594008. OLE color: 13594008.
HSL color Cylindrical-coordinate representation of color #986DCF: hue angle of 266.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986DCF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 109 | 207 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.19 |
| HSL | 266.33º | 0.51% | 0.62% | - |
| HSV(B) | 266.33º | 0.47% | 0.81% | - |
| XYZ | 29.68 | 22.12 | 61.74 | - |
| YUV | 133.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 207 | 0.27 | 0.47 | 0 | 0.19 | 266.33 | 0.51 | 0.62 |
| Hex | 98 | 6D | CF | 1B | 2F | 0 | 13 | 10A | 33 | 3E |
| Octal | 230 | 155 | 317 | 33 | 57 | 0 | 23 | 412 | 63 | 76 |
| Binary | 10011000 | 1101101 | 11001111 | 11011 | 101111 | 0 | 10011 | 100001010 | 110011 | 111110 |
Color Harmonies of #986DCF
Complementary color
Monochromatic Colors of #986DCF
Black with #986DCF
Text Example
Text Example
White with #986DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DCF; }
p { color: rgb(152,109,207); }
H1.HeaderClassName
{
color: #986DCF;
}
.AnyTagClassName
{
color: #986DCF;
}
</style>
background-color css
<style>
a { background-color: #986DCF; }
a { background-color: rgb(152,109,207); }
div.DivClassName
{
background-color: #986DCF;
}
.BgClassName
{
background-color: #986DCF;
}
</style>
border-color css
<style>
span { border-color: #986DCF; }
span { border-color: rgb(152,109,207); }
td.TdClassName
{
border-color: #986DCF;
}
.TagClassName
{
border-color: #986DCF;
}
</style>