Shades of Amethyst #9D64CD
Tints of Amethyst #9D64CD
RGB
CMYK
RGB Variations
Color information
#9D64CD (or 0x9D64CD) is known color: Amethyst. HEX triplet: 9D, 64 and CD. RGB value is (157,100,205). Sum of RGB (Red+Green+Blue) = 157+100+205=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64CD is #629B32. Grayscale: #808080. Windows color (decimal): -6462259 or 13460637. OLE color: 13460637.
HSL color Cylindrical-coordinate representation of color #9D64CD: hue angle of 272.57º 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 #9D64CD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 100 | 205 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.20 |
| HSL | 272.57º | 0.51% | 0.6% | - |
| HSV(B) | 272.57º | 0.51% | 0.8% | - |
| XYZ | 29.48 | 20.69 | 60.2 | - |
| YUV | 129.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 205 | 0.23 | 0.51 | 0 | 0.20 | 272.57 | 0.51 | 0.6 |
| Hex | 9D | 64 | CD | 17 | 33 | 0 | 14 | 111 | 33 | 3C |
| Octal | 235 | 144 | 315 | 27 | 63 | 0 | 24 | 421 | 63 | 74 |
| Binary | 10011101 | 1100100 | 11001101 | 10111 | 110011 | 0 | 10100 | 100010001 | 110011 | 111100 |
Color Harmonies of #9D64CD
Complementary color
Monochromatic Colors of #9D64CD
Black with #9D64CD
Text Example
Text Example
White with #9D64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64CD; }
p { color: rgb(157,100,205); }
H1.HeaderClassName
{
color: #9D64CD;
}
.AnyTagClassName
{
color: #9D64CD;
}
</style>
background-color css
<style>
a { background-color: #9D64CD; }
a { background-color: rgb(157,100,205); }
div.DivClassName
{
background-color: #9D64CD;
}
.BgClassName
{
background-color: #9D64CD;
}
</style>
border-color css
<style>
span { border-color: #9D64CD; }
span { border-color: rgb(157,100,205); }
td.TdClassName
{
border-color: #9D64CD;
}
.TagClassName
{
border-color: #9D64CD;
}
</style>