Shades of Amethyst #954ED6
Tints of Amethyst #954ED6
RGB
CMYK
RGB Variations
Color information
#954ED6 (or 0x954ED6) is known color: Amethyst. HEX triplet: 95, 4E and D6. RGB value is (149,78,214). Sum of RGB (Red+Green+Blue) = 149+78+214=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #954ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ED6 is #6AB129. Grayscale: #727272. Windows color (decimal): -6992170 or 14044821. OLE color: 14044821.
HSL color Cylindrical-coordinate representation of color #954ED6: hue angle of 271.32º 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 #954ED6 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 78 | 214 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.16 |
| HSL | 271.32º | 0.62% | 0.57% | - |
| HSV(B) | 271.32º | 0.64% | 0.84% | - |
| XYZ | 27.26 | 16.69 | 65.4 | - |
| YUV | 114.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 214 | 0.30 | 0.64 | 0 | 0.16 | 271.32 | 0.62 | 0.57 |
| Hex | 95 | 4E | D6 | 1E | 40 | 0 | 10 | 10F | 3E | 39 |
| Octal | 225 | 116 | 326 | 36 | 100 | 0 | 20 | 417 | 76 | 71 |
| Binary | 10010101 | 1001110 | 11010110 | 11110 | 1000000 | 0 | 10000 | 100001111 | 111110 | 111001 |
Color Harmonies of #954ED6
Complementary color
Monochromatic Colors of #954ED6
Black with #954ED6
Text Example
Text Example
White with #954ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ED6; }
p { color: rgb(149,78,214); }
H1.HeaderClassName
{
color: #954ED6;
}
.AnyTagClassName
{
color: #954ED6;
}
</style>
background-color css
<style>
a { background-color: #954ED6; }
a { background-color: rgb(149,78,214); }
div.DivClassName
{
background-color: #954ED6;
}
.BgClassName
{
background-color: #954ED6;
}
</style>
border-color css
<style>
span { border-color: #954ED6; }
span { border-color: rgb(149,78,214); }
td.TdClassName
{
border-color: #954ED6;
}
.TagClassName
{
border-color: #954ED6;
}
</style>