Shades of Amethyst #9252CE
Tints of Amethyst #9252CE
RGB
CMYK
RGB Variations
Color information
#9252CE (or 0x9252CE) is known color: Amethyst. HEX triplet: 92, 52 and CE. RGB value is (146,82,206). Sum of RGB (Red+Green+Blue) = 146+82+206=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9252CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252CE is #6DAD31. Grayscale: #727272. Windows color (decimal): -7187762 or 13521554. OLE color: 13521554.
HSL color Cylindrical-coordinate representation of color #9252CE: hue angle of 270.97º 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 #9252CE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 82 | 206 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.19 |
| HSL | 270.97º | 0.56% | 0.56% | - |
| HSV(B) | 270.97º | 0.6% | 0.81% | - |
| XYZ | 26.01 | 16.6 | 60.23 | - |
| YUV | 115.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 206 | 0.29 | 0.60 | 0 | 0.19 | 270.97 | 0.56 | 0.56 |
| Hex | 92 | 52 | CE | 1D | 3C | 0 | 13 | 10F | 38 | 38 |
| Octal | 222 | 122 | 316 | 35 | 74 | 0 | 23 | 417 | 70 | 70 |
| Binary | 10010010 | 1010010 | 11001110 | 11101 | 111100 | 0 | 10011 | 100001111 | 111000 | 111000 |
Color Harmonies of #9252CE
Complementary color
Monochromatic Colors of #9252CE
Black with #9252CE
Text Example
Text Example
White with #9252CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9252CE; }
p { color: rgb(146,82,206); }
H1.HeaderClassName
{
color: #9252CE;
}
.AnyTagClassName
{
color: #9252CE;
}
</style>
background-color css
<style>
a { background-color: #9252CE; }
a { background-color: rgb(146,82,206); }
div.DivClassName
{
background-color: #9252CE;
}
.BgClassName
{
background-color: #9252CE;
}
</style>
border-color css
<style>
span { border-color: #9252CE; }
span { border-color: rgb(146,82,206); }
td.TdClassName
{
border-color: #9252CE;
}
.TagClassName
{
border-color: #9252CE;
}
</style>