Shades of Amethyst #9D68D7
Tints of Amethyst #9D68D7
RGB
CMYK
RGB Variations
Color information
#9D68D7 (or 0x9D68D7) is known color: Amethyst. HEX triplet: 9D, 68 and D7. RGB value is (157,104,215). Sum of RGB (Red+Green+Blue) = 157+104+215=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68D7 is #629728. Grayscale: #848484. Windows color (decimal): -6461225 or 14117021. OLE color: 14117021.
HSL color Cylindrical-coordinate representation of color #9D68D7: hue angle of 268.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D68D7 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 104 | 215 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.16 |
| HSL | 268.65º | 0.58% | 0.63% | - |
| HSV(B) | 268.65º | 0.52% | 0.84% | - |
| XYZ | 31.12 | 21.98 | 66.89 | - |
| YUV | 132.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 215 | 0.27 | 0.52 | 0 | 0.16 | 268.65 | 0.58 | 0.63 |
| Hex | 9D | 68 | D7 | 1B | 34 | 0 | 10 | 10D | 3A | 3F |
| Octal | 235 | 150 | 327 | 33 | 64 | 0 | 20 | 415 | 72 | 77 |
| Binary | 10011101 | 1101000 | 11010111 | 11011 | 110100 | 0 | 10000 | 100001101 | 111010 | 111111 |
Color Harmonies of #9D68D7
Complementary color
Monochromatic Colors of #9D68D7
Black with #9D68D7
Text Example
Text Example
White with #9D68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D68D7; }
p { color: rgb(157,104,215); }
H1.HeaderClassName
{
color: #9D68D7;
}
.AnyTagClassName
{
color: #9D68D7;
}
</style>
background-color css
<style>
a { background-color: #9D68D7; }
a { background-color: rgb(157,104,215); }
div.DivClassName
{
background-color: #9D68D7;
}
.BgClassName
{
background-color: #9D68D7;
}
</style>
border-color css
<style>
span { border-color: #9D68D7; }
span { border-color: rgb(157,104,215); }
td.TdClassName
{
border-color: #9D68D7;
}
.TagClassName
{
border-color: #9D68D7;
}
</style>