Shades of Amethyst #9862CF
Tints of Amethyst #9862CF
RGB
CMYK
RGB Variations
Color information
#9862CF (or 0x9862CF) is known color: Amethyst. HEX triplet: 98, 62 and CF. RGB value is (152,98,207). Sum of RGB (Red+Green+Blue) = 152+98+207=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9862CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CF is #679D30. Grayscale: #7E7E7E. Windows color (decimal): -6790449 or 13591192. OLE color: 13591192.
HSL color Cylindrical-coordinate representation of color #9862CF: hue angle of 269.72º 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 #9862CF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 98 | 207 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 269.72º | 0.53% | 0.6% | - |
| HSV(B) | 269.72º | 0.53% | 0.81% | - |
| XYZ | 28.58 | 19.92 | 61.37 | - |
| YUV | 126.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 207 | 0.27 | 0.53 | 0 | 0.19 | 269.72 | 0.53 | 0.6 |
| Hex | 98 | 62 | CF | 1B | 35 | 0 | 13 | 10E | 35 | 3C |
| Octal | 230 | 142 | 317 | 33 | 65 | 0 | 23 | 416 | 65 | 74 |
| Binary | 10011000 | 1100010 | 11001111 | 11011 | 110101 | 0 | 10011 | 100001110 | 110101 | 111100 |
Color Harmonies of #9862CF
Complementary color
Monochromatic Colors of #9862CF
Black with #9862CF
Text Example
Text Example
White with #9862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862CF; }
p { color: rgb(152,98,207); }
H1.HeaderClassName
{
color: #9862CF;
}
.AnyTagClassName
{
color: #9862CF;
}
</style>
background-color css
<style>
a { background-color: #9862CF; }
a { background-color: rgb(152,98,207); }
div.DivClassName
{
background-color: #9862CF;
}
.BgClassName
{
background-color: #9862CF;
}
</style>
border-color css
<style>
span { border-color: #9862CF; }
span { border-color: rgb(152,98,207); }
td.TdClassName
{
border-color: #9862CF;
}
.TagClassName
{
border-color: #9862CF;
}
</style>