Shades of Amethyst #954DDA
Tints of Amethyst #954DDA
RGB
CMYK
RGB Variations
Color information
#954DDA (or 0x954DDA) is known color: Amethyst. HEX triplet: 95, 4D and DA. RGB value is (149,77,218). Sum of RGB (Red+Green+Blue) = 149+77+218=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #954DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DDA is #6AB225. Grayscale: #727272. Windows color (decimal): -6992422 or 14306709. OLE color: 14306709.
HSL color Cylindrical-coordinate representation of color #954DDA: hue angle of 270.64º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954DDA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 77 | 218 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.15 |
| HSL | 270.64º | 0.66% | 0.58% | - |
| HSV(B) | 270.64º | 0.65% | 0.85% | - |
| XYZ | 27.7 | 16.76 | 68.1 | - |
| YUV | 114.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 218 | 0.32 | 0.65 | 0 | 0.15 | 270.64 | 0.66 | 0.58 |
| Hex | 95 | 4D | DA | 20 | 41 | 0 | F | 10F | 42 | 3A |
| Octal | 225 | 115 | 332 | 40 | 101 | 0 | 17 | 417 | 102 | 72 |
| Binary | 10010101 | 1001101 | 11011010 | 100000 | 1000001 | 0 | 1111 | 100001111 | 1000010 | 111010 |
Color Harmonies of #954DDA
Complementary color
Monochromatic Colors of #954DDA
Black with #954DDA
Text Example
Text Example
White with #954DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DDA; }
p { color: rgb(149,77,218); }
H1.HeaderClassName
{
color: #954DDA;
}
.AnyTagClassName
{
color: #954DDA;
}
</style>
background-color css
<style>
a { background-color: #954DDA; }
a { background-color: rgb(149,77,218); }
div.DivClassName
{
background-color: #954DDA;
}
.BgClassName
{
background-color: #954DDA;
}
</style>
border-color css
<style>
span { border-color: #954DDA; }
span { border-color: rgb(149,77,218); }
td.TdClassName
{
border-color: #954DDA;
}
.TagClassName
{
border-color: #954DDA;
}
</style>