Shades of Amethyst #914DD5
Tints of Amethyst #914DD5
RGB
CMYK
RGB Variations
Color information
#914DD5 (or 0x914DD5) is known color: Amethyst. HEX triplet: 91, 4D and D5. RGB value is (145,77,213). Sum of RGB (Red+Green+Blue) = 145+77+213=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #914DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DD5 is #6EB22A. Grayscale: #707070. Windows color (decimal): -7254571 or 13979025. OLE color: 13979025.
HSL color Cylindrical-coordinate representation of color #914DD5: hue angle of 270º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914DD5 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 77 | 213 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.16 |
| HSL | 270º | 0.62% | 0.57% | - |
| HSV(B) | 270º | 0.64% | 0.84% | - |
| XYZ | 26.34 | 16.13 | 64.68 | - |
| YUV | 112.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 213 | 0.32 | 0.64 | 0 | 0.16 | 270 | 0.62 | 0.57 |
| Hex | 91 | 4D | D5 | 20 | 40 | 0 | 10 | 10E | 3E | 39 |
| Octal | 221 | 115 | 325 | 40 | 100 | 0 | 20 | 416 | 76 | 71 |
| Binary | 10010001 | 1001101 | 11010101 | 100000 | 1000000 | 0 | 10000 | 100001110 | 111110 | 111001 |
Color Harmonies of #914DD5
Complementary color
Monochromatic Colors of #914DD5
Black with #914DD5
Text Example
Text Example
White with #914DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DD5; }
p { color: rgb(145,77,213); }
H1.HeaderClassName
{
color: #914DD5;
}
.AnyTagClassName
{
color: #914DD5;
}
</style>
background-color css
<style>
a { background-color: #914DD5; }
a { background-color: rgb(145,77,213); }
div.DivClassName
{
background-color: #914DD5;
}
.BgClassName
{
background-color: #914DD5;
}
</style>
border-color css
<style>
span { border-color: #914DD5; }
span { border-color: rgb(145,77,213); }
td.TdClassName
{
border-color: #914DD5;
}
.TagClassName
{
border-color: #914DD5;
}
</style>