Shades of Amethyst #9256CE
Tints of Amethyst #9256CE
RGB
CMYK
RGB Variations
Color information
#9256CE (or 0x9256CE) is known color: Amethyst. HEX triplet: 92, 56 and CE. RGB value is (146,86,206). Sum of RGB (Red+Green+Blue) = 146+86+206=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9256CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256CE is #6DA931. Grayscale: #757575. Windows color (decimal): -7186738 or 13522578. OLE color: 13522578.
HSL color Cylindrical-coordinate representation of color #9256CE: hue angle of 270º 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 #9256CE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 86 | 206 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.19 |
| HSL | 270º | 0.55% | 0.57% | - |
| HSV(B) | 270º | 0.58% | 0.81% | - |
| XYZ | 26.32 | 17.22 | 60.33 | - |
| YUV | 117.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 206 | 0.29 | 0.58 | 0 | 0.19 | 270 | 0.55 | 0.57 |
| Hex | 92 | 56 | CE | 1D | 3A | 0 | 13 | 10E | 37 | 39 |
| Octal | 222 | 126 | 316 | 35 | 72 | 0 | 23 | 416 | 67 | 71 |
| Binary | 10010010 | 1010110 | 11001110 | 11101 | 111010 | 0 | 10011 | 100001110 | 110111 | 111001 |
Color Harmonies of #9256CE
Complementary color
Monochromatic Colors of #9256CE
Black with #9256CE
Text Example
Text Example
White with #9256CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256CE; }
p { color: rgb(146,86,206); }
H1.HeaderClassName
{
color: #9256CE;
}
.AnyTagClassName
{
color: #9256CE;
}
</style>
background-color css
<style>
a { background-color: #9256CE; }
a { background-color: rgb(146,86,206); }
div.DivClassName
{
background-color: #9256CE;
}
.BgClassName
{
background-color: #9256CE;
}
</style>
border-color css
<style>
span { border-color: #9256CE; }
span { border-color: rgb(146,86,206); }
td.TdClassName
{
border-color: #9256CE;
}
.TagClassName
{
border-color: #9256CE;
}
</style>