Shades of Amethyst #9256CF
Tints of Amethyst #9256CF
RGB
CMYK
RGB Variations
Color information
#9256CF (or 0x9256CF) is known color: Amethyst. HEX triplet: 92, 56 and CF. RGB value is (146,86,207). Sum of RGB (Red+Green+Blue) = 146+86+207=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #9256CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256CF is #6DA930. Grayscale: #757575. Windows color (decimal): -7186737 or 13588114. OLE color: 13588114.
HSL color Cylindrical-coordinate representation of color #9256CF: hue angle of 269.75º degrees, saturation: 0.56, 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 #9256CF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 86 | 207 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.19 |
| HSL | 269.75º | 0.56% | 0.57% | - |
| HSV(B) | 269.75º | 0.58% | 0.81% | - |
| XYZ | 26.44 | 17.27 | 60.97 | - |
| YUV | 117.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 207 | 0.29 | 0.58 | 0 | 0.19 | 269.75 | 0.56 | 0.57 |
| Hex | 92 | 56 | CF | 1D | 3A | 0 | 13 | 10E | 38 | 39 |
| Octal | 222 | 126 | 317 | 35 | 72 | 0 | 23 | 416 | 70 | 71 |
| Binary | 10010010 | 1010110 | 11001111 | 11101 | 111010 | 0 | 10011 | 100001110 | 111000 | 111001 |
Color Harmonies of #9256CF
Complementary color
Monochromatic Colors of #9256CF
Black with #9256CF
Text Example
Text Example
White with #9256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256CF; }
p { color: rgb(146,86,207); }
H1.HeaderClassName
{
color: #9256CF;
}
.AnyTagClassName
{
color: #9256CF;
}
</style>
background-color css
<style>
a { background-color: #9256CF; }
a { background-color: rgb(146,86,207); }
div.DivClassName
{
background-color: #9256CF;
}
.BgClassName
{
background-color: #9256CF;
}
</style>
border-color css
<style>
span { border-color: #9256CF; }
span { border-color: rgb(146,86,207); }
td.TdClassName
{
border-color: #9256CF;
}
.TagClassName
{
border-color: #9256CF;
}
</style>