Shades of Amethyst #9F6CBE
Tints of Amethyst #9F6CBE
RGB
CMYK
RGB Variations
Color information
#9F6CBE (or 0x9F6CBE) is known color: Amethyst. HEX triplet: 9F, 6C and BE. RGB value is (159,108,190). Sum of RGB (Red+Green+Blue) = 159+108+190=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CBE is #609341. Grayscale: #848484. Windows color (decimal): -6329154 or 12479647. OLE color: 12479647.
HSL color Cylindrical-coordinate representation of color #9F6CBE: hue angle of 277.32º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F6CBE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 108 | 190 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.25 |
| HSL | 277.32º | 0.39% | 0.58% | - |
| HSV(B) | 277.32º | 0.43% | 0.75% | - |
| XYZ | 28.95 | 21.81 | 51.4 | - |
| YUV | 132.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 190 | 0.16 | 0.43 | 0 | 0.25 | 277.32 | 0.39 | 0.58 |
| Hex | 9F | 6C | BE | 10 | 2B | 0 | 19 | 115 | 27 | 3A |
| Octal | 237 | 154 | 276 | 20 | 53 | 0 | 31 | 425 | 47 | 72 |
| Binary | 10011111 | 1101100 | 10111110 | 10000 | 101011 | 0 | 11001 | 100010101 | 100111 | 111010 |
Color Harmonies of #9F6CBE
Complementary color
Monochromatic Colors of #9F6CBE
Black with #9F6CBE
Text Example
Text Example
White with #9F6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6CBE; }
p { color: rgb(159,108,190); }
H1.HeaderClassName
{
color: #9F6CBE;
}
.AnyTagClassName
{
color: #9F6CBE;
}
</style>
background-color css
<style>
a { background-color: #9F6CBE; }
a { background-color: rgb(159,108,190); }
div.DivClassName
{
background-color: #9F6CBE;
}
.BgClassName
{
background-color: #9F6CBE;
}
</style>
border-color css
<style>
span { border-color: #9F6CBE; }
span { border-color: rgb(159,108,190); }
td.TdClassName
{
border-color: #9F6CBE;
}
.TagClassName
{
border-color: #9F6CBE;
}
</style>