Shades of Amethyst #954FDD
Tints of Amethyst #954FDD
RGB
CMYK
RGB Variations
Color information
#954FDD (or 0x954FDD) is known color: Amethyst. HEX triplet: 95, 4F and DD. RGB value is (149,79,221). Sum of RGB (Red+Green+Blue) = 149+79+221=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #954FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FDD is #6AB022. Grayscale: #737373. Windows color (decimal): -6991907 or 14503829. OLE color: 14503829.
HSL color Cylindrical-coordinate representation of color #954FDD: hue angle of 269.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954FDD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 79 | 221 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.13 |
| HSL | 269.58º | 0.68% | 0.59% | - |
| HSV(B) | 269.58º | 0.64% | 0.87% | - |
| XYZ | 28.24 | 17.2 | 70.24 | - |
| YUV | 116.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 221 | 0.33 | 0.64 | 0 | 0.13 | 269.58 | 0.68 | 0.59 |
| Hex | 95 | 4F | DD | 21 | 40 | 0 | D | 10E | 44 | 3B |
| Octal | 225 | 117 | 335 | 41 | 100 | 0 | 15 | 416 | 104 | 73 |
| Binary | 10010101 | 1001111 | 11011101 | 100001 | 1000000 | 0 | 1101 | 100001110 | 1000100 | 111011 |
Color Harmonies of #954FDD
Complementary color
Monochromatic Colors of #954FDD
Black with #954FDD
Text Example
Text Example
White with #954FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FDD; }
p { color: rgb(149,79,221); }
H1.HeaderClassName
{
color: #954FDD;
}
.AnyTagClassName
{
color: #954FDD;
}
</style>
background-color css
<style>
a { background-color: #954FDD; }
a { background-color: rgb(149,79,221); }
div.DivClassName
{
background-color: #954FDD;
}
.BgClassName
{
background-color: #954FDD;
}
</style>
border-color css
<style>
span { border-color: #954FDD; }
span { border-color: rgb(149,79,221); }
td.TdClassName
{
border-color: #954FDD;
}
.TagClassName
{
border-color: #954FDD;
}
</style>