Shades of Amethyst #9D5DCC
Tints of Amethyst #9D5DCC
RGB
CMYK
RGB Variations
Color information
#9D5DCC (or 0x9D5DCC) is known color: Amethyst. HEX triplet: 9D, 5D and CC. RGB value is (157,93,204). Sum of RGB (Red+Green+Blue) = 157+93+204=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCC is #62A233. Grayscale: #7C7C7C. Windows color (decimal): -6464052 or 13393309. OLE color: 13393309.
HSL color Cylindrical-coordinate representation of color #9D5DCC: hue angle of 274.59º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5DCC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 93 | 204 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.2 |
| HSL | 274.59º | 0.52% | 0.58% | - |
| HSV(B) | 274.59º | 0.54% | 0.8% | - |
| XYZ | 28.72 | 19.36 | 59.35 | - |
| YUV | 124.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 204 | 0.23 | 0.54 | 0 | 0.2 | 274.59 | 0.52 | 0.58 |
| Hex | 9D | 5D | CC | 17 | 36 | 0 | 14 | 113 | 34 | 3A |
| Octal | 235 | 135 | 314 | 27 | 66 | 0 | 24 | 423 | 64 | 72 |
| Binary | 10011101 | 1011101 | 11001100 | 10111 | 110110 | 0 | 10100 | 100010011 | 110100 | 111010 |
Color Harmonies of #9D5DCC
Complementary color
Monochromatic Colors of #9D5DCC
Black with #9D5DCC
Text Example
Text Example
White with #9D5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DCC; }
p { color: rgb(157,93,204); }
H1.HeaderClassName
{
color: #9D5DCC;
}
.AnyTagClassName
{
color: #9D5DCC;
}
</style>
background-color css
<style>
a { background-color: #9D5DCC; }
a { background-color: rgb(157,93,204); }
div.DivClassName
{
background-color: #9D5DCC;
}
.BgClassName
{
background-color: #9D5DCC;
}
</style>
border-color css
<style>
span { border-color: #9D5DCC; }
span { border-color: rgb(157,93,204); }
td.TdClassName
{
border-color: #9D5DCC;
}
.TagClassName
{
border-color: #9D5DCC;
}
</style>