Shades of Amethyst #9164CE
Tints of Amethyst #9164CE
RGB
CMYK
RGB Variations
Color information
#9164CE (or 0x9164CE) is known color: Amethyst. HEX triplet: 91, 64 and CE. RGB value is (145,100,206). Sum of RGB (Red+Green+Blue) = 145+100+206=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9164CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164CE is #6E9B31. Grayscale: #7D7D7D. Windows color (decimal): -7248690 or 13526161. OLE color: 13526161.
HSL color Cylindrical-coordinate representation of color #9164CE: hue angle of 265.47º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9164CE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 100 | 206 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.19 |
| HSL | 265.47º | 0.52% | 0.6% | - |
| HSV(B) | 265.47º | 0.51% | 0.81% | - |
| XYZ | 27.37 | 19.59 | 60.73 | - |
| YUV | 125.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 206 | 0.30 | 0.51 | 0 | 0.19 | 265.47 | 0.52 | 0.6 |
| Hex | 91 | 64 | CE | 1E | 33 | 0 | 13 | 109 | 34 | 3C |
| Octal | 221 | 144 | 316 | 36 | 63 | 0 | 23 | 411 | 64 | 74 |
| Binary | 10010001 | 1100100 | 11001110 | 11110 | 110011 | 0 | 10011 | 100001001 | 110100 | 111100 |
Color Harmonies of #9164CE
Complementary color
Monochromatic Colors of #9164CE
Black with #9164CE
Text Example
Text Example
White with #9164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164CE; }
p { color: rgb(145,100,206); }
H1.HeaderClassName
{
color: #9164CE;
}
.AnyTagClassName
{
color: #9164CE;
}
</style>
background-color css
<style>
a { background-color: #9164CE; }
a { background-color: rgb(145,100,206); }
div.DivClassName
{
background-color: #9164CE;
}
.BgClassName
{
background-color: #9164CE;
}
</style>
border-color css
<style>
span { border-color: #9164CE; }
span { border-color: rgb(145,100,206); }
td.TdClassName
{
border-color: #9164CE;
}
.TagClassName
{
border-color: #9164CE;
}
</style>