Shades of Amethyst #9151CC
Tints of Amethyst #9151CC
RGB
CMYK
RGB Variations
Color information
#9151CC (or 0x9151CC) is known color: Amethyst. HEX triplet: 91, 51 and CC. RGB value is (145,81,204). Sum of RGB (Red+Green+Blue) = 145+81+204=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #9151CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151CC is #6EAE33. Grayscale: #717171. Windows color (decimal): -7253556 or 13390225. OLE color: 13390225.
HSL color Cylindrical-coordinate representation of color #9151CC: hue angle of 271.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9151CC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 81 | 204 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.2 |
| HSL | 271.22º | 0.55% | 0.56% | - |
| HSV(B) | 271.22º | 0.6% | 0.8% | - |
| XYZ | 25.52 | 16.26 | 58.92 | - |
| YUV | 114.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 204 | 0.29 | 0.60 | 0 | 0.2 | 271.22 | 0.55 | 0.56 |
| Hex | 91 | 51 | CC | 1D | 3C | 0 | 14 | 10F | 37 | 38 |
| Octal | 221 | 121 | 314 | 35 | 74 | 0 | 24 | 417 | 67 | 70 |
| Binary | 10010001 | 1010001 | 11001100 | 11101 | 111100 | 0 | 10100 | 100001111 | 110111 | 111000 |
Color Harmonies of #9151CC
Complementary color
Monochromatic Colors of #9151CC
Black with #9151CC
Text Example
Text Example
White with #9151CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151CC; }
p { color: rgb(145,81,204); }
H1.HeaderClassName
{
color: #9151CC;
}
.AnyTagClassName
{
color: #9151CC;
}
</style>
background-color css
<style>
a { background-color: #9151CC; }
a { background-color: rgb(145,81,204); }
div.DivClassName
{
background-color: #9151CC;
}
.BgClassName
{
background-color: #9151CC;
}
</style>
border-color css
<style>
span { border-color: #9151CC; }
span { border-color: rgb(145,81,204); }
td.TdClassName
{
border-color: #9151CC;
}
.TagClassName
{
border-color: #9151CC;
}
</style>