Shades of Amethyst #9D64CA
Tints of Amethyst #9D64CA
RGB
CMYK
RGB Variations
Color information
#9D64CA (or 0x9D64CA) is known color: Amethyst. HEX triplet: 9D, 64 and CA. RGB value is (157,100,202). Sum of RGB (Red+Green+Blue) = 157+100+202=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64CA is #629B35. Grayscale: #808080. Windows color (decimal): -6462262 or 13264029. OLE color: 13264029.
HSL color Cylindrical-coordinate representation of color #9D64CA: hue angle of 273.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D64CA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 100 | 202 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.21 |
| HSL | 273.53º | 0.49% | 0.59% | - |
| HSV(B) | 273.53º | 0.5% | 0.79% | - |
| XYZ | 29.12 | 20.55 | 58.31 | - |
| YUV | 128.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 202 | 0.22 | 0.50 | 0 | 0.21 | 273.53 | 0.49 | 0.59 |
| Hex | 9D | 64 | CA | 16 | 32 | 0 | 15 | 112 | 31 | 3B |
| Octal | 235 | 144 | 312 | 26 | 62 | 0 | 25 | 422 | 61 | 73 |
| Binary | 10011101 | 1100100 | 11001010 | 10110 | 110010 | 0 | 10101 | 100010010 | 110001 | 111011 |
Color Harmonies of #9D64CA
Complementary color
Monochromatic Colors of #9D64CA
Black with #9D64CA
Text Example
Text Example
White with #9D64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64CA; }
p { color: rgb(157,100,202); }
H1.HeaderClassName
{
color: #9D64CA;
}
.AnyTagClassName
{
color: #9D64CA;
}
</style>
background-color css
<style>
a { background-color: #9D64CA; }
a { background-color: rgb(157,100,202); }
div.DivClassName
{
background-color: #9D64CA;
}
.BgClassName
{
background-color: #9D64CA;
}
</style>
border-color css
<style>
span { border-color: #9D64CA; }
span { border-color: rgb(157,100,202); }
td.TdClassName
{
border-color: #9D64CA;
}
.TagClassName
{
border-color: #9D64CA;
}
</style>