Shades of Amethyst #954DDD
Tints of Amethyst #954DDD
RGB
CMYK
RGB Variations
Color information
#954DDD (or 0x954DDD) is known color: Amethyst. HEX triplet: 95, 4D and DD. RGB value is (149,77,221). Sum of RGB (Red+Green+Blue) = 149+77+221=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #954DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DDD is #6AB222. Grayscale: #727272. Windows color (decimal): -6992419 or 14503317. OLE color: 14503317.
HSL color Cylindrical-coordinate representation of color #954DDD: hue angle of 270º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954DDD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 77 | 221 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 270º | 0.68% | 0.58% | - |
| HSV(B) | 270º | 0.65% | 0.87% | - |
| XYZ | 28.1 | 16.92 | 70.19 | - |
| YUV | 114.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 221 | 0.33 | 0.65 | 0 | 0.13 | 270 | 0.68 | 0.58 |
| Hex | 95 | 4D | DD | 21 | 41 | 0 | D | 10E | 44 | 3A |
| Octal | 225 | 115 | 335 | 41 | 101 | 0 | 15 | 416 | 104 | 72 |
| Binary | 10010101 | 1001101 | 11011101 | 100001 | 1000001 | 0 | 1101 | 100001110 | 1000100 | 111010 |
Color Harmonies of #954DDD
Complementary color
Monochromatic Colors of #954DDD
Black with #954DDD
Text Example
Text Example
White with #954DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DDD; }
p { color: rgb(149,77,221); }
H1.HeaderClassName
{
color: #954DDD;
}
.AnyTagClassName
{
color: #954DDD;
}
</style>
background-color css
<style>
a { background-color: #954DDD; }
a { background-color: rgb(149,77,221); }
div.DivClassName
{
background-color: #954DDD;
}
.BgClassName
{
background-color: #954DDD;
}
</style>
border-color css
<style>
span { border-color: #954DDD; }
span { border-color: rgb(149,77,221); }
td.TdClassName
{
border-color: #954DDD;
}
.TagClassName
{
border-color: #954DDD;
}
</style>