Shades of Amethyst #9F60CA
Tints of Amethyst #9F60CA
RGB
CMYK
RGB Variations
Color information
#9F60CA (or 0x9F60CA) is known color: Amethyst. HEX triplet: 9F, 60 and CA. RGB value is (159,96,202). Sum of RGB (Red+Green+Blue) = 159+96+202=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60CA is #609F35. Grayscale: #7E7E7E. Windows color (decimal): -6332214 or 13263007. OLE color: 13263007.
HSL color Cylindrical-coordinate representation of color #9F60CA: hue angle of 275.66º 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 #9F60CA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 96 | 202 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.21 |
| HSL | 275.66º | 0.5% | 0.58% | - |
| HSV(B) | 275.66º | 0.52% | 0.79% | - |
| XYZ | 29.14 | 20 | 58.2 | - |
| YUV | 126.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 202 | 0.21 | 0.52 | 0 | 0.21 | 275.66 | 0.5 | 0.58 |
| Hex | 9F | 60 | CA | 15 | 34 | 0 | 15 | 114 | 32 | 3A |
| Octal | 237 | 140 | 312 | 25 | 64 | 0 | 25 | 424 | 62 | 72 |
| Binary | 10011111 | 1100000 | 11001010 | 10101 | 110100 | 0 | 10101 | 100010100 | 110010 | 111010 |
Color Harmonies of #9F60CA
Complementary color
Monochromatic Colors of #9F60CA
Black with #9F60CA
Text Example
Text Example
White with #9F60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60CA; }
p { color: rgb(159,96,202); }
H1.HeaderClassName
{
color: #9F60CA;
}
.AnyTagClassName
{
color: #9F60CA;
}
</style>
background-color css
<style>
a { background-color: #9F60CA; }
a { background-color: rgb(159,96,202); }
div.DivClassName
{
background-color: #9F60CA;
}
.BgClassName
{
background-color: #9F60CA;
}
</style>
border-color css
<style>
span { border-color: #9F60CA; }
span { border-color: rgb(159,96,202); }
td.TdClassName
{
border-color: #9F60CA;
}
.TagClassName
{
border-color: #9F60CA;
}
</style>