Shades of Amethyst #9263C7
Tints of Amethyst #9263C7
RGB
CMYK
RGB Variations
Color information
#9263C7 (or 0x9263C7) is known color: Amethyst. HEX triplet: 92, 63 and C7. RGB value is (146,99,199). Sum of RGB (Red+Green+Blue) = 146+99+199=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #9263C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263C7 is #6D9C38. Grayscale: #7C7C7C. Windows color (decimal): -7183417 or 13067154. OLE color: 13067154.
HSL color Cylindrical-coordinate representation of color #9263C7: hue angle of 268.2º degrees, saturation: 0.47, 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 #9263C7 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 99 | 199 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.22 |
| HSL | 268.2º | 0.47% | 0.58% | - |
| HSV(B) | 268.2º | 0.5% | 0.78% | - |
| XYZ | 26.62 | 19.16 | 56.33 | - |
| YUV | 124.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 199 | 0.27 | 0.50 | 0 | 0.22 | 268.2 | 0.47 | 0.58 |
| Hex | 92 | 63 | C7 | 1B | 32 | 0 | 16 | 10C | 2F | 3A |
| Octal | 222 | 143 | 307 | 33 | 62 | 0 | 26 | 414 | 57 | 72 |
| Binary | 10010010 | 1100011 | 11000111 | 11011 | 110010 | 0 | 10110 | 100001100 | 101111 | 111010 |
Color Harmonies of #9263C7
Complementary color
Monochromatic Colors of #9263C7
Black with #9263C7
Text Example
Text Example
White with #9263C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263C7; }
p { color: rgb(146,99,199); }
H1.HeaderClassName
{
color: #9263C7;
}
.AnyTagClassName
{
color: #9263C7;
}
</style>
background-color css
<style>
a { background-color: #9263C7; }
a { background-color: rgb(146,99,199); }
div.DivClassName
{
background-color: #9263C7;
}
.BgClassName
{
background-color: #9263C7;
}
</style>
border-color css
<style>
span { border-color: #9263C7; }
span { border-color: rgb(146,99,199); }
td.TdClassName
{
border-color: #9263C7;
}
.TagClassName
{
border-color: #9263C7;
}
</style>