Shades of Amethyst #914EDB
Tints of Amethyst #914EDB
RGB
CMYK
RGB Variations
Color information
#914EDB (or 0x914EDB) is known color: Amethyst. HEX triplet: 91, 4E and DB. RGB value is (145,78,219). Sum of RGB (Red+Green+Blue) = 145+78+219=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #914EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EDB is #6EB124. Grayscale: #717171. Windows color (decimal): -7254309 or 14372497. OLE color: 14372497.
HSL color Cylindrical-coordinate representation of color #914EDB: hue angle of 268.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914EDB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 78 | 219 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.14 |
| HSL | 268.51º | 0.66% | 0.58% | - |
| HSV(B) | 268.51º | 0.64% | 0.86% | - |
| XYZ | 27.19 | 16.58 | 68.79 | - |
| YUV | 114.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 219 | 0.34 | 0.64 | 0 | 0.14 | 268.51 | 0.66 | 0.58 |
| Hex | 91 | 4E | DB | 22 | 40 | 0 | E | 10D | 42 | 3A |
| Octal | 221 | 116 | 333 | 42 | 100 | 0 | 16 | 415 | 102 | 72 |
| Binary | 10010001 | 1001110 | 11011011 | 100010 | 1000000 | 0 | 1110 | 100001101 | 1000010 | 111010 |
Color Harmonies of #914EDB
Complementary color
Monochromatic Colors of #914EDB
Black with #914EDB
Text Example
Text Example
White with #914EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EDB; }
p { color: rgb(145,78,219); }
H1.HeaderClassName
{
color: #914EDB;
}
.AnyTagClassName
{
color: #914EDB;
}
</style>
background-color css
<style>
a { background-color: #914EDB; }
a { background-color: rgb(145,78,219); }
div.DivClassName
{
background-color: #914EDB;
}
.BgClassName
{
background-color: #914EDB;
}
</style>
border-color css
<style>
span { border-color: #914EDB; }
span { border-color: rgb(145,78,219); }
td.TdClassName
{
border-color: #914EDB;
}
.TagClassName
{
border-color: #914EDB;
}
</style>