Shades of Amethyst #9867CE
Tints of Amethyst #9867CE
RGB
CMYK
RGB Variations
Color information
#9867CE (or 0x9867CE) is known color: Amethyst. HEX triplet: 98, 67 and CE. RGB value is (152,103,206). Sum of RGB (Red+Green+Blue) = 152+103+206=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9867CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867CE is #679831. Grayscale: #818181. Windows color (decimal): -6789170 or 13526936. OLE color: 13526936.
HSL color Cylindrical-coordinate representation of color #9867CE: hue angle of 268.54º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9867CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 103 | 206 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.19 |
| HSL | 268.54º | 0.51% | 0.61% | - |
| HSV(B) | 268.54º | 0.5% | 0.81% | - |
| XYZ | 28.94 | 20.83 | 60.89 | - |
| YUV | 129.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 206 | 0.26 | 0.50 | 0 | 0.19 | 268.54 | 0.51 | 0.61 |
| Hex | 98 | 67 | CE | 1A | 32 | 0 | 13 | 10D | 33 | 3D |
| Octal | 230 | 147 | 316 | 32 | 62 | 0 | 23 | 415 | 63 | 75 |
| Binary | 10011000 | 1100111 | 11001110 | 11010 | 110010 | 0 | 10011 | 100001101 | 110011 | 111101 |
Color Harmonies of #9867CE
Complementary color
Monochromatic Colors of #9867CE
Black with #9867CE
Text Example
Text Example
White with #9867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867CE; }
p { color: rgb(152,103,206); }
H1.HeaderClassName
{
color: #9867CE;
}
.AnyTagClassName
{
color: #9867CE;
}
</style>
background-color css
<style>
a { background-color: #9867CE; }
a { background-color: rgb(152,103,206); }
div.DivClassName
{
background-color: #9867CE;
}
.BgClassName
{
background-color: #9867CE;
}
</style>
border-color css
<style>
span { border-color: #9867CE; }
span { border-color: rgb(152,103,206); }
td.TdClassName
{
border-color: #9867CE;
}
.TagClassName
{
border-color: #9867CE;
}
</style>