Shades of Amethyst #9263C6
Tints of Amethyst #9263C6
RGB
CMYK
RGB Variations
Color information
#9263C6 (or 0x9263C6) is known color: Amethyst. HEX triplet: 92, 63 and C6. RGB value is (146,99,198). Sum of RGB (Red+Green+Blue) = 146+99+198=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #9263C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263C6 is #6D9C39. Grayscale: #7B7B7B. Windows color (decimal): -7183418 or 13001618. OLE color: 13001618.
HSL color Cylindrical-coordinate representation of color #9263C6: hue angle of 268.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9263C6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 99 | 198 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.22 |
| HSL | 268.48º | 0.46% | 0.58% | - |
| HSV(B) | 268.48º | 0.5% | 0.78% | - |
| XYZ | 26.51 | 19.11 | 55.72 | - |
| YUV | 124.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 198 | 0.26 | 0.50 | 0 | 0.22 | 268.48 | 0.46 | 0.58 |
| Hex | 92 | 63 | C6 | 1A | 32 | 0 | 16 | 10C | 2E | 3A |
| Octal | 222 | 143 | 306 | 32 | 62 | 0 | 26 | 414 | 56 | 72 |
| Binary | 10010010 | 1100011 | 11000110 | 11010 | 110010 | 0 | 10110 | 100001100 | 101110 | 111010 |
Color Harmonies of #9263C6
Complementary color
Monochromatic Colors of #9263C6
Black with #9263C6
Text Example
Text Example
White with #9263C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263C6; }
p { color: rgb(146,99,198); }
H1.HeaderClassName
{
color: #9263C6;
}
.AnyTagClassName
{
color: #9263C6;
}
</style>
background-color css
<style>
a { background-color: #9263C6; }
a { background-color: rgb(146,99,198); }
div.DivClassName
{
background-color: #9263C6;
}
.BgClassName
{
background-color: #9263C6;
}
</style>
border-color css
<style>
span { border-color: #9263C6; }
span { border-color: rgb(146,99,198); }
td.TdClassName
{
border-color: #9263C6;
}
.TagClassName
{
border-color: #9263C6;
}
</style>