Shades of Amethyst #9262C1
Tints of Amethyst #9262C1
RGB
CMYK
RGB Variations
Color information
#9262C1 (or 0x9262C1) is known color: Amethyst. HEX triplet: 92, 62 and C1. RGB value is (146,98,193). Sum of RGB (Red+Green+Blue) = 146+98+193=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #9262C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262C1 is #6D9D3E. Grayscale: #7A7A7A. Windows color (decimal): -7183679 or 12673682. OLE color: 12673682.
HSL color Cylindrical-coordinate representation of color #9262C1: hue angle of 270.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9262C1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 98 | 193 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.24 |
| HSL | 270.32º | 0.43% | 0.57% | - |
| HSV(B) | 270.32º | 0.49% | 0.76% | - |
| XYZ | 25.85 | 18.7 | 52.7 | - |
| YUV | 123.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 193 | 0.24 | 0.49 | 0 | 0.24 | 270.32 | 0.43 | 0.57 |
| Hex | 92 | 62 | C1 | 18 | 31 | 0 | 18 | 10E | 2B | 39 |
| Octal | 222 | 142 | 301 | 30 | 61 | 0 | 30 | 416 | 53 | 71 |
| Binary | 10010010 | 1100010 | 11000001 | 11000 | 110001 | 0 | 11000 | 100001110 | 101011 | 111001 |
Color Harmonies of #9262C1
Complementary color
Monochromatic Colors of #9262C1
Black with #9262C1
Text Example
Text Example
White with #9262C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262C1; }
p { color: rgb(146,98,193); }
H1.HeaderClassName
{
color: #9262C1;
}
.AnyTagClassName
{
color: #9262C1;
}
</style>
background-color css
<style>
a { background-color: #9262C1; }
a { background-color: rgb(146,98,193); }
div.DivClassName
{
background-color: #9262C1;
}
.BgClassName
{
background-color: #9262C1;
}
</style>
border-color css
<style>
span { border-color: #9262C1; }
span { border-color: rgb(146,98,193); }
td.TdClassName
{
border-color: #9262C1;
}
.TagClassName
{
border-color: #9262C1;
}
</style>