Shades of Amethyst #914EDC
Tints of Amethyst #914EDC
RGB
CMYK
RGB Variations
Color information
#914EDC (or 0x914EDC) is known color: Amethyst. HEX triplet: 91, 4E and DC. RGB value is (145,78,220). Sum of RGB (Red+Green+Blue) = 145+78+220=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #914EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EDC is #6EB123. Grayscale: #717171. Windows color (decimal): -7254308 or 14438033. OLE color: 14438033.
HSL color Cylindrical-coordinate representation of color #914EDC: hue angle of 268.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914EDC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 78 | 220 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.14 |
| HSL | 268.31º | 0.67% | 0.58% | - |
| HSV(B) | 268.31º | 0.65% | 0.86% | - |
| XYZ | 27.32 | 16.64 | 69.48 | - |
| YUV | 114.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 220 | 0.34 | 0.65 | 0 | 0.14 | 268.31 | 0.67 | 0.58 |
| Hex | 91 | 4E | DC | 22 | 41 | 0 | E | 10C | 43 | 3A |
| Octal | 221 | 116 | 334 | 42 | 101 | 0 | 16 | 414 | 103 | 72 |
| Binary | 10010001 | 1001110 | 11011100 | 100010 | 1000001 | 0 | 1110 | 100001100 | 1000011 | 111010 |
Color Harmonies of #914EDC
Complementary color
Monochromatic Colors of #914EDC
Black with #914EDC
Text Example
Text Example
White with #914EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EDC; }
p { color: rgb(145,78,220); }
H1.HeaderClassName
{
color: #914EDC;
}
.AnyTagClassName
{
color: #914EDC;
}
</style>
background-color css
<style>
a { background-color: #914EDC; }
a { background-color: rgb(145,78,220); }
div.DivClassName
{
background-color: #914EDC;
}
.BgClassName
{
background-color: #914EDC;
}
</style>
border-color css
<style>
span { border-color: #914EDC; }
span { border-color: rgb(145,78,220); }
td.TdClassName
{
border-color: #914EDC;
}
.TagClassName
{
border-color: #914EDC;
}
</style>