Shades of Amethyst #9861CF
Tints of Amethyst #9861CF
RGB
CMYK
RGB Variations
Color information
#9861CF (or 0x9861CF) is known color: Amethyst. HEX triplet: 98, 61 and CF. RGB value is (152,97,207). Sum of RGB (Red+Green+Blue) = 152+97+207=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9861CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861CF is #679E30. Grayscale: #7D7D7D. Windows color (decimal): -6790705 or 13590936. OLE color: 13590936.
HSL color Cylindrical-coordinate representation of color #9861CF: hue angle of 270º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9861CF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 97 | 207 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 270º | 0.53% | 0.6% | - |
| HSV(B) | 270º | 0.53% | 0.81% | - |
| XYZ | 28.49 | 19.73 | 61.34 | - |
| YUV | 125.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 207 | 0.27 | 0.53 | 0 | 0.19 | 270 | 0.53 | 0.6 |
| Hex | 98 | 61 | CF | 1B | 35 | 0 | 13 | 10E | 35 | 3C |
| Octal | 230 | 141 | 317 | 33 | 65 | 0 | 23 | 416 | 65 | 74 |
| Binary | 10011000 | 1100001 | 11001111 | 11011 | 110101 | 0 | 10011 | 100001110 | 110101 | 111100 |
Color Harmonies of #9861CF
Complementary color
Monochromatic Colors of #9861CF
Black with #9861CF
Text Example
Text Example
White with #9861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861CF; }
p { color: rgb(152,97,207); }
H1.HeaderClassName
{
color: #9861CF;
}
.AnyTagClassName
{
color: #9861CF;
}
</style>
background-color css
<style>
a { background-color: #9861CF; }
a { background-color: rgb(152,97,207); }
div.DivClassName
{
background-color: #9861CF;
}
.BgClassName
{
background-color: #9861CF;
}
</style>
border-color css
<style>
span { border-color: #9861CF; }
span { border-color: rgb(152,97,207); }
td.TdClassName
{
border-color: #9861CF;
}
.TagClassName
{
border-color: #9861CF;
}
</style>