Shades of Amethyst #9D4CDA
Tints of Amethyst #9D4CDA
RGB
CMYK
RGB Variations
Color information
#9D4CDA (or 0x9D4CDA) is known color: Amethyst. HEX triplet: 9D, 4C and DA. RGB value is (157,76,218). Sum of RGB (Red+Green+Blue) = 157+76+218=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CDA is #62B325. Grayscale: #737373. Windows color (decimal): -6468390 or 14306461. OLE color: 14306461.
HSL color Cylindrical-coordinate representation of color #9D4CDA: hue angle of 274.23º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D4CDA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 76 | 218 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.15 |
| HSL | 274.23º | 0.66% | 0.58% | - |
| HSV(B) | 274.23º | 0.65% | 0.85% | - |
| XYZ | 29.14 | 17.4 | 68.15 | - |
| YUV | 116.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 218 | 0.28 | 0.65 | 0 | 0.15 | 274.23 | 0.66 | 0.58 |
| Hex | 9D | 4C | DA | 1C | 41 | 0 | F | 112 | 42 | 3A |
| Octal | 235 | 114 | 332 | 34 | 101 | 0 | 17 | 422 | 102 | 72 |
| Binary | 10011101 | 1001100 | 11011010 | 11100 | 1000001 | 0 | 1111 | 100010010 | 1000010 | 111010 |
Color Harmonies of #9D4CDA
Complementary color
Monochromatic Colors of #9D4CDA
Black with #9D4CDA
Text Example
Text Example
White with #9D4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CDA; }
p { color: rgb(157,76,218); }
H1.HeaderClassName
{
color: #9D4CDA;
}
.AnyTagClassName
{
color: #9D4CDA;
}
</style>
background-color css
<style>
a { background-color: #9D4CDA; }
a { background-color: rgb(157,76,218); }
div.DivClassName
{
background-color: #9D4CDA;
}
.BgClassName
{
background-color: #9D4CDA;
}
</style>
border-color css
<style>
span { border-color: #9D4CDA; }
span { border-color: rgb(157,76,218); }
td.TdClassName
{
border-color: #9D4CDA;
}
.TagClassName
{
border-color: #9D4CDA;
}
</style>