Shades of Amethyst #9160C2
Tints of Amethyst #9160C2
RGB
CMYK
RGB Variations
Color information
#9160C2 (or 0x9160C2) is known color: Amethyst. HEX triplet: 91, 60 and C2. RGB value is (145,96,194). Sum of RGB (Red+Green+Blue) = 145+96+194=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #9160C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160C2 is #6E9F3D. Grayscale: #797979. Windows color (decimal): -7249726 or 12738705. OLE color: 12738705.
HSL color Cylindrical-coordinate representation of color #9160C2: hue angle of 270º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9160C2 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 96 | 194 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.24 |
| HSL | 270º | 0.45% | 0.57% | - |
| HSV(B) | 270º | 0.51% | 0.76% | - |
| XYZ | 25.6 | 18.28 | 53.22 | - |
| YUV | 121.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 194 | 0.25 | 0.51 | 0 | 0.24 | 270 | 0.45 | 0.57 |
| Hex | 91 | 60 | C2 | 19 | 33 | 0 | 18 | 10E | 2D | 39 |
| Octal | 221 | 140 | 302 | 31 | 63 | 0 | 30 | 416 | 55 | 71 |
| Binary | 10010001 | 1100000 | 11000010 | 11001 | 110011 | 0 | 11000 | 100001110 | 101101 | 111001 |
Color Harmonies of #9160C2
Complementary color
Monochromatic Colors of #9160C2
Black with #9160C2
Text Example
Text Example
White with #9160C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160C2; }
p { color: rgb(145,96,194); }
H1.HeaderClassName
{
color: #9160C2;
}
.AnyTagClassName
{
color: #9160C2;
}
</style>
background-color css
<style>
a { background-color: #9160C2; }
a { background-color: rgb(145,96,194); }
div.DivClassName
{
background-color: #9160C2;
}
.BgClassName
{
background-color: #9160C2;
}
</style>
border-color css
<style>
span { border-color: #9160C2; }
span { border-color: rgb(145,96,194); }
td.TdClassName
{
border-color: #9160C2;
}
.TagClassName
{
border-color: #9160C2;
}
</style>