Shades of Amethyst #9162BF
Tints of Amethyst #9162BF
RGB
CMYK
RGB Variations
Color information
#9162BF (or 0x9162BF) is known color: Amethyst. HEX triplet: 91, 62 and BF. RGB value is (145,98,191). Sum of RGB (Red+Green+Blue) = 145+98+191=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #9162BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9162BF is #6E9D40. Grayscale: #7A7A7A. Windows color (decimal): -7249217 or 12542609. OLE color: 12542609.
HSL color Cylindrical-coordinate representation of color #9162BF: hue angle of 270.32º degrees, saturation: 0.42, 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 #9162BF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 98 | 191 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.25 |
| HSL | 270.32º | 0.42% | 0.57% | - |
| HSV(B) | 270.32º | 0.49% | 0.75% | - |
| XYZ | 25.45 | 18.52 | 51.52 | - |
| YUV | 122.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 191 | 0.24 | 0.49 | 0 | 0.25 | 270.32 | 0.42 | 0.57 |
| Hex | 91 | 62 | BF | 18 | 31 | 0 | 19 | 10E | 2A | 39 |
| Octal | 221 | 142 | 277 | 30 | 61 | 0 | 31 | 416 | 52 | 71 |
| Binary | 10010001 | 1100010 | 10111111 | 11000 | 110001 | 0 | 11001 | 100001110 | 101010 | 111001 |
Color Harmonies of #9162BF
Complementary color
Monochromatic Colors of #9162BF
Black with #9162BF
Text Example
Text Example
White with #9162BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9162BF; }
p { color: rgb(145,98,191); }
H1.HeaderClassName
{
color: #9162BF;
}
.AnyTagClassName
{
color: #9162BF;
}
</style>
background-color css
<style>
a { background-color: #9162BF; }
a { background-color: rgb(145,98,191); }
div.DivClassName
{
background-color: #9162BF;
}
.BgClassName
{
background-color: #9162BF;
}
</style>
border-color css
<style>
span { border-color: #9162BF; }
span { border-color: rgb(145,98,191); }
td.TdClassName
{
border-color: #9162BF;
}
.TagClassName
{
border-color: #9162BF;
}
</style>