Shades of Amethyst #9161CE
Tints of Amethyst #9161CE
RGB
CMYK
RGB Variations
Color information
#9161CE (or 0x9161CE) is known color: Amethyst. HEX triplet: 91, 61 and CE. RGB value is (145,97,206). Sum of RGB (Red+Green+Blue) = 145+97+206=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9161CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161CE is #6E9E31. Grayscale: #7B7B7B. Windows color (decimal): -7249458 or 13525393. OLE color: 13525393.
HSL color Cylindrical-coordinate representation of color #9161CE: hue angle of 266.42º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9161CE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 97 | 206 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.19 |
| HSL | 266.42º | 0.53% | 0.59% | - |
| HSV(B) | 266.42º | 0.53% | 0.81% | - |
| XYZ | 27.09 | 19.03 | 60.64 | - |
| YUV | 123.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 206 | 0.30 | 0.53 | 0 | 0.19 | 266.42 | 0.53 | 0.59 |
| Hex | 91 | 61 | CE | 1E | 35 | 0 | 13 | 10A | 35 | 3B |
| Octal | 221 | 141 | 316 | 36 | 65 | 0 | 23 | 412 | 65 | 73 |
| Binary | 10010001 | 1100001 | 11001110 | 11110 | 110101 | 0 | 10011 | 100001010 | 110101 | 111011 |
Color Harmonies of #9161CE
Complementary color
Monochromatic Colors of #9161CE
Black with #9161CE
Text Example
Text Example
White with #9161CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9161CE; }
p { color: rgb(145,97,206); }
H1.HeaderClassName
{
color: #9161CE;
}
.AnyTagClassName
{
color: #9161CE;
}
</style>
background-color css
<style>
a { background-color: #9161CE; }
a { background-color: rgb(145,97,206); }
div.DivClassName
{
background-color: #9161CE;
}
.BgClassName
{
background-color: #9161CE;
}
</style>
border-color css
<style>
span { border-color: #9161CE; }
span { border-color: rgb(145,97,206); }
td.TdClassName
{
border-color: #9161CE;
}
.TagClassName
{
border-color: #9161CE;
}
</style>