Shades of Amethyst #9F74CD
Tints of Amethyst #9F74CD
RGB
CMYK
RGB Variations
Color information
#9F74CD (or 0x9F74CD) is known color: Amethyst. HEX triplet: 9F, 74 and CD. RGB value is (159,116,205). Sum of RGB (Red+Green+Blue) = 159+116+205=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74CD is #608B32. Grayscale: #8A8A8A. Windows color (decimal): -6327091 or 13464735. OLE color: 13464735.
HSL color Cylindrical-coordinate representation of color #9F74CD: hue angle of 268.99º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F74CD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 116 | 205 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.20 |
| HSL | 268.99º | 0.47% | 0.63% | - |
| HSV(B) | 268.99º | 0.43% | 0.8% | - |
| XYZ | 31.56 | 24.27 | 60.78 | - |
| YUV | 139 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 205 | 0.22 | 0.43 | 0 | 0.20 | 268.99 | 0.47 | 0.63 |
| Hex | 9F | 74 | CD | 16 | 2B | 0 | 14 | 10D | 2F | 3F |
| Octal | 237 | 164 | 315 | 26 | 53 | 0 | 24 | 415 | 57 | 77 |
| Binary | 10011111 | 1110100 | 11001101 | 10110 | 101011 | 0 | 10100 | 100001101 | 101111 | 111111 |
Color Harmonies of #9F74CD
Complementary color
Monochromatic Colors of #9F74CD
Black with #9F74CD
Text Example
Text Example
White with #9F74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74CD; }
p { color: rgb(159,116,205); }
H1.HeaderClassName
{
color: #9F74CD;
}
.AnyTagClassName
{
color: #9F74CD;
}
</style>
background-color css
<style>
a { background-color: #9F74CD; }
a { background-color: rgb(159,116,205); }
div.DivClassName
{
background-color: #9F74CD;
}
.BgClassName
{
background-color: #9F74CD;
}
</style>
border-color css
<style>
span { border-color: #9F74CD; }
span { border-color: rgb(159,116,205); }
td.TdClassName
{
border-color: #9F74CD;
}
.TagClassName
{
border-color: #9F74CD;
}
</style>