Shades of Amethyst #914FCE
Tints of Amethyst #914FCE
RGB
CMYK
RGB Variations
Color information
#914FCE (or 0x914FCE) is known color: Amethyst. HEX triplet: 91, 4F and CE. RGB value is (145,79,206). Sum of RGB (Red+Green+Blue) = 145+79+206=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #914FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FCE is #6EB031. Grayscale: #707070. Windows color (decimal): -7254066 or 13520785. OLE color: 13520785.
HSL color Cylindrical-coordinate representation of color #914FCE: hue angle of 271.18º degrees, saturation: 0.56, 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 #914FCE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 79 | 206 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.19 |
| HSL | 271.18º | 0.56% | 0.56% | - |
| HSV(B) | 271.18º | 0.62% | 0.81% | - |
| XYZ | 25.61 | 16.07 | 60.14 | - |
| YUV | 113.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 206 | 0.30 | 0.62 | 0 | 0.19 | 271.18 | 0.56 | 0.56 |
| Hex | 91 | 4F | CE | 1E | 3E | 0 | 13 | 10F | 38 | 38 |
| Octal | 221 | 117 | 316 | 36 | 76 | 0 | 23 | 417 | 70 | 70 |
| Binary | 10010001 | 1001111 | 11001110 | 11110 | 111110 | 0 | 10011 | 100001111 | 111000 | 111000 |
Color Harmonies of #914FCE
Complementary color
Monochromatic Colors of #914FCE
Black with #914FCE
Text Example
Text Example
White with #914FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FCE; }
p { color: rgb(145,79,206); }
H1.HeaderClassName
{
color: #914FCE;
}
.AnyTagClassName
{
color: #914FCE;
}
</style>
background-color css
<style>
a { background-color: #914FCE; }
a { background-color: rgb(145,79,206); }
div.DivClassName
{
background-color: #914FCE;
}
.BgClassName
{
background-color: #914FCE;
}
</style>
border-color css
<style>
span { border-color: #914FCE; }
span { border-color: rgb(145,79,206); }
td.TdClassName
{
border-color: #914FCE;
}
.TagClassName
{
border-color: #914FCE;
}
</style>