Shades of Amethyst #9257CE
Tints of Amethyst #9257CE
RGB
CMYK
RGB Variations
Color information
#9257CE (or 0x9257CE) is known color: Amethyst. HEX triplet: 92, 57 and CE. RGB value is (146,87,206). Sum of RGB (Red+Green+Blue) = 146+87+206=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9257CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257CE is #6DA831. Grayscale: #757575. Windows color (decimal): -7186482 or 13522834. OLE color: 13522834.
HSL color Cylindrical-coordinate representation of color #9257CE: hue angle of 269.75º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9257CE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 87 | 206 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.19 |
| HSL | 269.75º | 0.55% | 0.57% | - |
| HSV(B) | 269.75º | 0.58% | 0.81% | - |
| XYZ | 26.4 | 17.38 | 60.36 | - |
| YUV | 118.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 206 | 0.29 | 0.58 | 0 | 0.19 | 269.75 | 0.55 | 0.57 |
| Hex | 92 | 57 | CE | 1D | 3A | 0 | 13 | 10E | 37 | 39 |
| Octal | 222 | 127 | 316 | 35 | 72 | 0 | 23 | 416 | 67 | 71 |
| Binary | 10010010 | 1010111 | 11001110 | 11101 | 111010 | 0 | 10011 | 100001110 | 110111 | 111001 |
Color Harmonies of #9257CE
Complementary color
Monochromatic Colors of #9257CE
Black with #9257CE
Text Example
Text Example
White with #9257CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9257CE; }
p { color: rgb(146,87,206); }
H1.HeaderClassName
{
color: #9257CE;
}
.AnyTagClassName
{
color: #9257CE;
}
</style>
background-color css
<style>
a { background-color: #9257CE; }
a { background-color: rgb(146,87,206); }
div.DivClassName
{
background-color: #9257CE;
}
.BgClassName
{
background-color: #9257CE;
}
</style>
border-color css
<style>
span { border-color: #9257CE; }
span { border-color: rgb(146,87,206); }
td.TdClassName
{
border-color: #9257CE;
}
.TagClassName
{
border-color: #9257CE;
}
</style>