Shades of Amethyst #954EDB
Tints of Amethyst #954EDB
RGB
CMYK
RGB Variations
Color information
#954EDB (or 0x954EDB) is known color: Amethyst. HEX triplet: 95, 4E and DB. RGB value is (149,78,219). Sum of RGB (Red+Green+Blue) = 149+78+219=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #954EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EDB is #6AB124. Grayscale: #727272. Windows color (decimal): -6992165 or 14372501. OLE color: 14372501.
HSL color Cylindrical-coordinate representation of color #954EDB: hue angle of 270.21º 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 #954EDB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 78 | 219 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.14 |
| HSL | 270.21º | 0.66% | 0.58% | - |
| HSV(B) | 270.21º | 0.64% | 0.86% | - |
| XYZ | 27.91 | 16.95 | 68.82 | - |
| YUV | 115.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 219 | 0.32 | 0.64 | 0 | 0.14 | 270.21 | 0.66 | 0.58 |
| Hex | 95 | 4E | DB | 20 | 40 | 0 | E | 10E | 42 | 3A |
| Octal | 225 | 116 | 333 | 40 | 100 | 0 | 16 | 416 | 102 | 72 |
| Binary | 10010101 | 1001110 | 11011011 | 100000 | 1000000 | 0 | 1110 | 100001110 | 1000010 | 111010 |
Color Harmonies of #954EDB
Complementary color
Monochromatic Colors of #954EDB
Black with #954EDB
Text Example
Text Example
White with #954EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EDB; }
p { color: rgb(149,78,219); }
H1.HeaderClassName
{
color: #954EDB;
}
.AnyTagClassName
{
color: #954EDB;
}
</style>
background-color css
<style>
a { background-color: #954EDB; }
a { background-color: rgb(149,78,219); }
div.DivClassName
{
background-color: #954EDB;
}
.BgClassName
{
background-color: #954EDB;
}
</style>
border-color css
<style>
span { border-color: #954EDB; }
span { border-color: rgb(149,78,219); }
td.TdClassName
{
border-color: #954EDB;
}
.TagClassName
{
border-color: #954EDB;
}
</style>