Shades of Amethyst #954DDF
Tints of Amethyst #954DDF
RGB
CMYK
RGB Variations
Color information
#954DDF (or 0x954DDF) is known color: Amethyst. HEX triplet: 95, 4D and DF. RGB value is (149,77,223). Sum of RGB (Red+Green+Blue) = 149+77+223=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #954DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DDF is #6AB220. Grayscale: #727272. Windows color (decimal): -6992417 or 14634389. OLE color: 14634389.
HSL color Cylindrical-coordinate representation of color #954DDF: hue angle of 269.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954DDF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 77 | 223 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 269.59º | 0.7% | 0.59% | - |
| HSV(B) | 269.59º | 0.65% | 0.87% | - |
| XYZ | 28.37 | 17.03 | 71.6 | - |
| YUV | 115.17 | 188.85 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 223 | 0.33 | 0.65 | 0 | 0.13 | 269.59 | 0.7 | 0.59 |
| Hex | 95 | 4D | DF | 21 | 41 | 0 | D | 10E | 46 | 3B |
| Octal | 225 | 115 | 337 | 41 | 101 | 0 | 15 | 416 | 106 | 73 |
| Binary | 10010101 | 1001101 | 11011111 | 100001 | 1000001 | 0 | 1101 | 100001110 | 1000110 | 111011 |
Color Harmonies of #954DDF
Complementary color
Monochromatic Colors of #954DDF
Black with #954DDF
Text Example
Text Example
White with #954DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DDF; }
p { color: rgb(149,77,223); }
H1.HeaderClassName
{
color: #954DDF;
}
.AnyTagClassName
{
color: #954DDF;
}
</style>
background-color css
<style>
a { background-color: #954DDF; }
a { background-color: rgb(149,77,223); }
div.DivClassName
{
background-color: #954DDF;
}
.BgClassName
{
background-color: #954DDF;
}
</style>
border-color css
<style>
span { border-color: #954DDF; }
span { border-color: rgb(149,77,223); }
td.TdClassName
{
border-color: #954DDF;
}
.TagClassName
{
border-color: #954DDF;
}
</style>