Shades of Amethyst #9157D6
Tints of Amethyst #9157D6
RGB
CMYK
RGB Variations
Color information
#9157D6 (or 0x9157D6) is known color: Amethyst. HEX triplet: 91, 57 and D6. RGB value is (145,87,214). Sum of RGB (Red+Green+Blue) = 145+87+214=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #9157D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157D6 is #6EA829. Grayscale: #767676. Windows color (decimal): -7252010 or 14047121. OLE color: 14047121.
HSL color Cylindrical-coordinate representation of color #9157D6: hue angle of 267.4º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9157D6 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 87 | 214 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.16 |
| HSL | 267.4º | 0.61% | 0.59% | - |
| HSV(B) | 267.4º | 0.59% | 0.84% | - |
| XYZ | 27.22 | 17.69 | 65.6 | - |
| YUV | 118.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 214 | 0.32 | 0.59 | 0 | 0.16 | 267.4 | 0.61 | 0.59 |
| Hex | 91 | 57 | D6 | 20 | 3B | 0 | 10 | 10B | 3D | 3B |
| Octal | 221 | 127 | 326 | 40 | 73 | 0 | 20 | 413 | 75 | 73 |
| Binary | 10010001 | 1010111 | 11010110 | 100000 | 111011 | 0 | 10000 | 100001011 | 111101 | 111011 |
Color Harmonies of #9157D6
Complementary color
Monochromatic Colors of #9157D6
Black with #9157D6
Text Example
Text Example
White with #9157D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157D6; }
p { color: rgb(145,87,214); }
H1.HeaderClassName
{
color: #9157D6;
}
.AnyTagClassName
{
color: #9157D6;
}
</style>
background-color css
<style>
a { background-color: #9157D6; }
a { background-color: rgb(145,87,214); }
div.DivClassName
{
background-color: #9157D6;
}
.BgClassName
{
background-color: #9157D6;
}
</style>
border-color css
<style>
span { border-color: #9157D6; }
span { border-color: rgb(145,87,214); }
td.TdClassName
{
border-color: #9157D6;
}
.TagClassName
{
border-color: #9157D6;
}
</style>