Shades of Amethyst #995FDB
Tints of Amethyst #995FDB
RGB
CMYK
RGB Variations
Color information
#995FDB (or 0x995FDB) is known color: Amethyst. HEX triplet: 99, 5F and DB. RGB value is (153,95,219). Sum of RGB (Red+Green+Blue) = 153+95+219=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #995FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FDB is #66A024. Grayscale: #7E7E7E. Windows color (decimal): -6725669 or 14376857. OLE color: 14376857.
HSL color Cylindrical-coordinate representation of color #995FDB: hue angle of 268.06º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995FDB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 95 | 219 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.14 |
| HSL | 268.06º | 0.63% | 0.62% | - |
| HSV(B) | 268.06º | 0.57% | 0.86% | - |
| XYZ | 30.02 | 20.07 | 69.31 | - |
| YUV | 126.48 | 180.22 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 219 | 0.30 | 0.57 | 0 | 0.14 | 268.06 | 0.63 | 0.62 |
| Hex | 99 | 5F | DB | 1E | 39 | 0 | E | 10C | 3F | 3E |
| Octal | 231 | 137 | 333 | 36 | 71 | 0 | 16 | 414 | 77 | 76 |
| Binary | 10011001 | 1011111 | 11011011 | 11110 | 111001 | 0 | 1110 | 100001100 | 111111 | 111110 |
Color Harmonies of #995FDB
Complementary color
Monochromatic Colors of #995FDB
Black with #995FDB
Text Example
Text Example
White with #995FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FDB; }
p { color: rgb(153,95,219); }
H1.HeaderClassName
{
color: #995FDB;
}
.AnyTagClassName
{
color: #995FDB;
}
</style>
background-color css
<style>
a { background-color: #995FDB; }
a { background-color: rgb(153,95,219); }
div.DivClassName
{
background-color: #995FDB;
}
.BgClassName
{
background-color: #995FDB;
}
</style>
border-color css
<style>
span { border-color: #995FDB; }
span { border-color: rgb(153,95,219); }
td.TdClassName
{
border-color: #995FDB;
}
.TagClassName
{
border-color: #995FDB;
}
</style>