Shades of Amethyst #9F73CE
Tints of Amethyst #9F73CE
RGB
CMYK
RGB Variations
Color information
#9F73CE (or 0x9F73CE) is known color: Amethyst. HEX triplet: 9F, 73 and CE. RGB value is (159,115,206). Sum of RGB (Red+Green+Blue) = 159+115+206=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CE is #608C31. Grayscale: #8A8A8A. Windows color (decimal): -6327346 or 13530015. OLE color: 13530015.
HSL color Cylindrical-coordinate representation of color #9F73CE: hue angle of 269.01º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F73CE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 115 | 206 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.19 |
| HSL | 269.01º | 0.48% | 0.63% | - |
| HSV(B) | 269.01º | 0.44% | 0.81% | - |
| XYZ | 31.57 | 24.09 | 61.38 | - |
| YUV | 138.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 206 | 0.23 | 0.44 | 0 | 0.19 | 269.01 | 0.48 | 0.63 |
| Hex | 9F | 73 | CE | 17 | 2C | 0 | 13 | 10D | 30 | 3F |
| Octal | 237 | 163 | 316 | 27 | 54 | 0 | 23 | 415 | 60 | 77 |
| Binary | 10011111 | 1110011 | 11001110 | 10111 | 101100 | 0 | 10011 | 100001101 | 110000 | 111111 |
Color Harmonies of #9F73CE
Complementary color
Monochromatic Colors of #9F73CE
Black with #9F73CE
Text Example
Text Example
White with #9F73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73CE; }
p { color: rgb(159,115,206); }
H1.HeaderClassName
{
color: #9F73CE;
}
.AnyTagClassName
{
color: #9F73CE;
}
</style>
background-color css
<style>
a { background-color: #9F73CE; }
a { background-color: rgb(159,115,206); }
div.DivClassName
{
background-color: #9F73CE;
}
.BgClassName
{
background-color: #9F73CE;
}
</style>
border-color css
<style>
span { border-color: #9F73CE; }
span { border-color: rgb(159,115,206); }
td.TdClassName
{
border-color: #9F73CE;
}
.TagClassName
{
border-color: #9F73CE;
}
</style>