Shades of Amethyst #9D68DB
Tints of Amethyst #9D68DB
RGB
CMYK
RGB Variations
Color information
#9D68DB (or 0x9D68DB) is known color: Amethyst. HEX triplet: 9D, 68 and DB. RGB value is (157,104,219). Sum of RGB (Red+Green+Blue) = 157+104+219=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68DB is #629724. Grayscale: #848484. Windows color (decimal): -6461221 or 14379165. OLE color: 14379165.
HSL color Cylindrical-coordinate representation of color #9D68DB: hue angle of 267.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D68DB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 104 | 219 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.14 |
| HSL | 267.65º | 0.61% | 0.63% | - |
| HSV(B) | 267.65º | 0.53% | 0.86% | - |
| XYZ | 31.64 | 22.18 | 69.63 | - |
| YUV | 132.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 219 | 0.28 | 0.53 | 0 | 0.14 | 267.65 | 0.61 | 0.63 |
| Hex | 9D | 68 | DB | 1C | 35 | 0 | E | 10C | 3D | 3F |
| Octal | 235 | 150 | 333 | 34 | 65 | 0 | 16 | 414 | 75 | 77 |
| Binary | 10011101 | 1101000 | 11011011 | 11100 | 110101 | 0 | 1110 | 100001100 | 111101 | 111111 |
Color Harmonies of #9D68DB
Complementary color
Monochromatic Colors of #9D68DB
Black with #9D68DB
Text Example
Text Example
White with #9D68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D68DB; }
p { color: rgb(157,104,219); }
H1.HeaderClassName
{
color: #9D68DB;
}
.AnyTagClassName
{
color: #9D68DB;
}
</style>
background-color css
<style>
a { background-color: #9D68DB; }
a { background-color: rgb(157,104,219); }
div.DivClassName
{
background-color: #9D68DB;
}
.BgClassName
{
background-color: #9D68DB;
}
</style>
border-color css
<style>
span { border-color: #9D68DB; }
span { border-color: rgb(157,104,219); }
td.TdClassName
{
border-color: #9D68DB;
}
.TagClassName
{
border-color: #9D68DB;
}
</style>