Shades of Amethyst #9060C1
Tints of Amethyst #9060C1
RGB
CMYK
RGB Variations
Color information
#9060C1 (or 0x9060C1) is known color: Amethyst. HEX triplet: 90, 60 and C1. RGB value is (144,96,193). Sum of RGB (Red+Green+Blue) = 144+96+193=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #9060C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060C1 is #6F9F3E. Grayscale: #797979. Windows color (decimal): -7315263 or 12673168. OLE color: 12673168.
HSL color Cylindrical-coordinate representation of color #9060C1: hue angle of 269.69º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9060C1 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 96 | 193 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.24 |
| HSL | 269.69º | 0.44% | 0.57% | - |
| HSV(B) | 269.69º | 0.5% | 0.76% | - |
| XYZ | 25.31 | 18.15 | 52.62 | - |
| YUV | 121.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 193 | 0.25 | 0.50 | 0 | 0.24 | 269.69 | 0.44 | 0.57 |
| Hex | 90 | 60 | C1 | 19 | 32 | 0 | 18 | 10E | 2C | 39 |
| Octal | 220 | 140 | 301 | 31 | 62 | 0 | 30 | 416 | 54 | 71 |
| Binary | 10010000 | 1100000 | 11000001 | 11001 | 110010 | 0 | 11000 | 100001110 | 101100 | 111001 |
Color Harmonies of #9060C1
Complementary color
Monochromatic Colors of #9060C1
Black with #9060C1
Text Example
Text Example
White with #9060C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060C1; }
p { color: rgb(144,96,193); }
H1.HeaderClassName
{
color: #9060C1;
}
.AnyTagClassName
{
color: #9060C1;
}
</style>
background-color css
<style>
a { background-color: #9060C1; }
a { background-color: rgb(144,96,193); }
div.DivClassName
{
background-color: #9060C1;
}
.BgClassName
{
background-color: #9060C1;
}
</style>
border-color css
<style>
span { border-color: #9060C1; }
span { border-color: rgb(144,96,193); }
td.TdClassName
{
border-color: #9060C1;
}
.TagClassName
{
border-color: #9060C1;
}
</style>