Shades of Amethyst #9155CC
Tints of Amethyst #9155CC
RGB
CMYK
RGB Variations
Color information
#9155CC (or 0x9155CC) is known color: Amethyst. HEX triplet: 91, 55 and CC. RGB value is (145,85,204). Sum of RGB (Red+Green+Blue) = 145+85+204=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9155CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CC is #6EAA33. Grayscale: #747474. Windows color (decimal): -7252532 or 13391249. OLE color: 13391249.
HSL color Cylindrical-coordinate representation of color #9155CC: hue angle of 270.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9155CC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 85 | 204 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.2 |
| HSL | 270.25º | 0.54% | 0.57% | - |
| HSV(B) | 270.25º | 0.58% | 0.8% | - |
| XYZ | 25.82 | 16.88 | 59.02 | - |
| YUV | 116.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 204 | 0.29 | 0.58 | 0 | 0.2 | 270.25 | 0.54 | 0.57 |
| Hex | 91 | 55 | CC | 1D | 3A | 0 | 14 | 10E | 36 | 39 |
| Octal | 221 | 125 | 314 | 35 | 72 | 0 | 24 | 416 | 66 | 71 |
| Binary | 10010001 | 1010101 | 11001100 | 11101 | 111010 | 0 | 10100 | 100001110 | 110110 | 111001 |
Color Harmonies of #9155CC
Complementary color
Monochromatic Colors of #9155CC
Black with #9155CC
Text Example
Text Example
White with #9155CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155CC; }
p { color: rgb(145,85,204); }
H1.HeaderClassName
{
color: #9155CC;
}
.AnyTagClassName
{
color: #9155CC;
}
</style>
background-color css
<style>
a { background-color: #9155CC; }
a { background-color: rgb(145,85,204); }
div.DivClassName
{
background-color: #9155CC;
}
.BgClassName
{
background-color: #9155CC;
}
</style>
border-color css
<style>
span { border-color: #9155CC; }
span { border-color: rgb(145,85,204); }
td.TdClassName
{
border-color: #9155CC;
}
.TagClassName
{
border-color: #9155CC;
}
</style>