Shades of Amethyst #955ADB
Tints of Amethyst #955ADB
RGB
CMYK
RGB Variations
Color information
#955ADB (or 0x955ADB) is known color: Amethyst. HEX triplet: 95, 5A and DB. RGB value is (149,90,219). Sum of RGB (Red+Green+Blue) = 149+90+219=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #955ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ADB is #6AA524. Grayscale: #797979. Windows color (decimal): -6989093 or 14375573. OLE color: 14375573.
HSL color Cylindrical-coordinate representation of color #955ADB: hue angle of 267.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955ADB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 90 | 219 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.14 |
| HSL | 267.44º | 0.64% | 0.61% | - |
| HSV(B) | 267.44º | 0.59% | 0.86% | - |
| XYZ | 28.84 | 18.82 | 69.13 | - |
| YUV | 122.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 219 | 0.32 | 0.59 | 0 | 0.14 | 267.44 | 0.64 | 0.61 |
| Hex | 95 | 5A | DB | 20 | 3B | 0 | E | 10B | 40 | 3D |
| Octal | 225 | 132 | 333 | 40 | 73 | 0 | 16 | 413 | 100 | 75 |
| Binary | 10010101 | 1011010 | 11011011 | 100000 | 111011 | 0 | 1110 | 100001011 | 1000000 | 111101 |
Color Harmonies of #955ADB
Complementary color
Monochromatic Colors of #955ADB
Black with #955ADB
Text Example
Text Example
White with #955ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ADB; }
p { color: rgb(149,90,219); }
H1.HeaderClassName
{
color: #955ADB;
}
.AnyTagClassName
{
color: #955ADB;
}
</style>
background-color css
<style>
a { background-color: #955ADB; }
a { background-color: rgb(149,90,219); }
div.DivClassName
{
background-color: #955ADB;
}
.BgClassName
{
background-color: #955ADB;
}
</style>
border-color css
<style>
span { border-color: #955ADB; }
span { border-color: rgb(149,90,219); }
td.TdClassName
{
border-color: #955ADB;
}
.TagClassName
{
border-color: #955ADB;
}
</style>