Shades of Amethyst #9162BE
Tints of Amethyst #9162BE
RGB
CMYK
RGB Variations
Color information
#9162BE (or 0x9162BE) is known color: Amethyst. HEX triplet: 91, 62 and BE. RGB value is (145,98,190). Sum of RGB (Red+Green+Blue) = 145+98+190=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #9162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9162BE is #6E9D41. Grayscale: #7A7A7A. Windows color (decimal): -7249218 or 12477073. OLE color: 12477073.
HSL color Cylindrical-coordinate representation of color #9162BE: hue angle of 270.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9162BE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 98 | 190 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.25 |
| HSL | 270.65º | 0.41% | 0.56% | - |
| HSV(B) | 270.65º | 0.48% | 0.75% | - |
| XYZ | 25.34 | 18.47 | 50.95 | - |
| YUV | 122.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 190 | 0.24 | 0.48 | 0 | 0.25 | 270.65 | 0.41 | 0.56 |
| Hex | 91 | 62 | BE | 18 | 30 | 0 | 19 | 10F | 29 | 38 |
| Octal | 221 | 142 | 276 | 30 | 60 | 0 | 31 | 417 | 51 | 70 |
| Binary | 10010001 | 1100010 | 10111110 | 11000 | 110000 | 0 | 11001 | 100001111 | 101001 | 111000 |
Color Harmonies of #9162BE
Complementary color
Monochromatic Colors of #9162BE
Black with #9162BE
Text Example
Text Example
White with #9162BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9162BE; }
p { color: rgb(145,98,190); }
H1.HeaderClassName
{
color: #9162BE;
}
.AnyTagClassName
{
color: #9162BE;
}
</style>
background-color css
<style>
a { background-color: #9162BE; }
a { background-color: rgb(145,98,190); }
div.DivClassName
{
background-color: #9162BE;
}
.BgClassName
{
background-color: #9162BE;
}
</style>
border-color css
<style>
span { border-color: #9162BE; }
span { border-color: rgb(145,98,190); }
td.TdClassName
{
border-color: #9162BE;
}
.TagClassName
{
border-color: #9162BE;
}
</style>