Shades of Amethyst #995EDB
Tints of Amethyst #995EDB
RGB
CMYK
RGB Variations
Color information
#995EDB (or 0x995EDB) is known color: Amethyst. HEX triplet: 99, 5E and DB. RGB value is (153,94,219). Sum of RGB (Red+Green+Blue) = 153+94+219=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #995EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDB is #66A124. Grayscale: #7D7D7D. Windows color (decimal): -6725925 or 14376601. OLE color: 14376601.
HSL color Cylindrical-coordinate representation of color #995EDB: hue angle of 268.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995EDB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 94 | 219 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.14 |
| HSL | 268.32º | 0.63% | 0.61% | - |
| HSV(B) | 268.32º | 0.57% | 0.86% | - |
| XYZ | 29.93 | 19.89 | 69.28 | - |
| YUV | 125.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 219 | 0.30 | 0.57 | 0 | 0.14 | 268.32 | 0.63 | 0.61 |
| Hex | 99 | 5E | DB | 1E | 39 | 0 | E | 10C | 3F | 3D |
| Octal | 231 | 136 | 333 | 36 | 71 | 0 | 16 | 414 | 77 | 75 |
| Binary | 10011001 | 1011110 | 11011011 | 11110 | 111001 | 0 | 1110 | 100001100 | 111111 | 111101 |
Color Harmonies of #995EDB
Complementary color
Monochromatic Colors of #995EDB
Black with #995EDB
Text Example
Text Example
White with #995EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EDB; }
p { color: rgb(153,94,219); }
H1.HeaderClassName
{
color: #995EDB;
}
.AnyTagClassName
{
color: #995EDB;
}
</style>
background-color css
<style>
a { background-color: #995EDB; }
a { background-color: rgb(153,94,219); }
div.DivClassName
{
background-color: #995EDB;
}
.BgClassName
{
background-color: #995EDB;
}
</style>
border-color css
<style>
span { border-color: #995EDB; }
span { border-color: rgb(153,94,219); }
td.TdClassName
{
border-color: #995EDB;
}
.TagClassName
{
border-color: #995EDB;
}
</style>