Shades of Amethyst #9D69BC
Tints of Amethyst #9D69BC
RGB
CMYK
RGB Variations
Color information
#9D69BC (or 0x9D69BC) is known color: Amethyst. HEX triplet: 9D, 69 and BC. RGB value is (157,105,188). Sum of RGB (Red+Green+Blue) = 157+105+188=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69BC is #629643. Grayscale: #818181. Windows color (decimal): -6460996 or 12347805. OLE color: 12347805.
HSL color Cylindrical-coordinate representation of color #9D69BC: hue angle of 277.59º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D69BC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 105 | 188 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.26 |
| HSL | 277.59º | 0.38% | 0.57% | - |
| HSV(B) | 277.59º | 0.44% | 0.74% | - |
| XYZ | 28.03 | 20.9 | 50.13 | - |
| YUV | 130.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 188 | 0.16 | 0.44 | 0 | 0.26 | 277.59 | 0.38 | 0.57 |
| Hex | 9D | 69 | BC | 10 | 2C | 0 | 1A | 116 | 26 | 39 |
| Octal | 235 | 151 | 274 | 20 | 54 | 0 | 32 | 426 | 46 | 71 |
| Binary | 10011101 | 1101001 | 10111100 | 10000 | 101100 | 0 | 11010 | 100010110 | 100110 | 111001 |
Color Harmonies of #9D69BC
Complementary color
Monochromatic Colors of #9D69BC
Black with #9D69BC
Text Example
Text Example
White with #9D69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D69BC; }
p { color: rgb(157,105,188); }
H1.HeaderClassName
{
color: #9D69BC;
}
.AnyTagClassName
{
color: #9D69BC;
}
</style>
background-color css
<style>
a { background-color: #9D69BC; }
a { background-color: rgb(157,105,188); }
div.DivClassName
{
background-color: #9D69BC;
}
.BgClassName
{
background-color: #9D69BC;
}
</style>
border-color css
<style>
span { border-color: #9D69BC; }
span { border-color: rgb(157,105,188); }
td.TdClassName
{
border-color: #9D69BC;
}
.TagClassName
{
border-color: #9D69BC;
}
</style>