Shades of Amethyst #914DD0
Tints of Amethyst #914DD0
RGB
CMYK
RGB Variations
Color information
#914DD0 (or 0x914DD0) is known color: Amethyst. HEX triplet: 91, 4D and D0. RGB value is (145,77,208). Sum of RGB (Red+Green+Blue) = 145+77+208=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #914DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DD0 is #6EB22F. Grayscale: #6F6F6F. Windows color (decimal): -7254576 or 13651345. OLE color: 13651345.
HSL color Cylindrical-coordinate representation of color #914DD0: hue angle of 271.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914DD0 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 77 | 208 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.18 |
| HSL | 271.15º | 0.58% | 0.56% | - |
| HSV(B) | 271.15º | 0.63% | 0.82% | - |
| XYZ | 25.72 | 15.88 | 61.38 | - |
| YUV | 112.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 208 | 0.30 | 0.63 | 0 | 0.18 | 271.15 | 0.58 | 0.56 |
| Hex | 91 | 4D | D0 | 1E | 3F | 0 | 12 | 10F | 3A | 38 |
| Octal | 221 | 115 | 320 | 36 | 77 | 0 | 22 | 417 | 72 | 70 |
| Binary | 10010001 | 1001101 | 11010000 | 11110 | 111111 | 0 | 10010 | 100001111 | 111010 | 111000 |
Color Harmonies of #914DD0
Complementary color
Monochromatic Colors of #914DD0
Black with #914DD0
Text Example
Text Example
White with #914DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DD0; }
p { color: rgb(145,77,208); }
H1.HeaderClassName
{
color: #914DD0;
}
.AnyTagClassName
{
color: #914DD0;
}
</style>
background-color css
<style>
a { background-color: #914DD0; }
a { background-color: rgb(145,77,208); }
div.DivClassName
{
background-color: #914DD0;
}
.BgClassName
{
background-color: #914DD0;
}
</style>
border-color css
<style>
span { border-color: #914DD0; }
span { border-color: rgb(145,77,208); }
td.TdClassName
{
border-color: #914DD0;
}
.TagClassName
{
border-color: #914DD0;
}
</style>