Shades of Amethyst #9152CC
Tints of Amethyst #9152CC
RGB
CMYK
RGB Variations
Color information
#9152CC (or 0x9152CC) is known color: Amethyst. HEX triplet: 91, 52 and CC. RGB value is (145,82,204). Sum of RGB (Red+Green+Blue) = 145+82+204=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #9152CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152CC is #6EAD33. Grayscale: #727272. Windows color (decimal): -7253300 or 13390481. OLE color: 13390481.
HSL color Cylindrical-coordinate representation of color #9152CC: hue angle of 270.98º degrees, saturation: 0.54, 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 #9152CC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 82 | 204 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.2 |
| HSL | 270.98º | 0.54% | 0.56% | - |
| HSV(B) | 270.98º | 0.6% | 0.8% | - |
| XYZ | 25.59 | 16.41 | 58.95 | - |
| YUV | 114.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 204 | 0.29 | 0.60 | 0 | 0.2 | 270.98 | 0.54 | 0.56 |
| Hex | 91 | 52 | CC | 1D | 3C | 0 | 14 | 10F | 36 | 38 |
| Octal | 221 | 122 | 314 | 35 | 74 | 0 | 24 | 417 | 66 | 70 |
| Binary | 10010001 | 1010010 | 11001100 | 11101 | 111100 | 0 | 10100 | 100001111 | 110110 | 111000 |
Color Harmonies of #9152CC
Complementary color
Monochromatic Colors of #9152CC
Black with #9152CC
Text Example
Text Example
White with #9152CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152CC; }
p { color: rgb(145,82,204); }
H1.HeaderClassName
{
color: #9152CC;
}
.AnyTagClassName
{
color: #9152CC;
}
</style>
background-color css
<style>
a { background-color: #9152CC; }
a { background-color: rgb(145,82,204); }
div.DivClassName
{
background-color: #9152CC;
}
.BgClassName
{
background-color: #9152CC;
}
</style>
border-color css
<style>
span { border-color: #9152CC; }
span { border-color: rgb(145,82,204); }
td.TdClassName
{
border-color: #9152CC;
}
.TagClassName
{
border-color: #9152CC;
}
</style>