Shades of Amethyst #9160CB
Tints of Amethyst #9160CB
RGB
CMYK
RGB Variations
Color information
#9160CB (or 0x9160CB) is known color: Amethyst. HEX triplet: 91, 60 and CB. RGB value is (145,96,203). Sum of RGB (Red+Green+Blue) = 145+96+203=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9160CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160CB is #6E9F34. Grayscale: #7A7A7A. Windows color (decimal): -7249717 or 13328529. OLE color: 13328529.
HSL color Cylindrical-coordinate representation of color #9160CB: hue angle of 267.48º 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 #9160CB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 96 | 203 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.20 |
| HSL | 267.48º | 0.51% | 0.59% | - |
| HSV(B) | 267.48º | 0.53% | 0.8% | - |
| XYZ | 26.64 | 18.7 | 58.7 | - |
| YUV | 122.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 203 | 0.29 | 0.53 | 0 | 0.20 | 267.48 | 0.51 | 0.59 |
| Hex | 91 | 60 | CB | 1D | 35 | 0 | 14 | 10B | 33 | 3B |
| Octal | 221 | 140 | 313 | 35 | 65 | 0 | 24 | 413 | 63 | 73 |
| Binary | 10010001 | 1100000 | 11001011 | 11101 | 110101 | 0 | 10100 | 100001011 | 110011 | 111011 |
Color Harmonies of #9160CB
Complementary color
Monochromatic Colors of #9160CB
Black with #9160CB
Text Example
Text Example
White with #9160CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160CB; }
p { color: rgb(145,96,203); }
H1.HeaderClassName
{
color: #9160CB;
}
.AnyTagClassName
{
color: #9160CB;
}
</style>
background-color css
<style>
a { background-color: #9160CB; }
a { background-color: rgb(145,96,203); }
div.DivClassName
{
background-color: #9160CB;
}
.BgClassName
{
background-color: #9160CB;
}
</style>
border-color css
<style>
span { border-color: #9160CB; }
span { border-color: rgb(145,96,203); }
td.TdClassName
{
border-color: #9160CB;
}
.TagClassName
{
border-color: #9160CB;
}
</style>