Shades of Amethyst #914EDD
Tints of Amethyst #914EDD
RGB
CMYK
RGB Variations
Color information
#914EDD (or 0x914EDD) is known color: Amethyst. HEX triplet: 91, 4E and DD. RGB value is (145,78,221). Sum of RGB (Red+Green+Blue) = 145+78+221=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #914EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EDD is #6EB122. Grayscale: #717171. Windows color (decimal): -7254307 or 14503569. OLE color: 14503569.
HSL color Cylindrical-coordinate representation of color #914EDD: hue angle of 268.11º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914EDD is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 78 | 221 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.13 |
| HSL | 268.11º | 0.68% | 0.59% | - |
| HSV(B) | 268.11º | 0.65% | 0.87% | - |
| XYZ | 27.45 | 16.69 | 70.18 | - |
| YUV | 114.34 | 188.2 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 221 | 0.34 | 0.65 | 0 | 0.13 | 268.11 | 0.68 | 0.59 |
| Hex | 91 | 4E | DD | 22 | 41 | 0 | D | 10C | 44 | 3B |
| Octal | 221 | 116 | 335 | 42 | 101 | 0 | 15 | 414 | 104 | 73 |
| Binary | 10010001 | 1001110 | 11011101 | 100010 | 1000001 | 0 | 1101 | 100001100 | 1000100 | 111011 |
Color Harmonies of #914EDD
Complementary color
Monochromatic Colors of #914EDD
Black with #914EDD
Text Example
Text Example
White with #914EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EDD; }
p { color: rgb(145,78,221); }
H1.HeaderClassName
{
color: #914EDD;
}
.AnyTagClassName
{
color: #914EDD;
}
</style>
background-color css
<style>
a { background-color: #914EDD; }
a { background-color: rgb(145,78,221); }
div.DivClassName
{
background-color: #914EDD;
}
.BgClassName
{
background-color: #914EDD;
}
</style>
border-color css
<style>
span { border-color: #914EDD; }
span { border-color: rgb(145,78,221); }
td.TdClassName
{
border-color: #914EDD;
}
.TagClassName
{
border-color: #914EDD;
}
</style>