Shades of Amethyst #9F6FCC
Tints of Amethyst #9F6FCC
RGB
CMYK
RGB Variations
Color information
#9F6FCC (or 0x9F6FCC) is known color: Amethyst. HEX triplet: 9F, 6F and CC. RGB value is (159,111,204). Sum of RGB (Red+Green+Blue) = 159+111+204=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FCC is #609033. Grayscale: #878787. Windows color (decimal): -6328372 or 13397919. OLE color: 13397919.
HSL color Cylindrical-coordinate representation of color #9F6FCC: hue angle of 270.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F6FCC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 111 | 204 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.2 |
| HSL | 270.97º | 0.48% | 0.62% | - |
| HSV(B) | 270.97º | 0.46% | 0.8% | - |
| XYZ | 30.88 | 23.1 | 59.96 | - |
| YUV | 135.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 204 | 0.22 | 0.46 | 0 | 0.2 | 270.97 | 0.48 | 0.62 |
| Hex | 9F | 6F | CC | 16 | 2E | 0 | 14 | 10F | 30 | 3E |
| Octal | 237 | 157 | 314 | 26 | 56 | 0 | 24 | 417 | 60 | 76 |
| Binary | 10011111 | 1101111 | 11001100 | 10110 | 101110 | 0 | 10100 | 100001111 | 110000 | 111110 |
Color Harmonies of #9F6FCC
Complementary color
Monochromatic Colors of #9F6FCC
Black with #9F6FCC
Text Example
Text Example
White with #9F6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6FCC; }
p { color: rgb(159,111,204); }
H1.HeaderClassName
{
color: #9F6FCC;
}
.AnyTagClassName
{
color: #9F6FCC;
}
</style>
background-color css
<style>
a { background-color: #9F6FCC; }
a { background-color: rgb(159,111,204); }
div.DivClassName
{
background-color: #9F6FCC;
}
.BgClassName
{
background-color: #9F6FCC;
}
</style>
border-color css
<style>
span { border-color: #9F6FCC; }
span { border-color: rgb(159,111,204); }
td.TdClassName
{
border-color: #9F6FCC;
}
.TagClassName
{
border-color: #9F6FCC;
}
</style>