Shades of Amethyst #9859DB
Tints of Amethyst #9859DB
RGB
CMYK
RGB Variations
Color information
#9859DB (or 0x9859DB) is known color: Amethyst. HEX triplet: 98, 59 and DB. RGB value is (152,89,219). Sum of RGB (Red+Green+Blue) = 152+89+219=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #9859DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859DB is #67A624. Grayscale: #7A7A7A. Windows color (decimal): -6792741 or 14375320. OLE color: 14375320.
HSL color Cylindrical-coordinate representation of color #9859DB: hue angle of 269.08º 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 #9859DB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 89 | 219 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 269.08º | 0.64% | 0.6% | - |
| HSV(B) | 269.08º | 0.59% | 0.86% | - |
| XYZ | 29.31 | 18.93 | 69.13 | - |
| YUV | 122.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 219 | 0.31 | 0.59 | 0 | 0.14 | 269.08 | 0.64 | 0.6 |
| Hex | 98 | 59 | DB | 1F | 3B | 0 | E | 10D | 40 | 3C |
| Octal | 230 | 131 | 333 | 37 | 73 | 0 | 16 | 415 | 100 | 74 |
| Binary | 10011000 | 1011001 | 11011011 | 11111 | 111011 | 0 | 1110 | 100001101 | 1000000 | 111100 |
Color Harmonies of #9859DB
Complementary color
Monochromatic Colors of #9859DB
Black with #9859DB
Text Example
Text Example
White with #9859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859DB; }
p { color: rgb(152,89,219); }
H1.HeaderClassName
{
color: #9859DB;
}
.AnyTagClassName
{
color: #9859DB;
}
</style>
background-color css
<style>
a { background-color: #9859DB; }
a { background-color: rgb(152,89,219); }
div.DivClassName
{
background-color: #9859DB;
}
.BgClassName
{
background-color: #9859DB;
}
</style>
border-color css
<style>
span { border-color: #9859DB; }
span { border-color: rgb(152,89,219); }
td.TdClassName
{
border-color: #9859DB;
}
.TagClassName
{
border-color: #9859DB;
}
</style>