Shades of Amethyst #9D55DB
Tints of Amethyst #9D55DB
RGB
CMYK
RGB Variations
Color information
#9D55DB (or 0x9D55DB) is known color: Amethyst. HEX triplet: 9D, 55 and DB. RGB value is (157,85,219). Sum of RGB (Red+Green+Blue) = 157+85+219=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 85 (33.59% from 255 or 18.44% 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 #9D55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55DB is #62AA24. Grayscale: #797979. Windows color (decimal): -6466085 or 14374301. OLE color: 14374301.
HSL color Cylindrical-coordinate representation of color #9D55DB: hue angle of 272.24º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D55DB is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 85 | 219 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.14 |
| HSL | 272.24º | 0.65% | 0.6% | - |
| HSV(B) | 272.24º | 0.61% | 0.86% | - |
| XYZ | 29.94 | 18.78 | 69.06 | - |
| YUV | 121.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 219 | 0.28 | 0.61 | 0 | 0.14 | 272.24 | 0.65 | 0.6 |
| Hex | 9D | 55 | DB | 1C | 3D | 0 | E | 110 | 41 | 3C |
| Octal | 235 | 125 | 333 | 34 | 75 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011101 | 1010101 | 11011011 | 11100 | 111101 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9D55DB
Complementary color
Monochromatic Colors of #9D55DB
Black with #9D55DB
Text Example
Text Example
White with #9D55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D55DB; }
p { color: rgb(157,85,219); }
H1.HeaderClassName
{
color: #9D55DB;
}
.AnyTagClassName
{
color: #9D55DB;
}
</style>
background-color css
<style>
a { background-color: #9D55DB; }
a { background-color: rgb(157,85,219); }
div.DivClassName
{
background-color: #9D55DB;
}
.BgClassName
{
background-color: #9D55DB;
}
</style>
border-color css
<style>
span { border-color: #9D55DB; }
span { border-color: rgb(157,85,219); }
td.TdClassName
{
border-color: #9D55DB;
}
.TagClassName
{
border-color: #9D55DB;
}
</style>