Shades of Amethyst #914FDB
Tints of Amethyst #914FDB
RGB
CMYK
RGB Variations
Color information
#914FDB (or 0x914FDB) is known color: Amethyst. HEX triplet: 91, 4F and DB. RGB value is (145,79,219). Sum of RGB (Red+Green+Blue) = 145+79+219=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #914FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FDB is #6EB024. Grayscale: #727272. Windows color (decimal): -7254053 or 14372753. OLE color: 14372753.
HSL color Cylindrical-coordinate representation of color #914FDB: hue angle of 268.29º 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 #914FDB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 79 | 219 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.14 |
| HSL | 268.29º | 0.66% | 0.58% | - |
| HSV(B) | 268.29º | 0.64% | 0.86% | - |
| XYZ | 27.26 | 16.73 | 68.81 | - |
| YUV | 114.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 219 | 0.34 | 0.64 | 0 | 0.14 | 268.29 | 0.66 | 0.58 |
| Hex | 91 | 4F | DB | 22 | 40 | 0 | E | 10C | 42 | 3A |
| Octal | 221 | 117 | 333 | 42 | 100 | 0 | 16 | 414 | 102 | 72 |
| Binary | 10010001 | 1001111 | 11011011 | 100010 | 1000000 | 0 | 1110 | 100001100 | 1000010 | 111010 |
Color Harmonies of #914FDB
Complementary color
Monochromatic Colors of #914FDB
Black with #914FDB
Text Example
Text Example
White with #914FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FDB; }
p { color: rgb(145,79,219); }
H1.HeaderClassName
{
color: #914FDB;
}
.AnyTagClassName
{
color: #914FDB;
}
</style>
background-color css
<style>
a { background-color: #914FDB; }
a { background-color: rgb(145,79,219); }
div.DivClassName
{
background-color: #914FDB;
}
.BgClassName
{
background-color: #914FDB;
}
</style>
border-color css
<style>
span { border-color: #914FDB; }
span { border-color: rgb(145,79,219); }
td.TdClassName
{
border-color: #914FDB;
}
.TagClassName
{
border-color: #914FDB;
}
</style>