Shades of Amethyst #9659DB
Tints of Amethyst #9659DB
RGB
CMYK
RGB Variations
Color information
#9659DB (or 0x9659DB) is known color: Amethyst. HEX triplet: 96, 59 and DB. RGB value is (150,89,219). Sum of RGB (Red+Green+Blue) = 150+89+219=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 89 (35.16% from 255 or 19.43% 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 #9659DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659DB is #69A624. Grayscale: #797979. Windows color (decimal): -6923813 or 14375318. OLE color: 14375318.
HSL color Cylindrical-coordinate representation of color #9659DB: hue angle of 268.15º 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 #9659DB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 89 | 219 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.14 |
| HSL | 268.15º | 0.64% | 0.6% | - |
| HSV(B) | 268.15º | 0.59% | 0.86% | - |
| XYZ | 28.94 | 18.74 | 69.11 | - |
| YUV | 122.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 219 | 0.32 | 0.59 | 0 | 0.14 | 268.15 | 0.64 | 0.6 |
| Hex | 96 | 59 | DB | 20 | 3B | 0 | E | 10C | 40 | 3C |
| Octal | 226 | 131 | 333 | 40 | 73 | 0 | 16 | 414 | 100 | 74 |
| Binary | 10010110 | 1011001 | 11011011 | 100000 | 111011 | 0 | 1110 | 100001100 | 1000000 | 111100 |
Color Harmonies of #9659DB
Complementary color
Monochromatic Colors of #9659DB
Black with #9659DB
Text Example
Text Example
White with #9659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659DB; }
p { color: rgb(150,89,219); }
H1.HeaderClassName
{
color: #9659DB;
}
.AnyTagClassName
{
color: #9659DB;
}
</style>
background-color css
<style>
a { background-color: #9659DB; }
a { background-color: rgb(150,89,219); }
div.DivClassName
{
background-color: #9659DB;
}
.BgClassName
{
background-color: #9659DB;
}
</style>
border-color css
<style>
span { border-color: #9659DB; }
span { border-color: rgb(150,89,219); }
td.TdClassName
{
border-color: #9659DB;
}
.TagClassName
{
border-color: #9659DB;
}
</style>