Shades of Amethyst #9263C5
Tints of Amethyst #9263C5
RGB
CMYK
RGB Variations
Color information
#9263C5 (or 0x9263C5) is known color: Amethyst. HEX triplet: 92, 63 and C5. RGB value is (146,99,197). Sum of RGB (Red+Green+Blue) = 146+99+197=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #9263C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263C5 is #6D9C3A. Grayscale: #7B7B7B. Windows color (decimal): -7183419 or 12936082. OLE color: 12936082.
HSL color Cylindrical-coordinate representation of color #9263C5: hue angle of 268.78º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9263C5 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 99 | 197 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.23 |
| HSL | 268.78º | 0.46% | 0.58% | - |
| HSV(B) | 268.78º | 0.5% | 0.77% | - |
| XYZ | 26.39 | 19.07 | 55.11 | - |
| YUV | 124.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 197 | 0.26 | 0.50 | 0 | 0.23 | 268.78 | 0.46 | 0.58 |
| Hex | 92 | 63 | C5 | 1A | 32 | 0 | 17 | 10D | 2E | 3A |
| Octal | 222 | 143 | 305 | 32 | 62 | 0 | 27 | 415 | 56 | 72 |
| Binary | 10010010 | 1100011 | 11000101 | 11010 | 110010 | 0 | 10111 | 100001101 | 101110 | 111010 |
Color Harmonies of #9263C5
Complementary color
Monochromatic Colors of #9263C5
Black with #9263C5
Text Example
Text Example
White with #9263C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263C5; }
p { color: rgb(146,99,197); }
H1.HeaderClassName
{
color: #9263C5;
}
.AnyTagClassName
{
color: #9263C5;
}
</style>
background-color css
<style>
a { background-color: #9263C5; }
a { background-color: rgb(146,99,197); }
div.DivClassName
{
background-color: #9263C5;
}
.BgClassName
{
background-color: #9263C5;
}
</style>
border-color css
<style>
span { border-color: #9263C5; }
span { border-color: rgb(146,99,197); }
td.TdClassName
{
border-color: #9263C5;
}
.TagClassName
{
border-color: #9263C5;
}
</style>