Shades of Amethyst #9D58DB
Tints of Amethyst #9D58DB
RGB
CMYK
RGB Variations
Color information
#9D58DB (or 0x9D58DB) is known color: Amethyst. HEX triplet: 9D, 58 and DB. RGB value is (157,88,219). Sum of RGB (Red+Green+Blue) = 157+88+219=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58DB is #62A724. Grayscale: #7B7B7B. Windows color (decimal): -6465317 or 14375069. OLE color: 14375069.
HSL color Cylindrical-coordinate representation of color #9D58DB: hue angle of 271.6º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D58DB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 88 | 219 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.14 |
| HSL | 271.6º | 0.65% | 0.6% | - |
| HSV(B) | 271.6º | 0.6% | 0.86% | - |
| XYZ | 30.18 | 19.26 | 69.15 | - |
| YUV | 123.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 219 | 0.28 | 0.60 | 0 | 0.14 | 271.6 | 0.65 | 0.6 |
| Hex | 9D | 58 | DB | 1C | 3C | 0 | E | 110 | 41 | 3C |
| Octal | 235 | 130 | 333 | 34 | 74 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011101 | 1011000 | 11011011 | 11100 | 111100 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9D58DB
Complementary color
Monochromatic Colors of #9D58DB
Black with #9D58DB
Text Example
Text Example
White with #9D58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D58DB; }
p { color: rgb(157,88,219); }
H1.HeaderClassName
{
color: #9D58DB;
}
.AnyTagClassName
{
color: #9D58DB;
}
</style>
background-color css
<style>
a { background-color: #9D58DB; }
a { background-color: rgb(157,88,219); }
div.DivClassName
{
background-color: #9D58DB;
}
.BgClassName
{
background-color: #9D58DB;
}
</style>
border-color css
<style>
span { border-color: #9D58DB; }
span { border-color: rgb(157,88,219); }
td.TdClassName
{
border-color: #9D58DB;
}
.TagClassName
{
border-color: #9D58DB;
}
</style>