Shades of Amethyst #9D65CB
Tints of Amethyst #9D65CB
RGB
CMYK
RGB Variations
Color information
#9D65CB (or 0x9D65CB) is known color: Amethyst. HEX triplet: 9D, 65 and CB. RGB value is (157,101,203). Sum of RGB (Red+Green+Blue) = 157+101+203=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65CB is #629A34. Grayscale: #818181. Windows color (decimal): -6462005 or 13329821. OLE color: 13329821.
HSL color Cylindrical-coordinate representation of color #9D65CB: hue angle of 272.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D65CB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 101 | 203 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.20 |
| HSL | 272.94º | 0.5% | 0.6% | - |
| HSV(B) | 272.94º | 0.5% | 0.8% | - |
| XYZ | 29.34 | 20.79 | 58.97 | - |
| YUV | 129.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 203 | 0.23 | 0.50 | 0 | 0.20 | 272.94 | 0.5 | 0.6 |
| Hex | 9D | 65 | CB | 17 | 32 | 0 | 14 | 111 | 32 | 3C |
| Octal | 235 | 145 | 313 | 27 | 62 | 0 | 24 | 421 | 62 | 74 |
| Binary | 10011101 | 1100101 | 11001011 | 10111 | 110010 | 0 | 10100 | 100010001 | 110010 | 111100 |
Color Harmonies of #9D65CB
Complementary color
Monochromatic Colors of #9D65CB
Black with #9D65CB
Text Example
Text Example
White with #9D65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D65CB; }
p { color: rgb(157,101,203); }
H1.HeaderClassName
{
color: #9D65CB;
}
.AnyTagClassName
{
color: #9D65CB;
}
</style>
background-color css
<style>
a { background-color: #9D65CB; }
a { background-color: rgb(157,101,203); }
div.DivClassName
{
background-color: #9D65CB;
}
.BgClassName
{
background-color: #9D65CB;
}
</style>
border-color css
<style>
span { border-color: #9D65CB; }
span { border-color: rgb(157,101,203); }
td.TdClassName
{
border-color: #9D65CB;
}
.TagClassName
{
border-color: #9D65CB;
}
</style>