Shades of Amethyst #9760CA
Tints of Amethyst #9760CA
RGB
CMYK
RGB Variations
Color information
#9760CA (or 0x9760CA) is known color: Amethyst. HEX triplet: 97, 60 and CA. RGB value is (151,96,202). Sum of RGB (Red+Green+Blue) = 151+96+202=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9760CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760CA is #689F35. Grayscale: #7C7C7C. Windows color (decimal): -6856502 or 13262999. OLE color: 13262999.
HSL color Cylindrical-coordinate representation of color #9760CA: hue angle of 271.13º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9760CA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 96 | 202 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.21 |
| HSL | 271.13º | 0.5% | 0.58% | - |
| HSV(B) | 271.13º | 0.52% | 0.79% | - |
| XYZ | 27.61 | 19.21 | 58.13 | - |
| YUV | 124.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 202 | 0.25 | 0.52 | 0 | 0.21 | 271.13 | 0.5 | 0.58 |
| Hex | 97 | 60 | CA | 19 | 34 | 0 | 15 | 10F | 32 | 3A |
| Octal | 227 | 140 | 312 | 31 | 64 | 0 | 25 | 417 | 62 | 72 |
| Binary | 10010111 | 1100000 | 11001010 | 11001 | 110100 | 0 | 10101 | 100001111 | 110010 | 111010 |
Color Harmonies of #9760CA
Complementary color
Monochromatic Colors of #9760CA
Black with #9760CA
Text Example
Text Example
White with #9760CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9760CA; }
p { color: rgb(151,96,202); }
H1.HeaderClassName
{
color: #9760CA;
}
.AnyTagClassName
{
color: #9760CA;
}
</style>
background-color css
<style>
a { background-color: #9760CA; }
a { background-color: rgb(151,96,202); }
div.DivClassName
{
background-color: #9760CA;
}
.BgClassName
{
background-color: #9760CA;
}
</style>
border-color css
<style>
span { border-color: #9760CA; }
span { border-color: rgb(151,96,202); }
td.TdClassName
{
border-color: #9760CA;
}
.TagClassName
{
border-color: #9760CA;
}
</style>