Shades of Amethyst #9152CE
Tints of Amethyst #9152CE
RGB
CMYK
RGB Variations
Color information
#9152CE (or 0x9152CE) is known color: Amethyst. HEX triplet: 91, 52 and CE. RGB value is (145,82,206). Sum of RGB (Red+Green+Blue) = 145+82+206=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9152CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152CE is #6EAD31. Grayscale: #727272. Windows color (decimal): -7253298 or 13521553. OLE color: 13521553.
HSL color Cylindrical-coordinate representation of color #9152CE: hue angle of 270.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9152CE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 82 | 206 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.19 |
| HSL | 270.48º | 0.56% | 0.56% | - |
| HSV(B) | 270.48º | 0.6% | 0.81% | - |
| XYZ | 25.83 | 16.51 | 60.22 | - |
| YUV | 114.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 206 | 0.30 | 0.60 | 0 | 0.19 | 270.48 | 0.56 | 0.56 |
| Hex | 91 | 52 | CE | 1E | 3C | 0 | 13 | 10E | 38 | 38 |
| Octal | 221 | 122 | 316 | 36 | 74 | 0 | 23 | 416 | 70 | 70 |
| Binary | 10010001 | 1010010 | 11001110 | 11110 | 111100 | 0 | 10011 | 100001110 | 111000 | 111000 |
Color Harmonies of #9152CE
Complementary color
Monochromatic Colors of #9152CE
Black with #9152CE
Text Example
Text Example
White with #9152CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152CE; }
p { color: rgb(145,82,206); }
H1.HeaderClassName
{
color: #9152CE;
}
.AnyTagClassName
{
color: #9152CE;
}
</style>
background-color css
<style>
a { background-color: #9152CE; }
a { background-color: rgb(145,82,206); }
div.DivClassName
{
background-color: #9152CE;
}
.BgClassName
{
background-color: #9152CE;
}
</style>
border-color css
<style>
span { border-color: #9152CE; }
span { border-color: rgb(145,82,206); }
td.TdClassName
{
border-color: #9152CE;
}
.TagClassName
{
border-color: #9152CE;
}
</style>