Shades of Amethyst #9256CA
Tints of Amethyst #9256CA
RGB
CMYK
RGB Variations
Color information
#9256CA (or 0x9256CA) is known color: Amethyst. HEX triplet: 92, 56 and CA. RGB value is (146,86,202). Sum of RGB (Red+Green+Blue) = 146+86+202=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9256CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256CA is #6DA935. Grayscale: #747474. Windows color (decimal): -7186742 or 13260434. OLE color: 13260434.
HSL color Cylindrical-coordinate representation of color #9256CA: hue angle of 271.03º degrees, saturation: 0.52, 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 #9256CA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 86 | 202 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.21 |
| HSL | 271.03º | 0.52% | 0.56% | - |
| HSV(B) | 271.03º | 0.57% | 0.79% | - |
| XYZ | 25.84 | 17.03 | 57.8 | - |
| YUV | 117.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 202 | 0.28 | 0.57 | 0 | 0.21 | 271.03 | 0.52 | 0.56 |
| Hex | 92 | 56 | CA | 1C | 39 | 0 | 15 | 10F | 34 | 38 |
| Octal | 222 | 126 | 312 | 34 | 71 | 0 | 25 | 417 | 64 | 70 |
| Binary | 10010010 | 1010110 | 11001010 | 11100 | 111001 | 0 | 10101 | 100001111 | 110100 | 111000 |
Color Harmonies of #9256CA
Complementary color
Monochromatic Colors of #9256CA
Black with #9256CA
Text Example
Text Example
White with #9256CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256CA; }
p { color: rgb(146,86,202); }
H1.HeaderClassName
{
color: #9256CA;
}
.AnyTagClassName
{
color: #9256CA;
}
</style>
background-color css
<style>
a { background-color: #9256CA; }
a { background-color: rgb(146,86,202); }
div.DivClassName
{
background-color: #9256CA;
}
.BgClassName
{
background-color: #9256CA;
}
</style>
border-color css
<style>
span { border-color: #9256CA; }
span { border-color: rgb(146,86,202); }
td.TdClassName
{
border-color: #9256CA;
}
.TagClassName
{
border-color: #9256CA;
}
</style>