Shades of Amethyst #954DD5
Tints of Amethyst #954DD5
RGB
CMYK
RGB Variations
Color information
#954DD5 (or 0x954DD5) is known color: Amethyst. HEX triplet: 95, 4D and D5. RGB value is (149,77,213). Sum of RGB (Red+Green+Blue) = 149+77+213=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #954DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DD5 is #6AB22A. Grayscale: #717171. Windows color (decimal): -6992427 or 13979029. OLE color: 13979029.
HSL color Cylindrical-coordinate representation of color #954DD5: hue angle of 271.76º 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 #954DD5 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 77 | 213 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.16 |
| HSL | 271.76º | 0.62% | 0.57% | - |
| HSV(B) | 271.76º | 0.64% | 0.84% | - |
| XYZ | 27.06 | 16.5 | 64.71 | - |
| YUV | 114.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 213 | 0.30 | 0.64 | 0 | 0.16 | 271.76 | 0.62 | 0.57 |
| Hex | 95 | 4D | D5 | 1E | 40 | 0 | 10 | 110 | 3E | 39 |
| Octal | 225 | 115 | 325 | 36 | 100 | 0 | 20 | 420 | 76 | 71 |
| Binary | 10010101 | 1001101 | 11010101 | 11110 | 1000000 | 0 | 10000 | 100010000 | 111110 | 111001 |
Color Harmonies of #954DD5
Complementary color
Monochromatic Colors of #954DD5
Black with #954DD5
Text Example
Text Example
White with #954DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DD5; }
p { color: rgb(149,77,213); }
H1.HeaderClassName
{
color: #954DD5;
}
.AnyTagClassName
{
color: #954DD5;
}
</style>
background-color css
<style>
a { background-color: #954DD5; }
a { background-color: rgb(149,77,213); }
div.DivClassName
{
background-color: #954DD5;
}
.BgClassName
{
background-color: #954DD5;
}
</style>
border-color css
<style>
span { border-color: #954DD5; }
span { border-color: rgb(149,77,213); }
td.TdClassName
{
border-color: #954DD5;
}
.TagClassName
{
border-color: #954DD5;
}
</style>