Shades of Amethyst #986FCF
Tints of Amethyst #986FCF
RGB
CMYK
RGB Variations
Color information
#986FCF (or 0x986FCF) is known color: Amethyst. HEX triplet: 98, 6F and CF. RGB value is (152,111,207). Sum of RGB (Red+Green+Blue) = 152+111+207=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #986FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FCF is #679030. Grayscale: #858585. Windows color (decimal): -6787121 or 13594520. OLE color: 13594520.
HSL color Cylindrical-coordinate representation of color #986FCF: hue angle of 265.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #986FCF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 111 | 207 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.19 |
| HSL | 265.63º | 0.5% | 0.62% | - |
| HSV(B) | 265.63º | 0.46% | 0.81% | - |
| XYZ | 29.9 | 22.55 | 61.81 | - |
| YUV | 134.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 207 | 0.27 | 0.46 | 0 | 0.19 | 265.63 | 0.5 | 0.62 |
| Hex | 98 | 6F | CF | 1B | 2E | 0 | 13 | 10A | 32 | 3E |
| Octal | 230 | 157 | 317 | 33 | 56 | 0 | 23 | 412 | 62 | 76 |
| Binary | 10011000 | 1101111 | 11001111 | 11011 | 101110 | 0 | 10011 | 100001010 | 110010 | 111110 |
Color Harmonies of #986FCF
Complementary color
Monochromatic Colors of #986FCF
Black with #986FCF
Text Example
Text Example
White with #986FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FCF; }
p { color: rgb(152,111,207); }
H1.HeaderClassName
{
color: #986FCF;
}
.AnyTagClassName
{
color: #986FCF;
}
</style>
background-color css
<style>
a { background-color: #986FCF; }
a { background-color: rgb(152,111,207); }
div.DivClassName
{
background-color: #986FCF;
}
.BgClassName
{
background-color: #986FCF;
}
</style>
border-color css
<style>
span { border-color: #986FCF; }
span { border-color: rgb(152,111,207); }
td.TdClassName
{
border-color: #986FCF;
}
.TagClassName
{
border-color: #986FCF;
}
</style>