Shades of Amethyst #914ED0
Tints of Amethyst #914ED0
RGB
CMYK
RGB Variations
Color information
#914ED0 (or 0x914ED0) is known color: Amethyst. HEX triplet: 91, 4E and D0. RGB value is (145,78,208). Sum of RGB (Red+Green+Blue) = 145+78+208=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #914ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914ED0 is #6EB12F. Grayscale: #707070. Windows color (decimal): -7254320 or 13651601. OLE color: 13651601.
HSL color Cylindrical-coordinate representation of color #914ED0: hue angle of 270.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914ED0 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 78 | 208 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.18 |
| HSL | 270.92º | 0.58% | 0.56% | - |
| HSV(B) | 270.92º | 0.63% | 0.82% | - |
| XYZ | 25.79 | 16.02 | 61.41 | - |
| YUV | 112.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 208 | 0.30 | 0.62 | 0 | 0.18 | 270.92 | 0.58 | 0.56 |
| Hex | 91 | 4E | D0 | 1E | 3E | 0 | 12 | 10F | 3A | 38 |
| Octal | 221 | 116 | 320 | 36 | 76 | 0 | 22 | 417 | 72 | 70 |
| Binary | 10010001 | 1001110 | 11010000 | 11110 | 111110 | 0 | 10010 | 100001111 | 111010 | 111000 |
Color Harmonies of #914ED0
Complementary color
Monochromatic Colors of #914ED0
Black with #914ED0
Text Example
Text Example
White with #914ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ED0; }
p { color: rgb(145,78,208); }
H1.HeaderClassName
{
color: #914ED0;
}
.AnyTagClassName
{
color: #914ED0;
}
</style>
background-color css
<style>
a { background-color: #914ED0; }
a { background-color: rgb(145,78,208); }
div.DivClassName
{
background-color: #914ED0;
}
.BgClassName
{
background-color: #914ED0;
}
</style>
border-color css
<style>
span { border-color: #914ED0; }
span { border-color: rgb(145,78,208); }
td.TdClassName
{
border-color: #914ED0;
}
.TagClassName
{
border-color: #914ED0;
}
</style>