Shades of Amethyst #9155D7
Tints of Amethyst #9155D7
RGB
CMYK
RGB Variations
Color information
#9155D7 (or 0x9155D7) is known color: Amethyst. HEX triplet: 91, 55 and D7. RGB value is (145,85,215). Sum of RGB (Red+Green+Blue) = 145+85+215=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #9155D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155D7 is #6EAA28. Grayscale: #757575. Windows color (decimal): -7252521 or 14112145. OLE color: 14112145.
HSL color Cylindrical-coordinate representation of color #9155D7: hue angle of 267.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9155D7 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 85 | 215 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.16 |
| HSL | 267.69º | 0.62% | 0.59% | - |
| HSV(B) | 267.69º | 0.6% | 0.84% | - |
| XYZ | 27.19 | 17.42 | 66.22 | - |
| YUV | 117.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 215 | 0.33 | 0.60 | 0 | 0.16 | 267.69 | 0.62 | 0.59 |
| Hex | 91 | 55 | D7 | 21 | 3C | 0 | 10 | 10C | 3E | 3B |
| Octal | 221 | 125 | 327 | 41 | 74 | 0 | 20 | 414 | 76 | 73 |
| Binary | 10010001 | 1010101 | 11010111 | 100001 | 111100 | 0 | 10000 | 100001100 | 111110 | 111011 |
Color Harmonies of #9155D7
Complementary color
Monochromatic Colors of #9155D7
Black with #9155D7
Text Example
Text Example
White with #9155D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155D7; }
p { color: rgb(145,85,215); }
H1.HeaderClassName
{
color: #9155D7;
}
.AnyTagClassName
{
color: #9155D7;
}
</style>
background-color css
<style>
a { background-color: #9155D7; }
a { background-color: rgb(145,85,215); }
div.DivClassName
{
background-color: #9155D7;
}
.BgClassName
{
background-color: #9155D7;
}
</style>
border-color css
<style>
span { border-color: #9155D7; }
span { border-color: rgb(145,85,215); }
td.TdClassName
{
border-color: #9155D7;
}
.TagClassName
{
border-color: #9155D7;
}
</style>