Shades of Amethyst #9861CE
Tints of Amethyst #9861CE
RGB
CMYK
RGB Variations
Color information
#9861CE (or 0x9861CE) is known color: Amethyst. HEX triplet: 98, 61 and CE. RGB value is (152,97,206). Sum of RGB (Red+Green+Blue) = 152+97+206=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9861CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861CE is #679E31. Grayscale: #7D7D7D. Windows color (decimal): -6790706 or 13525400. OLE color: 13525400.
HSL color Cylindrical-coordinate representation of color #9861CE: hue angle of 270.28º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9861CE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 97 | 206 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.19 |
| HSL | 270.28º | 0.53% | 0.59% | - |
| HSV(B) | 270.28º | 0.53% | 0.81% | - |
| XYZ | 28.36 | 19.68 | 60.7 | - |
| YUV | 125.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 206 | 0.26 | 0.53 | 0 | 0.19 | 270.28 | 0.53 | 0.59 |
| Hex | 98 | 61 | CE | 1A | 35 | 0 | 13 | 10E | 35 | 3B |
| Octal | 230 | 141 | 316 | 32 | 65 | 0 | 23 | 416 | 65 | 73 |
| Binary | 10011000 | 1100001 | 11001110 | 11010 | 110101 | 0 | 10011 | 100001110 | 110101 | 111011 |
Color Harmonies of #9861CE
Complementary color
Monochromatic Colors of #9861CE
Black with #9861CE
Text Example
Text Example
White with #9861CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861CE; }
p { color: rgb(152,97,206); }
H1.HeaderClassName
{
color: #9861CE;
}
.AnyTagClassName
{
color: #9861CE;
}
</style>
background-color css
<style>
a { background-color: #9861CE; }
a { background-color: rgb(152,97,206); }
div.DivClassName
{
background-color: #9861CE;
}
.BgClassName
{
background-color: #9861CE;
}
</style>
border-color css
<style>
span { border-color: #9861CE; }
span { border-color: rgb(152,97,206); }
td.TdClassName
{
border-color: #9861CE;
}
.TagClassName
{
border-color: #9861CE;
}
</style>