Shades of Amethyst #954DDB
Tints of Amethyst #954DDB
RGB
CMYK
RGB Variations
Color information
#954DDB (or 0x954DDB) is known color: Amethyst. HEX triplet: 95, 4D and DB. RGB value is (149,77,219). Sum of RGB (Red+Green+Blue) = 149+77+219=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #954DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DDB is #6AB224. Grayscale: #727272. Windows color (decimal): -6992421 or 14372245. OLE color: 14372245.
HSL color Cylindrical-coordinate representation of color #954DDB: hue angle of 270.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954DDB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 77 | 219 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.14 |
| HSL | 270.42º | 0.66% | 0.58% | - |
| HSV(B) | 270.42º | 0.65% | 0.86% | - |
| XYZ | 27.83 | 16.81 | 68.8 | - |
| YUV | 114.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 219 | 0.32 | 0.65 | 0 | 0.14 | 270.42 | 0.66 | 0.58 |
| Hex | 95 | 4D | DB | 20 | 41 | 0 | E | 10E | 42 | 3A |
| Octal | 225 | 115 | 333 | 40 | 101 | 0 | 16 | 416 | 102 | 72 |
| Binary | 10010101 | 1001101 | 11011011 | 100000 | 1000001 | 0 | 1110 | 100001110 | 1000010 | 111010 |
Color Harmonies of #954DDB
Complementary color
Monochromatic Colors of #954DDB
Black with #954DDB
Text Example
Text Example
White with #954DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DDB; }
p { color: rgb(149,77,219); }
H1.HeaderClassName
{
color: #954DDB;
}
.AnyTagClassName
{
color: #954DDB;
}
</style>
background-color css
<style>
a { background-color: #954DDB; }
a { background-color: rgb(149,77,219); }
div.DivClassName
{
background-color: #954DDB;
}
.BgClassName
{
background-color: #954DDB;
}
</style>
border-color css
<style>
span { border-color: #954DDB; }
span { border-color: rgb(149,77,219); }
td.TdClassName
{
border-color: #954DDB;
}
.TagClassName
{
border-color: #954DDB;
}
</style>