Shades of Amethyst #9D65C0
Tints of Amethyst #9D65C0
RGB
CMYK
RGB Variations
Color information
#9D65C0 (or 0x9D65C0) is known color: Amethyst. HEX triplet: 9D, 65 and C0. RGB value is (157,101,192). Sum of RGB (Red+Green+Blue) = 157+101+192=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D65C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65C0 is #629A3F. Grayscale: #7F7F7F. Windows color (decimal): -6462016 or 12608925. OLE color: 12608925.
HSL color Cylindrical-coordinate representation of color #9D65C0: hue angle of 276.92º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D65C0 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 101 | 192 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.25 |
| HSL | 276.92º | 0.42% | 0.57% | - |
| HSV(B) | 276.92º | 0.47% | 0.75% | - |
| XYZ | 28.07 | 20.28 | 52.3 | - |
| YUV | 128.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 192 | 0.18 | 0.47 | 0 | 0.25 | 276.92 | 0.42 | 0.57 |
| Hex | 9D | 65 | C0 | 12 | 2F | 0 | 19 | 115 | 2A | 39 |
| Octal | 235 | 145 | 300 | 22 | 57 | 0 | 31 | 425 | 52 | 71 |
| Binary | 10011101 | 1100101 | 11000000 | 10010 | 101111 | 0 | 11001 | 100010101 | 101010 | 111001 |
Color Harmonies of #9D65C0
Complementary color
Monochromatic Colors of #9D65C0
Black with #9D65C0
Text Example
Text Example
White with #9D65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D65C0; }
p { color: rgb(157,101,192); }
H1.HeaderClassName
{
color: #9D65C0;
}
.AnyTagClassName
{
color: #9D65C0;
}
</style>
background-color css
<style>
a { background-color: #9D65C0; }
a { background-color: rgb(157,101,192); }
div.DivClassName
{
background-color: #9D65C0;
}
.BgClassName
{
background-color: #9D65C0;
}
</style>
border-color css
<style>
span { border-color: #9D65C0; }
span { border-color: rgb(157,101,192); }
td.TdClassName
{
border-color: #9D65C0;
}
.TagClassName
{
border-color: #9D65C0;
}
</style>