Shades of Amethyst #914ECF
Tints of Amethyst #914ECF
RGB
CMYK
RGB Variations
Color information
#914ECF (or 0x914ECF) is known color: Amethyst. HEX triplet: 91, 4E and CF. RGB value is (145,78,207). Sum of RGB (Red+Green+Blue) = 145+78+207=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #914ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914ECF is #6EB130. Grayscale: #707070. Windows color (decimal): -7254321 or 13586065. OLE color: 13586065.
HSL color Cylindrical-coordinate representation of color #914ECF: hue angle of 271.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914ECF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 78 | 207 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.19 |
| HSL | 271.16º | 0.57% | 0.56% | - |
| HSV(B) | 271.16º | 0.62% | 0.81% | - |
| XYZ | 25.66 | 15.97 | 60.76 | - |
| YUV | 112.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 207 | 0.30 | 0.62 | 0 | 0.19 | 271.16 | 0.57 | 0.56 |
| Hex | 91 | 4E | CF | 1E | 3E | 0 | 13 | 10F | 39 | 38 |
| Octal | 221 | 116 | 317 | 36 | 76 | 0 | 23 | 417 | 71 | 70 |
| Binary | 10010001 | 1001110 | 11001111 | 11110 | 111110 | 0 | 10011 | 100001111 | 111001 | 111000 |
Color Harmonies of #914ECF
Complementary color
Monochromatic Colors of #914ECF
Black with #914ECF
Text Example
Text Example
White with #914ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ECF; }
p { color: rgb(145,78,207); }
H1.HeaderClassName
{
color: #914ECF;
}
.AnyTagClassName
{
color: #914ECF;
}
</style>
background-color css
<style>
a { background-color: #914ECF; }
a { background-color: rgb(145,78,207); }
div.DivClassName
{
background-color: #914ECF;
}
.BgClassName
{
background-color: #914ECF;
}
</style>
border-color css
<style>
span { border-color: #914ECF; }
span { border-color: rgb(145,78,207); }
td.TdClassName
{
border-color: #914ECF;
}
.TagClassName
{
border-color: #914ECF;
}
</style>