Shades of Amethyst #914FDF
Tints of Amethyst #914FDF
RGB
CMYK
RGB Variations
Color information
#914FDF (or 0x914FDF) is known color: Amethyst. HEX triplet: 91, 4F and DF. RGB value is (145,79,223). Sum of RGB (Red+Green+Blue) = 145+79+223=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #914FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FDF is #6EB020. Grayscale: #727272. Windows color (decimal): -7254049 or 14634897. OLE color: 14634897.
HSL color Cylindrical-coordinate representation of color #914FDF: hue angle of 267.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914FDF is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 79 | 223 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.13 |
| HSL | 267.5º | 0.69% | 0.59% | - |
| HSV(B) | 267.5º | 0.65% | 0.87% | - |
| XYZ | 27.79 | 16.94 | 71.62 | - |
| YUV | 115.15 | 188.87 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 223 | 0.35 | 0.65 | 0 | 0.13 | 267.5 | 0.69 | 0.59 |
| Hex | 91 | 4F | DF | 23 | 41 | 0 | D | 10C | 45 | 3B |
| Octal | 221 | 117 | 337 | 43 | 101 | 0 | 15 | 414 | 105 | 73 |
| Binary | 10010001 | 1001111 | 11011111 | 100011 | 1000001 | 0 | 1101 | 100001100 | 1000101 | 111011 |
Color Harmonies of #914FDF
Complementary color
Monochromatic Colors of #914FDF
Black with #914FDF
Text Example
Text Example
White with #914FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FDF; }
p { color: rgb(145,79,223); }
H1.HeaderClassName
{
color: #914FDF;
}
.AnyTagClassName
{
color: #914FDF;
}
</style>
background-color css
<style>
a { background-color: #914FDF; }
a { background-color: rgb(145,79,223); }
div.DivClassName
{
background-color: #914FDF;
}
.BgClassName
{
background-color: #914FDF;
}
</style>
border-color css
<style>
span { border-color: #914FDF; }
span { border-color: rgb(145,79,223); }
td.TdClassName
{
border-color: #914FDF;
}
.TagClassName
{
border-color: #914FDF;
}
</style>