Shades of Amethyst #914FDE
Tints of Amethyst #914FDE
RGB
CMYK
RGB Variations
Color information
#914FDE (or 0x914FDE) is known color: Amethyst. HEX triplet: 91, 4F and DE. RGB value is (145,79,222). Sum of RGB (Red+Green+Blue) = 145+79+222=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #914FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FDE is #6EB021. Grayscale: #727272. Windows color (decimal): -7254050 or 14569361. OLE color: 14569361.
HSL color Cylindrical-coordinate representation of color #914FDE: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914FDE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 79 | 222 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.13 |
| HSL | 267.69º | 0.68% | 0.59% | - |
| HSV(B) | 267.69º | 0.64% | 0.87% | - |
| XYZ | 27.66 | 16.89 | 70.91 | - |
| YUV | 115.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 222 | 0.35 | 0.64 | 0 | 0.13 | 267.69 | 0.68 | 0.59 |
| Hex | 91 | 4F | DE | 23 | 40 | 0 | D | 10C | 44 | 3B |
| Octal | 221 | 117 | 336 | 43 | 100 | 0 | 15 | 414 | 104 | 73 |
| Binary | 10010001 | 1001111 | 11011110 | 100011 | 1000000 | 0 | 1101 | 100001100 | 1000100 | 111011 |
Color Harmonies of #914FDE
Complementary color
Monochromatic Colors of #914FDE
Black with #914FDE
Text Example
Text Example
White with #914FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FDE; }
p { color: rgb(145,79,222); }
H1.HeaderClassName
{
color: #914FDE;
}
.AnyTagClassName
{
color: #914FDE;
}
</style>
background-color css
<style>
a { background-color: #914FDE; }
a { background-color: rgb(145,79,222); }
div.DivClassName
{
background-color: #914FDE;
}
.BgClassName
{
background-color: #914FDE;
}
</style>
border-color css
<style>
span { border-color: #914FDE; }
span { border-color: rgb(145,79,222); }
td.TdClassName
{
border-color: #914FDE;
}
.TagClassName
{
border-color: #914FDE;
}
</style>