Shades of Amethyst #9061C0
Tints of Amethyst #9061C0
RGB
CMYK
RGB Variations
Color information
#9061C0 (or 0x9061C0) is known color: Amethyst. HEX triplet: 90, 61 and C0. RGB value is (144,97,192). Sum of RGB (Red+Green+Blue) = 144+97+192=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #9061C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061C0 is #6F9E3F. Grayscale: #797979. Windows color (decimal): -7315008 or 12607888. OLE color: 12607888.
HSL color Cylindrical-coordinate representation of color #9061C0: hue angle of 269.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9061C0 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 97 | 192 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.25 |
| HSL | 269.68º | 0.43% | 0.57% | - |
| HSV(B) | 269.68º | 0.49% | 0.75% | - |
| XYZ | 25.29 | 18.28 | 52.07 | - |
| YUV | 121.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 192 | 0.25 | 0.49 | 0 | 0.25 | 269.68 | 0.43 | 0.57 |
| Hex | 90 | 61 | C0 | 19 | 31 | 0 | 19 | 10E | 2B | 39 |
| Octal | 220 | 141 | 300 | 31 | 61 | 0 | 31 | 416 | 53 | 71 |
| Binary | 10010000 | 1100001 | 11000000 | 11001 | 110001 | 0 | 11001 | 100001110 | 101011 | 111001 |
Color Harmonies of #9061C0
Complementary color
Monochromatic Colors of #9061C0
Black with #9061C0
Text Example
Text Example
White with #9061C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9061C0; }
p { color: rgb(144,97,192); }
H1.HeaderClassName
{
color: #9061C0;
}
.AnyTagClassName
{
color: #9061C0;
}
</style>
background-color css
<style>
a { background-color: #9061C0; }
a { background-color: rgb(144,97,192); }
div.DivClassName
{
background-color: #9061C0;
}
.BgClassName
{
background-color: #9061C0;
}
</style>
border-color css
<style>
span { border-color: #9061C0; }
span { border-color: rgb(144,97,192); }
td.TdClassName
{
border-color: #9061C0;
}
.TagClassName
{
border-color: #9061C0;
}
</style>