Shades of Amethyst #9F65CD
Tints of Amethyst #9F65CD
RGB
CMYK
RGB Variations
Color information
#9F65CD (or 0x9F65CD) is known color: Amethyst. HEX triplet: 9F, 65 and CD. RGB value is (159,101,205). Sum of RGB (Red+Green+Blue) = 159+101+205=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65CD is #609A32. Grayscale: #818181. Windows color (decimal): -6330931 or 13460895. OLE color: 13460895.
HSL color Cylindrical-coordinate representation of color #9F65CD: hue angle of 273.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F65CD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 101 | 205 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.20 |
| HSL | 273.46º | 0.51% | 0.6% | - |
| HSV(B) | 273.46º | 0.51% | 0.8% | - |
| XYZ | 29.97 | 21.09 | 60.25 | - |
| YUV | 130.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 205 | 0.22 | 0.51 | 0 | 0.20 | 273.46 | 0.51 | 0.6 |
| Hex | 9F | 65 | CD | 16 | 33 | 0 | 14 | 111 | 33 | 3C |
| Octal | 237 | 145 | 315 | 26 | 63 | 0 | 24 | 421 | 63 | 74 |
| Binary | 10011111 | 1100101 | 11001101 | 10110 | 110011 | 0 | 10100 | 100010001 | 110011 | 111100 |
Color Harmonies of #9F65CD
Complementary color
Monochromatic Colors of #9F65CD
Black with #9F65CD
Text Example
Text Example
White with #9F65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65CD; }
p { color: rgb(159,101,205); }
H1.HeaderClassName
{
color: #9F65CD;
}
.AnyTagClassName
{
color: #9F65CD;
}
</style>
background-color css
<style>
a { background-color: #9F65CD; }
a { background-color: rgb(159,101,205); }
div.DivClassName
{
background-color: #9F65CD;
}
.BgClassName
{
background-color: #9F65CD;
}
</style>
border-color css
<style>
span { border-color: #9F65CD; }
span { border-color: rgb(159,101,205); }
td.TdClassName
{
border-color: #9F65CD;
}
.TagClassName
{
border-color: #9F65CD;
}
</style>