Shades of Amethyst #9252E3
Tints of Amethyst #9252E3
RGB
CMYK
RGB Variations
Color information
#9252E3 (or 0x9252E3) is known color: Amethyst. HEX triplet: 92, 52 and E3. RGB value is (146,82,227). Sum of RGB (Red+Green+Blue) = 146+82+227=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #9252E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252E3 is #6DAD1C. Grayscale: #757575. Windows color (decimal): -7187741 or 14897810. OLE color: 14897810.
HSL color Cylindrical-coordinate representation of color #9252E3: hue angle of 266.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9252E3 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 82 | 227 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.11 |
| HSL | 266.48º | 0.72% | 0.61% | - |
| HSV(B) | 266.48º | 0.64% | 0.89% | - |
| XYZ | 28.74 | 17.69 | 74.57 | - |
| YUV | 117.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 227 | 0.36 | 0.64 | 0 | 0.11 | 266.48 | 0.72 | 0.61 |
| Hex | 92 | 52 | E3 | 24 | 40 | 0 | B | 10A | 48 | 3D |
| Octal | 222 | 122 | 343 | 44 | 100 | 0 | 13 | 412 | 110 | 75 |
| Binary | 10010010 | 1010010 | 11100011 | 100100 | 1000000 | 0 | 1011 | 100001010 | 1001000 | 111101 |
Color Harmonies of #9252E3
Complementary color
Monochromatic Colors of #9252E3
Black with #9252E3
Text Example
Text Example
White with #9252E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9252E3; }
p { color: rgb(146,82,227); }
H1.HeaderClassName
{
color: #9252E3;
}
.AnyTagClassName
{
color: #9252E3;
}
</style>
background-color css
<style>
a { background-color: #9252E3; }
a { background-color: rgb(146,82,227); }
div.DivClassName
{
background-color: #9252E3;
}
.BgClassName
{
background-color: #9252E3;
}
</style>
border-color css
<style>
span { border-color: #9252E3; }
span { border-color: rgb(146,82,227); }
td.TdClassName
{
border-color: #9252E3;
}
.TagClassName
{
border-color: #9252E3;
}
</style>