Shades of Amethyst #9D65CD
Tints of Amethyst #9D65CD
RGB
CMYK
RGB Variations
Color information
#9D65CD (or 0x9D65CD) is known color: Amethyst. HEX triplet: 9D, 65 and CD. RGB value is (157,101,205). Sum of RGB (Red+Green+Blue) = 157+101+205=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65CD is #629A32. Grayscale: #818181. Windows color (decimal): -6462003 or 13460893. OLE color: 13460893.
HSL color Cylindrical-coordinate representation of color #9D65CD: hue angle of 272.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D65CD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 101 | 205 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.20 |
| HSL | 272.31º | 0.51% | 0.6% | - |
| HSV(B) | 272.31º | 0.51% | 0.8% | - |
| XYZ | 29.58 | 20.88 | 60.23 | - |
| YUV | 129.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 205 | 0.23 | 0.51 | 0 | 0.20 | 272.31 | 0.51 | 0.6 |
| Hex | 9D | 65 | CD | 17 | 33 | 0 | 14 | 110 | 33 | 3C |
| Octal | 235 | 145 | 315 | 27 | 63 | 0 | 24 | 420 | 63 | 74 |
| Binary | 10011101 | 1100101 | 11001101 | 10111 | 110011 | 0 | 10100 | 100010000 | 110011 | 111100 |
Color Harmonies of #9D65CD
Complementary color
Monochromatic Colors of #9D65CD
Black with #9D65CD
Text Example
Text Example
White with #9D65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D65CD; }
p { color: rgb(157,101,205); }
H1.HeaderClassName
{
color: #9D65CD;
}
.AnyTagClassName
{
color: #9D65CD;
}
</style>
background-color css
<style>
a { background-color: #9D65CD; }
a { background-color: rgb(157,101,205); }
div.DivClassName
{
background-color: #9D65CD;
}
.BgClassName
{
background-color: #9D65CD;
}
</style>
border-color css
<style>
span { border-color: #9D65CD; }
span { border-color: rgb(157,101,205); }
td.TdClassName
{
border-color: #9D65CD;
}
.TagClassName
{
border-color: #9D65CD;
}
</style>