Shades of Amethyst #9F72CE
Tints of Amethyst #9F72CE
RGB
CMYK
RGB Variations
Color information
#9F72CE (or 0x9F72CE) is known color: Amethyst. HEX triplet: 9F, 72 and CE. RGB value is (159,114,206). Sum of RGB (Red+Green+Blue) = 159+114+206=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72CE is #608D31. Grayscale: #898989. Windows color (decimal): -6327602 or 13529759. OLE color: 13529759.
HSL color Cylindrical-coordinate representation of color #9F72CE: hue angle of 269.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F72CE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 114 | 206 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.19 |
| HSL | 269.35º | 0.48% | 0.63% | - |
| HSV(B) | 269.35º | 0.45% | 0.81% | - |
| XYZ | 31.46 | 23.86 | 61.34 | - |
| YUV | 137.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 206 | 0.23 | 0.45 | 0 | 0.19 | 269.35 | 0.48 | 0.63 |
| Hex | 9F | 72 | CE | 17 | 2D | 0 | 13 | 10D | 30 | 3F |
| Octal | 237 | 162 | 316 | 27 | 55 | 0 | 23 | 415 | 60 | 77 |
| Binary | 10011111 | 1110010 | 11001110 | 10111 | 101101 | 0 | 10011 | 100001101 | 110000 | 111111 |
Color Harmonies of #9F72CE
Complementary color
Monochromatic Colors of #9F72CE
Black with #9F72CE
Text Example
Text Example
White with #9F72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F72CE; }
p { color: rgb(159,114,206); }
H1.HeaderClassName
{
color: #9F72CE;
}
.AnyTagClassName
{
color: #9F72CE;
}
</style>
background-color css
<style>
a { background-color: #9F72CE; }
a { background-color: rgb(159,114,206); }
div.DivClassName
{
background-color: #9F72CE;
}
.BgClassName
{
background-color: #9F72CE;
}
</style>
border-color css
<style>
span { border-color: #9F72CE; }
span { border-color: rgb(159,114,206); }
td.TdClassName
{
border-color: #9F72CE;
}
.TagClassName
{
border-color: #9F72CE;
}
</style>