Shades of Amethyst #9060CE
Tints of Amethyst #9060CE
RGB
CMYK
RGB Variations
Color information
#9060CE (or 0x9060CE) is known color: Amethyst. HEX triplet: 90, 60 and CE. RGB value is (144,96,206). Sum of RGB (Red+Green+Blue) = 144+96+206=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #9060CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060CE is #6F9F31. Grayscale: #7A7A7A. Windows color (decimal): -7315250 or 13525136. OLE color: 13525136.
HSL color Cylindrical-coordinate representation of color #9060CE: hue angle of 266.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9060CE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 96 | 206 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.19 |
| HSL | 266.18º | 0.53% | 0.59% | - |
| HSV(B) | 266.18º | 0.53% | 0.81% | - |
| XYZ | 26.83 | 18.75 | 60.6 | - |
| YUV | 122.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 206 | 0.30 | 0.53 | 0 | 0.19 | 266.18 | 0.53 | 0.59 |
| Hex | 90 | 60 | CE | 1E | 35 | 0 | 13 | 10A | 35 | 3B |
| Octal | 220 | 140 | 316 | 36 | 65 | 0 | 23 | 412 | 65 | 73 |
| Binary | 10010000 | 1100000 | 11001110 | 11110 | 110101 | 0 | 10011 | 100001010 | 110101 | 111011 |
Color Harmonies of #9060CE
Complementary color
Monochromatic Colors of #9060CE
Black with #9060CE
Text Example
Text Example
White with #9060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060CE; }
p { color: rgb(144,96,206); }
H1.HeaderClassName
{
color: #9060CE;
}
.AnyTagClassName
{
color: #9060CE;
}
</style>
background-color css
<style>
a { background-color: #9060CE; }
a { background-color: rgb(144,96,206); }
div.DivClassName
{
background-color: #9060CE;
}
.BgClassName
{
background-color: #9060CE;
}
</style>
border-color css
<style>
span { border-color: #9060CE; }
span { border-color: rgb(144,96,206); }
td.TdClassName
{
border-color: #9060CE;
}
.TagClassName
{
border-color: #9060CE;
}
</style>