Shades of Amethyst #9262C0
Tints of Amethyst #9262C0
RGB
CMYK
RGB Variations
Color information
#9262C0 (or 0x9262C0) is known color: Amethyst. HEX triplet: 92, 62 and C0. RGB value is (146,98,192). Sum of RGB (Red+Green+Blue) = 146+98+192=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #9262C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262C0 is #6D9D3F. Grayscale: #7A7A7A. Windows color (decimal): -7183680 or 12608146. OLE color: 12608146.
HSL color Cylindrical-coordinate representation of color #9262C0: hue angle of 270.64º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9262C0 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 98 | 192 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.25 |
| HSL | 270.64º | 0.43% | 0.57% | - |
| HSV(B) | 270.64º | 0.49% | 0.75% | - |
| XYZ | 25.74 | 18.65 | 52.11 | - |
| YUV | 123.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 192 | 0.24 | 0.49 | 0 | 0.25 | 270.64 | 0.43 | 0.57 |
| Hex | 92 | 62 | C0 | 18 | 31 | 0 | 19 | 10F | 2B | 39 |
| Octal | 222 | 142 | 300 | 30 | 61 | 0 | 31 | 417 | 53 | 71 |
| Binary | 10010010 | 1100010 | 11000000 | 11000 | 110001 | 0 | 11001 | 100001111 | 101011 | 111001 |
Color Harmonies of #9262C0
Complementary color
Monochromatic Colors of #9262C0
Black with #9262C0
Text Example
Text Example
White with #9262C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262C0; }
p { color: rgb(146,98,192); }
H1.HeaderClassName
{
color: #9262C0;
}
.AnyTagClassName
{
color: #9262C0;
}
</style>
background-color css
<style>
a { background-color: #9262C0; }
a { background-color: rgb(146,98,192); }
div.DivClassName
{
background-color: #9262C0;
}
.BgClassName
{
background-color: #9262C0;
}
</style>
border-color css
<style>
span { border-color: #9262C0; }
span { border-color: rgb(146,98,192); }
td.TdClassName
{
border-color: #9262C0;
}
.TagClassName
{
border-color: #9262C0;
}
</style>