Shades of Amethyst #9256DC
Tints of Amethyst #9256DC
RGB
CMYK
RGB Variations
Color information
#9256DC (or 0x9256DC) is known color: Amethyst. HEX triplet: 92, 56 and DC. RGB value is (146,86,220). Sum of RGB (Red+Green+Blue) = 146+86+220=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9256DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256DC is #6DA923. Grayscale: #767676. Windows color (decimal): -7186724 or 14440082. OLE color: 14440082.
HSL color Cylindrical-coordinate representation of color #9256DC: hue angle of 266.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9256DC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 86 | 220 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.14 |
| HSL | 266.87º | 0.66% | 0.6% | - |
| HSV(B) | 266.87º | 0.61% | 0.86% | - |
| XYZ | 28.1 | 17.93 | 69.69 | - |
| YUV | 119.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 220 | 0.34 | 0.61 | 0 | 0.14 | 266.87 | 0.66 | 0.6 |
| Hex | 92 | 56 | DC | 22 | 3D | 0 | E | 10B | 42 | 3C |
| Octal | 222 | 126 | 334 | 42 | 75 | 0 | 16 | 413 | 102 | 74 |
| Binary | 10010010 | 1010110 | 11011100 | 100010 | 111101 | 0 | 1110 | 100001011 | 1000010 | 111100 |
Color Harmonies of #9256DC
Complementary color
Monochromatic Colors of #9256DC
Black with #9256DC
Text Example
Text Example
White with #9256DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256DC; }
p { color: rgb(146,86,220); }
H1.HeaderClassName
{
color: #9256DC;
}
.AnyTagClassName
{
color: #9256DC;
}
</style>
background-color css
<style>
a { background-color: #9256DC; }
a { background-color: rgb(146,86,220); }
div.DivClassName
{
background-color: #9256DC;
}
.BgClassName
{
background-color: #9256DC;
}
</style>
border-color css
<style>
span { border-color: #9256DC; }
span { border-color: rgb(146,86,220); }
td.TdClassName
{
border-color: #9256DC;
}
.TagClassName
{
border-color: #9256DC;
}
</style>