Shades of Amethyst #9864CF
Tints of Amethyst #9864CF
RGB
CMYK
RGB Variations
Color information
#9864CF (or 0x9864CF) is known color: Amethyst. HEX triplet: 98, 64 and CF. RGB value is (152,100,207). Sum of RGB (Red+Green+Blue) = 152+100+207=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9864CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864CF is #679B30. Grayscale: #7F7F7F. Windows color (decimal): -6789937 or 13591704. OLE color: 13591704.
HSL color Cylindrical-coordinate representation of color #9864CF: hue angle of 269.16º degrees, saturation: 0.53, 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 #9864CF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 100 | 207 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.19 |
| HSL | 269.16º | 0.53% | 0.6% | - |
| HSV(B) | 269.16º | 0.52% | 0.81% | - |
| XYZ | 28.77 | 20.29 | 61.43 | - |
| YUV | 127.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 207 | 0.27 | 0.52 | 0 | 0.19 | 269.16 | 0.53 | 0.6 |
| Hex | 98 | 64 | CF | 1B | 34 | 0 | 13 | 10D | 35 | 3C |
| Octal | 230 | 144 | 317 | 33 | 64 | 0 | 23 | 415 | 65 | 74 |
| Binary | 10011000 | 1100100 | 11001111 | 11011 | 110100 | 0 | 10011 | 100001101 | 110101 | 111100 |
Color Harmonies of #9864CF
Complementary color
Monochromatic Colors of #9864CF
Black with #9864CF
Text Example
Text Example
White with #9864CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864CF; }
p { color: rgb(152,100,207); }
H1.HeaderClassName
{
color: #9864CF;
}
.AnyTagClassName
{
color: #9864CF;
}
</style>
background-color css
<style>
a { background-color: #9864CF; }
a { background-color: rgb(152,100,207); }
div.DivClassName
{
background-color: #9864CF;
}
.BgClassName
{
background-color: #9864CF;
}
</style>
border-color css
<style>
span { border-color: #9864CF; }
span { border-color: rgb(152,100,207); }
td.TdClassName
{
border-color: #9864CF;
}
.TagClassName
{
border-color: #9864CF;
}
</style>