Shades of Amethyst #9D69BE
Tints of Amethyst #9D69BE
RGB
CMYK
RGB Variations
Color information
#9D69BE (or 0x9D69BE) is known color: Amethyst. HEX triplet: 9D, 69 and BE. RGB value is (157,105,190). Sum of RGB (Red+Green+Blue) = 157+105+190=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69BE is #629641. Grayscale: #818181. Windows color (decimal): -6460994 or 12478877. OLE color: 12478877.
HSL color Cylindrical-coordinate representation of color #9D69BE: hue angle of 276.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D69BE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 105 | 190 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.25 |
| HSL | 276.71º | 0.4% | 0.58% | - |
| HSV(B) | 276.71º | 0.45% | 0.75% | - |
| XYZ | 28.25 | 20.99 | 51.28 | - |
| YUV | 130.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 190 | 0.17 | 0.45 | 0 | 0.25 | 276.71 | 0.4 | 0.58 |
| Hex | 9D | 69 | BE | 11 | 2D | 0 | 19 | 115 | 28 | 3A |
| Octal | 235 | 151 | 276 | 21 | 55 | 0 | 31 | 425 | 50 | 72 |
| Binary | 10011101 | 1101001 | 10111110 | 10001 | 101101 | 0 | 11001 | 100010101 | 101000 | 111010 |
Color Harmonies of #9D69BE
Complementary color
Monochromatic Colors of #9D69BE
Black with #9D69BE
Text Example
Text Example
White with #9D69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D69BE; }
p { color: rgb(157,105,190); }
H1.HeaderClassName
{
color: #9D69BE;
}
.AnyTagClassName
{
color: #9D69BE;
}
</style>
background-color css
<style>
a { background-color: #9D69BE; }
a { background-color: rgb(157,105,190); }
div.DivClassName
{
background-color: #9D69BE;
}
.BgClassName
{
background-color: #9D69BE;
}
</style>
border-color css
<style>
span { border-color: #9D69BE; }
span { border-color: rgb(157,105,190); }
td.TdClassName
{
border-color: #9D69BE;
}
.TagClassName
{
border-color: #9D69BE;
}
</style>