Shades of Amethyst #914ED5
Tints of Amethyst #914ED5
RGB
CMYK
RGB Variations
Color information
#914ED5 (or 0x914ED5) is known color: Amethyst. HEX triplet: 91, 4E and D5. RGB value is (145,78,213). Sum of RGB (Red+Green+Blue) = 145+78+213=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #914ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914ED5 is #6EB12A. Grayscale: #707070. Windows color (decimal): -7254315 or 13979281. OLE color: 13979281.
HSL color Cylindrical-coordinate representation of color #914ED5: hue angle of 269.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914ED5 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 78 | 213 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.16 |
| HSL | 269.78º | 0.62% | 0.57% | - |
| HSV(B) | 269.78º | 0.63% | 0.84% | - |
| XYZ | 26.41 | 16.27 | 64.7 | - |
| YUV | 113.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 213 | 0.32 | 0.63 | 0 | 0.16 | 269.78 | 0.62 | 0.57 |
| Hex | 91 | 4E | D5 | 20 | 3F | 0 | 10 | 10E | 3E | 39 |
| Octal | 221 | 116 | 325 | 40 | 77 | 0 | 20 | 416 | 76 | 71 |
| Binary | 10010001 | 1001110 | 11010101 | 100000 | 111111 | 0 | 10000 | 100001110 | 111110 | 111001 |
Color Harmonies of #914ED5
Complementary color
Monochromatic Colors of #914ED5
Black with #914ED5
Text Example
Text Example
White with #914ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ED5; }
p { color: rgb(145,78,213); }
H1.HeaderClassName
{
color: #914ED5;
}
.AnyTagClassName
{
color: #914ED5;
}
</style>
background-color css
<style>
a { background-color: #914ED5; }
a { background-color: rgb(145,78,213); }
div.DivClassName
{
background-color: #914ED5;
}
.BgClassName
{
background-color: #914ED5;
}
</style>
border-color css
<style>
span { border-color: #914ED5; }
span { border-color: rgb(145,78,213); }
td.TdClassName
{
border-color: #914ED5;
}
.TagClassName
{
border-color: #914ED5;
}
</style>