Shades of Amethyst #9F6FCF
Tints of Amethyst #9F6FCF
RGB
CMYK
RGB Variations
Color information
#9F6FCF (or 0x9F6FCF) is known color: Amethyst. HEX triplet: 9F, 6F and CF. RGB value is (159,111,207). Sum of RGB (Red+Green+Blue) = 159+111+207=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FCF is #609030. Grayscale: #878787. Windows color (decimal): -6328369 or 13594527. OLE color: 13594527.
HSL color Cylindrical-coordinate representation of color #9F6FCF: hue angle of 270º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F6FCF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 111 | 207 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.19 |
| HSL | 270º | 0.5% | 0.62% | - |
| HSV(B) | 270º | 0.46% | 0.81% | - |
| XYZ | 31.25 | 23.24 | 61.87 | - |
| YUV | 136.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 207 | 0.23 | 0.46 | 0 | 0.19 | 270 | 0.5 | 0.62 |
| Hex | 9F | 6F | CF | 17 | 2E | 0 | 13 | 10E | 32 | 3E |
| Octal | 237 | 157 | 317 | 27 | 56 | 0 | 23 | 416 | 62 | 76 |
| Binary | 10011111 | 1101111 | 11001111 | 10111 | 101110 | 0 | 10011 | 100001110 | 110010 | 111110 |
Color Harmonies of #9F6FCF
Complementary color
Monochromatic Colors of #9F6FCF
Black with #9F6FCF
Text Example
Text Example
White with #9F6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6FCF; }
p { color: rgb(159,111,207); }
H1.HeaderClassName
{
color: #9F6FCF;
}
.AnyTagClassName
{
color: #9F6FCF;
}
</style>
background-color css
<style>
a { background-color: #9F6FCF; }
a { background-color: rgb(159,111,207); }
div.DivClassName
{
background-color: #9F6FCF;
}
.BgClassName
{
background-color: #9F6FCF;
}
</style>
border-color css
<style>
span { border-color: #9F6FCF; }
span { border-color: rgb(159,111,207); }
td.TdClassName
{
border-color: #9F6FCF;
}
.TagClassName
{
border-color: #9F6FCF;
}
</style>