Shades of Amethyst #9160CF
Tints of Amethyst #9160CF
RGB
CMYK
RGB Variations
Color information
#9160CF (or 0x9160CF) is known color: Amethyst. HEX triplet: 91, 60 and CF. RGB value is (145,96,207). Sum of RGB (Red+Green+Blue) = 145+96+207=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9160CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160CF is #6E9F30. Grayscale: #7A7A7A. Windows color (decimal): -7249713 or 13590673. OLE color: 13590673.
HSL color Cylindrical-coordinate representation of color #9160CF: hue angle of 266.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9160CF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 96 | 207 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.19 |
| HSL | 266.49º | 0.54% | 0.59% | - |
| HSV(B) | 266.49º | 0.54% | 0.81% | - |
| XYZ | 27.12 | 18.89 | 61.25 | - |
| YUV | 123.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 207 | 0.30 | 0.54 | 0 | 0.19 | 266.49 | 0.54 | 0.59 |
| Hex | 91 | 60 | CF | 1E | 36 | 0 | 13 | 10A | 36 | 3B |
| Octal | 221 | 140 | 317 | 36 | 66 | 0 | 23 | 412 | 66 | 73 |
| Binary | 10010001 | 1100000 | 11001111 | 11110 | 110110 | 0 | 10011 | 100001010 | 110110 | 111011 |
Color Harmonies of #9160CF
Complementary color
Monochromatic Colors of #9160CF
Black with #9160CF
Text Example
Text Example
White with #9160CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160CF; }
p { color: rgb(145,96,207); }
H1.HeaderClassName
{
color: #9160CF;
}
.AnyTagClassName
{
color: #9160CF;
}
</style>
background-color css
<style>
a { background-color: #9160CF; }
a { background-color: rgb(145,96,207); }
div.DivClassName
{
background-color: #9160CF;
}
.BgClassName
{
background-color: #9160CF;
}
</style>
border-color css
<style>
span { border-color: #9160CF; }
span { border-color: rgb(145,96,207); }
td.TdClassName
{
border-color: #9160CF;
}
.TagClassName
{
border-color: #9160CF;
}
</style>