Shades of Amethyst #9F73CC
Tints of Amethyst #9F73CC
RGB
CMYK
RGB Variations
Color information
#9F73CC (or 0x9F73CC) is known color: Amethyst. HEX triplet: 9F, 73 and CC. RGB value is (159,115,204). Sum of RGB (Red+Green+Blue) = 159+115+204=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CC is #608C33. Grayscale: #898989. Windows color (decimal): -6327348 or 13398943. OLE color: 13398943.
HSL color Cylindrical-coordinate representation of color #9F73CC: hue angle of 269.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F73CC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 115 | 204 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.2 |
| HSL | 269.66º | 0.47% | 0.63% | - |
| HSV(B) | 269.66º | 0.44% | 0.8% | - |
| XYZ | 31.33 | 23.99 | 60.11 | - |
| YUV | 138.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 204 | 0.22 | 0.44 | 0 | 0.2 | 269.66 | 0.47 | 0.63 |
| Hex | 9F | 73 | CC | 16 | 2C | 0 | 14 | 10E | 2F | 3F |
| Octal | 237 | 163 | 314 | 26 | 54 | 0 | 24 | 416 | 57 | 77 |
| Binary | 10011111 | 1110011 | 11001100 | 10110 | 101100 | 0 | 10100 | 100001110 | 101111 | 111111 |
Color Harmonies of #9F73CC
Complementary color
Monochromatic Colors of #9F73CC
Black with #9F73CC
Text Example
Text Example
White with #9F73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73CC; }
p { color: rgb(159,115,204); }
H1.HeaderClassName
{
color: #9F73CC;
}
.AnyTagClassName
{
color: #9F73CC;
}
</style>
background-color css
<style>
a { background-color: #9F73CC; }
a { background-color: rgb(159,115,204); }
div.DivClassName
{
background-color: #9F73CC;
}
.BgClassName
{
background-color: #9F73CC;
}
</style>
border-color css
<style>
span { border-color: #9F73CC; }
span { border-color: rgb(159,115,204); }
td.TdClassName
{
border-color: #9F73CC;
}
.TagClassName
{
border-color: #9F73CC;
}
</style>