Shades of Amethyst #9F6CCC
Tints of Amethyst #9F6CCC
RGB
CMYK
RGB Variations
Color information
#9F6CCC (or 0x9F6CCC) is known color: Amethyst. HEX triplet: 9F, 6C and CC. RGB value is (159,108,204). Sum of RGB (Red+Green+Blue) = 159+108+204=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CCC is #609333. Grayscale: #858585. Windows color (decimal): -6329140 or 13397151. OLE color: 13397151.
HSL color Cylindrical-coordinate representation of color #9F6CCC: hue angle of 271.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F6CCC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 108 | 204 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.2 |
| HSL | 271.88º | 0.48% | 0.61% | - |
| HSV(B) | 271.88º | 0.47% | 0.8% | - |
| XYZ | 30.56 | 22.46 | 59.85 | - |
| YUV | 134.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 204 | 0.22 | 0.47 | 0 | 0.2 | 271.88 | 0.48 | 0.61 |
| Hex | 9F | 6C | CC | 16 | 2F | 0 | 14 | 110 | 30 | 3D |
| Octal | 237 | 154 | 314 | 26 | 57 | 0 | 24 | 420 | 60 | 75 |
| Binary | 10011111 | 1101100 | 11001100 | 10110 | 101111 | 0 | 10100 | 100010000 | 110000 | 111101 |
Color Harmonies of #9F6CCC
Complementary color
Monochromatic Colors of #9F6CCC
Black with #9F6CCC
Text Example
Text Example
White with #9F6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6CCC; }
p { color: rgb(159,108,204); }
H1.HeaderClassName
{
color: #9F6CCC;
}
.AnyTagClassName
{
color: #9F6CCC;
}
</style>
background-color css
<style>
a { background-color: #9F6CCC; }
a { background-color: rgb(159,108,204); }
div.DivClassName
{
background-color: #9F6CCC;
}
.BgClassName
{
background-color: #9F6CCC;
}
</style>
border-color css
<style>
span { border-color: #9F6CCC; }
span { border-color: rgb(159,108,204); }
td.TdClassName
{
border-color: #9F6CCC;
}
.TagClassName
{
border-color: #9F6CCC;
}
</style>