Shades of Amethyst #9257D6
Tints of Amethyst #9257D6
RGB
CMYK
RGB Variations
Color information
#9257D6 (or 0x9257D6) is known color: Amethyst. HEX triplet: 92, 57 and D6. RGB value is (146,87,214). Sum of RGB (Red+Green+Blue) = 146+87+214=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #9257D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257D6 is #6DA829. Grayscale: #767676. Windows color (decimal): -7186474 or 14047122. OLE color: 14047122.
HSL color Cylindrical-coordinate representation of color #9257D6: hue angle of 267.87º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9257D6 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 87 | 214 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.16 |
| HSL | 267.87º | 0.61% | 0.59% | - |
| HSV(B) | 267.87º | 0.59% | 0.84% | - |
| XYZ | 27.4 | 17.78 | 65.61 | - |
| YUV | 119.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 214 | 0.32 | 0.59 | 0 | 0.16 | 267.87 | 0.61 | 0.59 |
| Hex | 92 | 57 | D6 | 20 | 3B | 0 | 10 | 10C | 3D | 3B |
| Octal | 222 | 127 | 326 | 40 | 73 | 0 | 20 | 414 | 75 | 73 |
| Binary | 10010010 | 1010111 | 11010110 | 100000 | 111011 | 0 | 10000 | 100001100 | 111101 | 111011 |
Color Harmonies of #9257D6
Complementary color
Monochromatic Colors of #9257D6
Black with #9257D6
Text Example
Text Example
White with #9257D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9257D6; }
p { color: rgb(146,87,214); }
H1.HeaderClassName
{
color: #9257D6;
}
.AnyTagClassName
{
color: #9257D6;
}
</style>
background-color css
<style>
a { background-color: #9257D6; }
a { background-color: rgb(146,87,214); }
div.DivClassName
{
background-color: #9257D6;
}
.BgClassName
{
background-color: #9257D6;
}
</style>
border-color css
<style>
span { border-color: #9257D6; }
span { border-color: rgb(146,87,214); }
td.TdClassName
{
border-color: #9257D6;
}
.TagClassName
{
border-color: #9257D6;
}
</style>