Shades of Amethyst #9060CC
Tints of Amethyst #9060CC
RGB
CMYK
RGB Variations
Color information
#9060CC (or 0x9060CC) is known color: Amethyst. HEX triplet: 90, 60 and CC. RGB value is (144,96,204). Sum of RGB (Red+Green+Blue) = 144+96+204=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #9060CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060CC is #6F9F33. Grayscale: #7A7A7A. Windows color (decimal): -7315252 or 13394064. OLE color: 13394064.
HSL color Cylindrical-coordinate representation of color #9060CC: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9060CC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 96 | 204 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.2 |
| HSL | 266.67º | 0.51% | 0.59% | - |
| HSV(B) | 266.67º | 0.53% | 0.8% | - |
| XYZ | 26.58 | 18.65 | 59.33 | - |
| YUV | 122.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 204 | 0.29 | 0.53 | 0 | 0.2 | 266.67 | 0.51 | 0.59 |
| Hex | 90 | 60 | CC | 1D | 35 | 0 | 14 | 10B | 33 | 3B |
| Octal | 220 | 140 | 314 | 35 | 65 | 0 | 24 | 413 | 63 | 73 |
| Binary | 10010000 | 1100000 | 11001100 | 11101 | 110101 | 0 | 10100 | 100001011 | 110011 | 111011 |
Color Harmonies of #9060CC
Complementary color
Monochromatic Colors of #9060CC
Black with #9060CC
Text Example
Text Example
White with #9060CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060CC; }
p { color: rgb(144,96,204); }
H1.HeaderClassName
{
color: #9060CC;
}
.AnyTagClassName
{
color: #9060CC;
}
</style>
background-color css
<style>
a { background-color: #9060CC; }
a { background-color: rgb(144,96,204); }
div.DivClassName
{
background-color: #9060CC;
}
.BgClassName
{
background-color: #9060CC;
}
</style>
border-color css
<style>
span { border-color: #9060CC; }
span { border-color: rgb(144,96,204); }
td.TdClassName
{
border-color: #9060CC;
}
.TagClassName
{
border-color: #9060CC;
}
</style>