Shades of Amethyst #9D50DB
Tints of Amethyst #9D50DB
RGB
CMYK
RGB Variations
Color information
#9D50DB (or 0x9D50DB) is known color: Amethyst. HEX triplet: 9D, 50 and DB. RGB value is (157,80,219). Sum of RGB (Red+Green+Blue) = 157+80+219=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50DB is #62AF24. Grayscale: #767676. Windows color (decimal): -6467365 or 14373021. OLE color: 14373021.
HSL color Cylindrical-coordinate representation of color #9D50DB: hue angle of 273.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D50DB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 80 | 219 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.14 |
| HSL | 273.24º | 0.66% | 0.59% | - |
| HSV(B) | 273.24º | 0.63% | 0.86% | - |
| XYZ | 29.56 | 18.02 | 68.94 | - |
| YUV | 118.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 219 | 0.28 | 0.63 | 0 | 0.14 | 273.24 | 0.66 | 0.59 |
| Hex | 9D | 50 | DB | 1C | 3F | 0 | E | 111 | 42 | 3B |
| Octal | 235 | 120 | 333 | 34 | 77 | 0 | 16 | 421 | 102 | 73 |
| Binary | 10011101 | 1010000 | 11011011 | 11100 | 111111 | 0 | 1110 | 100010001 | 1000010 | 111011 |
Color Harmonies of #9D50DB
Complementary color
Monochromatic Colors of #9D50DB
Black with #9D50DB
Text Example
Text Example
White with #9D50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D50DB; }
p { color: rgb(157,80,219); }
H1.HeaderClassName
{
color: #9D50DB;
}
.AnyTagClassName
{
color: #9D50DB;
}
</style>
background-color css
<style>
a { background-color: #9D50DB; }
a { background-color: rgb(157,80,219); }
div.DivClassName
{
background-color: #9D50DB;
}
.BgClassName
{
background-color: #9D50DB;
}
</style>
border-color css
<style>
span { border-color: #9D50DB; }
span { border-color: rgb(157,80,219); }
td.TdClassName
{
border-color: #9D50DB;
}
.TagClassName
{
border-color: #9D50DB;
}
</style>