Shades of Amethyst #9256DB
Tints of Amethyst #9256DB
RGB
CMYK
RGB Variations
Color information
#9256DB (or 0x9256DB) is known color: Amethyst. HEX triplet: 92, 56 and DB. RGB value is (146,86,219). Sum of RGB (Red+Green+Blue) = 146+86+219=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9256DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256DB is #6DA924. Grayscale: #767676. Windows color (decimal): -7186725 or 14374546. OLE color: 14374546.
HSL color Cylindrical-coordinate representation of color #9256DB: hue angle of 267.07º degrees, saturation: 0.65, 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 #9256DB is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 86 | 219 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.14 |
| HSL | 267.07º | 0.65% | 0.6% | - |
| HSV(B) | 267.07º | 0.61% | 0.86% | - |
| XYZ | 27.97 | 17.88 | 69 | - |
| YUV | 119.1 | 184.38 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 219 | 0.33 | 0.61 | 0 | 0.14 | 267.07 | 0.65 | 0.6 |
| Hex | 92 | 56 | DB | 21 | 3D | 0 | E | 10B | 41 | 3C |
| Octal | 222 | 126 | 333 | 41 | 75 | 0 | 16 | 413 | 101 | 74 |
| Binary | 10010010 | 1010110 | 11011011 | 100001 | 111101 | 0 | 1110 | 100001011 | 1000001 | 111100 |
Color Harmonies of #9256DB
Complementary color
Monochromatic Colors of #9256DB
Black with #9256DB
Text Example
Text Example
White with #9256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256DB; }
p { color: rgb(146,86,219); }
H1.HeaderClassName
{
color: #9256DB;
}
.AnyTagClassName
{
color: #9256DB;
}
</style>
background-color css
<style>
a { background-color: #9256DB; }
a { background-color: rgb(146,86,219); }
div.DivClassName
{
background-color: #9256DB;
}
.BgClassName
{
background-color: #9256DB;
}
</style>
border-color css
<style>
span { border-color: #9256DB; }
span { border-color: rgb(146,86,219); }
td.TdClassName
{
border-color: #9256DB;
}
.TagClassName
{
border-color: #9256DB;
}
</style>