Shades of Amethyst #9862CE
Tints of Amethyst #9862CE
RGB
CMYK
RGB Variations
Color information
#9862CE (or 0x9862CE) is known color: Amethyst. HEX triplet: 98, 62 and CE. RGB value is (152,98,206). Sum of RGB (Red+Green+Blue) = 152+98+206=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9862CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CE is #679D31. Grayscale: #7E7E7E. Windows color (decimal): -6790450 or 13525656. OLE color: 13525656.
HSL color Cylindrical-coordinate representation of color #9862CE: hue angle of 270º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9862CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 98 | 206 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.19 |
| HSL | 270º | 0.52% | 0.6% | - |
| HSV(B) | 270º | 0.52% | 0.81% | - |
| XYZ | 28.46 | 19.87 | 60.73 | - |
| YUV | 126.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 206 | 0.26 | 0.52 | 0 | 0.19 | 270 | 0.52 | 0.6 |
| Hex | 98 | 62 | CE | 1A | 34 | 0 | 13 | 10E | 34 | 3C |
| Octal | 230 | 142 | 316 | 32 | 64 | 0 | 23 | 416 | 64 | 74 |
| Binary | 10011000 | 1100010 | 11001110 | 11010 | 110100 | 0 | 10011 | 100001110 | 110100 | 111100 |
Color Harmonies of #9862CE
Complementary color
Monochromatic Colors of #9862CE
Black with #9862CE
Text Example
Text Example
White with #9862CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862CE; }
p { color: rgb(152,98,206); }
H1.HeaderClassName
{
color: #9862CE;
}
.AnyTagClassName
{
color: #9862CE;
}
</style>
background-color css
<style>
a { background-color: #9862CE; }
a { background-color: rgb(152,98,206); }
div.DivClassName
{
background-color: #9862CE;
}
.BgClassName
{
background-color: #9862CE;
}
</style>
border-color css
<style>
span { border-color: #9862CE; }
span { border-color: rgb(152,98,206); }
td.TdClassName
{
border-color: #9862CE;
}
.TagClassName
{
border-color: #9862CE;
}
</style>