Shades of Amethyst #915ADB
Tints of Amethyst #915ADB
RGB
CMYK
RGB Variations
Color information
#915ADB (or 0x915ADB) is known color: Amethyst. HEX triplet: 91, 5A and DB. RGB value is (145,90,219). Sum of RGB (Red+Green+Blue) = 145+90+219=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #915ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ADB is #6EA524. Grayscale: #787878. Windows color (decimal): -7251237 or 14375569. OLE color: 14375569.
HSL color Cylindrical-coordinate representation of color #915ADB: hue angle of 265.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915ADB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 90 | 219 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.14 |
| HSL | 265.58º | 0.64% | 0.61% | - |
| HSV(B) | 265.58º | 0.59% | 0.86% | - |
| XYZ | 28.12 | 18.45 | 69.1 | - |
| YUV | 121.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 219 | 0.34 | 0.59 | 0 | 0.14 | 265.58 | 0.64 | 0.61 |
| Hex | 91 | 5A | DB | 22 | 3B | 0 | E | 10A | 40 | 3D |
| Octal | 221 | 132 | 333 | 42 | 73 | 0 | 16 | 412 | 100 | 75 |
| Binary | 10010001 | 1011010 | 11011011 | 100010 | 111011 | 0 | 1110 | 100001010 | 1000000 | 111101 |
Color Harmonies of #915ADB
Complementary color
Monochromatic Colors of #915ADB
Black with #915ADB
Text Example
Text Example
White with #915ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915ADB; }
p { color: rgb(145,90,219); }
H1.HeaderClassName
{
color: #915ADB;
}
.AnyTagClassName
{
color: #915ADB;
}
</style>
background-color css
<style>
a { background-color: #915ADB; }
a { background-color: rgb(145,90,219); }
div.DivClassName
{
background-color: #915ADB;
}
.BgClassName
{
background-color: #915ADB;
}
</style>
border-color css
<style>
span { border-color: #915ADB; }
span { border-color: rgb(145,90,219); }
td.TdClassName
{
border-color: #915ADB;
}
.TagClassName
{
border-color: #915ADB;
}
</style>