Shades of Amethyst #995DDB
Tints of Amethyst #995DDB
RGB
CMYK
RGB Variations
Color information
#995DDB (or 0x995DDB) is known color: Amethyst. HEX triplet: 99, 5D and DB. RGB value is (153,93,219). Sum of RGB (Red+Green+Blue) = 153+93+219=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #995DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DDB is #66A224. Grayscale: #7C7C7C. Windows color (decimal): -6726181 or 14376345. OLE color: 14376345.
HSL color Cylindrical-coordinate representation of color #995DDB: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995DDB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 93 | 219 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.14 |
| HSL | 268.57º | 0.64% | 0.61% | - |
| HSV(B) | 268.57º | 0.58% | 0.86% | - |
| XYZ | 29.84 | 19.72 | 69.25 | - |
| YUV | 125.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 219 | 0.30 | 0.58 | 0 | 0.14 | 268.57 | 0.64 | 0.61 |
| Hex | 99 | 5D | DB | 1E | 3A | 0 | E | 10D | 40 | 3D |
| Octal | 231 | 135 | 333 | 36 | 72 | 0 | 16 | 415 | 100 | 75 |
| Binary | 10011001 | 1011101 | 11011011 | 11110 | 111010 | 0 | 1110 | 100001101 | 1000000 | 111101 |
Color Harmonies of #995DDB
Complementary color
Monochromatic Colors of #995DDB
Black with #995DDB
Text Example
Text Example
White with #995DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DDB; }
p { color: rgb(153,93,219); }
H1.HeaderClassName
{
color: #995DDB;
}
.AnyTagClassName
{
color: #995DDB;
}
</style>
background-color css
<style>
a { background-color: #995DDB; }
a { background-color: rgb(153,93,219); }
div.DivClassName
{
background-color: #995DDB;
}
.BgClassName
{
background-color: #995DDB;
}
</style>
border-color css
<style>
span { border-color: #995DDB; }
span { border-color: rgb(153,93,219); }
td.TdClassName
{
border-color: #995DDB;
}
.TagClassName
{
border-color: #995DDB;
}
</style>