Shades of Amethyst #954FDB
Tints of Amethyst #954FDB
RGB
CMYK
RGB Variations
Color information
#954FDB (or 0x954FDB) is known color: Amethyst. HEX triplet: 95, 4F and DB. RGB value is (149,79,219). Sum of RGB (Red+Green+Blue) = 149+79+219=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #954FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FDB is #6AB024. Grayscale: #737373. Windows color (decimal): -6991909 or 14372757. OLE color: 14372757.
HSL color Cylindrical-coordinate representation of color #954FDB: hue angle of 270º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954FDB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 79 | 219 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.14 |
| HSL | 270º | 0.66% | 0.58% | - |
| HSV(B) | 270º | 0.64% | 0.86% | - |
| XYZ | 27.98 | 17.1 | 68.84 | - |
| YUV | 115.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 219 | 0.32 | 0.64 | 0 | 0.14 | 270 | 0.66 | 0.58 |
| Hex | 95 | 4F | DB | 20 | 40 | 0 | E | 10E | 42 | 3A |
| Octal | 225 | 117 | 333 | 40 | 100 | 0 | 16 | 416 | 102 | 72 |
| Binary | 10010101 | 1001111 | 11011011 | 100000 | 1000000 | 0 | 1110 | 100001110 | 1000010 | 111010 |
Color Harmonies of #954FDB
Complementary color
Monochromatic Colors of #954FDB
Black with #954FDB
Text Example
Text Example
White with #954FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FDB; }
p { color: rgb(149,79,219); }
H1.HeaderClassName
{
color: #954FDB;
}
.AnyTagClassName
{
color: #954FDB;
}
</style>
background-color css
<style>
a { background-color: #954FDB; }
a { background-color: rgb(149,79,219); }
div.DivClassName
{
background-color: #954FDB;
}
.BgClassName
{
background-color: #954FDB;
}
</style>
border-color css
<style>
span { border-color: #954FDB; }
span { border-color: rgb(149,79,219); }
td.TdClassName
{
border-color: #954FDB;
}
.TagClassName
{
border-color: #954FDB;
}
</style>