Shades of Amethyst #9156DB
Tints of Amethyst #9156DB
RGB
CMYK
RGB Variations
Color information
#9156DB (or 0x9156DB) is known color: Amethyst. HEX triplet: 91, 56 and DB. RGB value is (145,86,219). Sum of RGB (Red+Green+Blue) = 145+86+219=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9156DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156DB is #6EA924. Grayscale: #767676. Windows color (decimal): -7252261 or 14374545. OLE color: 14374545.
HSL color Cylindrical-coordinate representation of color #9156DB: hue angle of 266.62º 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 #9156DB is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 86 | 219 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.14 |
| HSL | 266.62º | 0.65% | 0.6% | - |
| HSV(B) | 266.62º | 0.61% | 0.86% | - |
| XYZ | 27.79 | 17.79 | 68.99 | - |
| YUV | 118.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 219 | 0.34 | 0.61 | 0 | 0.14 | 266.62 | 0.65 | 0.6 |
| Hex | 91 | 56 | DB | 22 | 3D | 0 | E | 10B | 41 | 3C |
| Octal | 221 | 126 | 333 | 42 | 75 | 0 | 16 | 413 | 101 | 74 |
| Binary | 10010001 | 1010110 | 11011011 | 100010 | 111101 | 0 | 1110 | 100001011 | 1000001 | 111100 |
Color Harmonies of #9156DB
Complementary color
Monochromatic Colors of #9156DB
Black with #9156DB
Text Example
Text Example
White with #9156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9156DB; }
p { color: rgb(145,86,219); }
H1.HeaderClassName
{
color: #9156DB;
}
.AnyTagClassName
{
color: #9156DB;
}
</style>
background-color css
<style>
a { background-color: #9156DB; }
a { background-color: rgb(145,86,219); }
div.DivClassName
{
background-color: #9156DB;
}
.BgClassName
{
background-color: #9156DB;
}
</style>
border-color css
<style>
span { border-color: #9156DB; }
span { border-color: rgb(145,86,219); }
td.TdClassName
{
border-color: #9156DB;
}
.TagClassName
{
border-color: #9156DB;
}
</style>