Shades of Amethyst #9264C9
Tints of Amethyst #9264C9
RGB
CMYK
RGB Variations
Color information
#9264C9 (or 0x9264C9) is known color: Amethyst. HEX triplet: 92, 64 and C9. RGB value is (146,100,201). Sum of RGB (Red+Green+Blue) = 146+100+201=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #9264C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264C9 is #6D9B36. Grayscale: #7C7C7C. Windows color (decimal): -7183159 or 13198482. OLE color: 13198482.
HSL color Cylindrical-coordinate representation of color #9264C9: hue angle of 267.33º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9264C9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 100 | 201 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.21 |
| HSL | 267.33º | 0.48% | 0.59% | - |
| HSV(B) | 267.33º | 0.5% | 0.79% | - |
| XYZ | 26.95 | 19.44 | 57.59 | - |
| YUV | 125.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 201 | 0.27 | 0.50 | 0 | 0.21 | 267.33 | 0.48 | 0.59 |
| Hex | 92 | 64 | C9 | 1B | 32 | 0 | 15 | 10B | 30 | 3B |
| Octal | 222 | 144 | 311 | 33 | 62 | 0 | 25 | 413 | 60 | 73 |
| Binary | 10010010 | 1100100 | 11001001 | 11011 | 110010 | 0 | 10101 | 100001011 | 110000 | 111011 |
Color Harmonies of #9264C9
Complementary color
Monochromatic Colors of #9264C9
Black with #9264C9
Text Example
Text Example
White with #9264C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264C9; }
p { color: rgb(146,100,201); }
H1.HeaderClassName
{
color: #9264C9;
}
.AnyTagClassName
{
color: #9264C9;
}
</style>
background-color css
<style>
a { background-color: #9264C9; }
a { background-color: rgb(146,100,201); }
div.DivClassName
{
background-color: #9264C9;
}
.BgClassName
{
background-color: #9264C9;
}
</style>
border-color css
<style>
span { border-color: #9264C9; }
span { border-color: rgb(146,100,201); }
td.TdClassName
{
border-color: #9264C9;
}
.TagClassName
{
border-color: #9264C9;
}
</style>