Shades of Amethyst #9959DB
Tints of Amethyst #9959DB
RGB
CMYK
RGB Variations
Color information
#9959DB (or 0x9959DB) is known color: Amethyst. HEX triplet: 99, 59 and DB. RGB value is (153,89,219). Sum of RGB (Red+Green+Blue) = 153+89+219=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9959DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DB is #66A624. Grayscale: #7A7A7A. Windows color (decimal): -6727205 or 14375321. OLE color: 14375321.
HSL color Cylindrical-coordinate representation of color #9959DB: hue angle of 269.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9959DB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 89 | 219 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.14 |
| HSL | 269.54º | 0.64% | 0.6% | - |
| HSV(B) | 269.54º | 0.59% | 0.86% | - |
| XYZ | 29.5 | 19.03 | 69.14 | - |
| YUV | 122.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 219 | 0.30 | 0.59 | 0 | 0.14 | 269.54 | 0.64 | 0.6 |
| Hex | 99 | 59 | DB | 1E | 3B | 0 | E | 10E | 40 | 3C |
| Octal | 231 | 131 | 333 | 36 | 73 | 0 | 16 | 416 | 100 | 74 |
| Binary | 10011001 | 1011001 | 11011011 | 11110 | 111011 | 0 | 1110 | 100001110 | 1000000 | 111100 |
Color Harmonies of #9959DB
Complementary color
Monochromatic Colors of #9959DB
Black with #9959DB
Text Example
Text Example
White with #9959DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959DB; }
p { color: rgb(153,89,219); }
H1.HeaderClassName
{
color: #9959DB;
}
.AnyTagClassName
{
color: #9959DB;
}
</style>
background-color css
<style>
a { background-color: #9959DB; }
a { background-color: rgb(153,89,219); }
div.DivClassName
{
background-color: #9959DB;
}
.BgClassName
{
background-color: #9959DB;
}
</style>
border-color css
<style>
span { border-color: #9959DB; }
span { border-color: rgb(153,89,219); }
td.TdClassName
{
border-color: #9959DB;
}
.TagClassName
{
border-color: #9959DB;
}
</style>