Shades of Amethyst #9257C9
Tints of Amethyst #9257C9
RGB
CMYK
RGB Variations
Color information
#9257C9 (or 0x9257C9) is known color: Amethyst. HEX triplet: 92, 57 and C9. RGB value is (146,87,201). Sum of RGB (Red+Green+Blue) = 146+87+201=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #9257C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257C9 is #6DA836. Grayscale: #757575. Windows color (decimal): -7186487 or 13195154. OLE color: 13195154.
HSL color Cylindrical-coordinate representation of color #9257C9: hue angle of 271.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9257C9 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 87 | 201 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.21 |
| HSL | 271.05º | 0.51% | 0.56% | - |
| HSV(B) | 271.05º | 0.57% | 0.79% | - |
| XYZ | 25.8 | 17.14 | 57.21 | - |
| YUV | 117.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 201 | 0.27 | 0.57 | 0 | 0.21 | 271.05 | 0.51 | 0.56 |
| Hex | 92 | 57 | C9 | 1B | 39 | 0 | 15 | 10F | 33 | 38 |
| Octal | 222 | 127 | 311 | 33 | 71 | 0 | 25 | 417 | 63 | 70 |
| Binary | 10010010 | 1010111 | 11001001 | 11011 | 111001 | 0 | 10101 | 100001111 | 110011 | 111000 |
Color Harmonies of #9257C9
Complementary color
Monochromatic Colors of #9257C9
Black with #9257C9
Text Example
Text Example
White with #9257C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9257C9; }
p { color: rgb(146,87,201); }
H1.HeaderClassName
{
color: #9257C9;
}
.AnyTagClassName
{
color: #9257C9;
}
</style>
background-color css
<style>
a { background-color: #9257C9; }
a { background-color: rgb(146,87,201); }
div.DivClassName
{
background-color: #9257C9;
}
.BgClassName
{
background-color: #9257C9;
}
</style>
border-color css
<style>
span { border-color: #9257C9; }
span { border-color: rgb(146,87,201); }
td.TdClassName
{
border-color: #9257C9;
}
.TagClassName
{
border-color: #9257C9;
}
</style>