Shades of Amethyst #9D65CE
Tints of Amethyst #9D65CE
RGB
CMYK
RGB Variations
Color information
#9D65CE (or 0x9D65CE) is known color: Amethyst. HEX triplet: 9D, 65 and CE. RGB value is (157,101,206). Sum of RGB (Red+Green+Blue) = 157+101+206=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65CE is #629A31. Grayscale: #818181. Windows color (decimal): -6462002 or 13526429. OLE color: 13526429.
HSL color Cylindrical-coordinate representation of color #9D65CE: hue angle of 272º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D65CE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 101 | 206 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.19 |
| HSL | 272º | 0.52% | 0.6% | - |
| HSV(B) | 272º | 0.51% | 0.81% | - |
| XYZ | 29.7 | 20.93 | 60.87 | - |
| YUV | 129.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 206 | 0.24 | 0.51 | 0 | 0.19 | 272 | 0.52 | 0.6 |
| Hex | 9D | 65 | CE | 18 | 33 | 0 | 13 | 110 | 34 | 3C |
| Octal | 235 | 145 | 316 | 30 | 63 | 0 | 23 | 420 | 64 | 74 |
| Binary | 10011101 | 1100101 | 11001110 | 11000 | 110011 | 0 | 10011 | 100010000 | 110100 | 111100 |
Color Harmonies of #9D65CE
Complementary color
Monochromatic Colors of #9D65CE
Black with #9D65CE
Text Example
Text Example
White with #9D65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D65CE; }
p { color: rgb(157,101,206); }
H1.HeaderClassName
{
color: #9D65CE;
}
.AnyTagClassName
{
color: #9D65CE;
}
</style>
background-color css
<style>
a { background-color: #9D65CE; }
a { background-color: rgb(157,101,206); }
div.DivClassName
{
background-color: #9D65CE;
}
.BgClassName
{
background-color: #9D65CE;
}
</style>
border-color css
<style>
span { border-color: #9D65CE; }
span { border-color: rgb(157,101,206); }
td.TdClassName
{
border-color: #9D65CE;
}
.TagClassName
{
border-color: #9D65CE;
}
</style>