Shades of Amethyst #9F6BDA
Tints of Amethyst #9F6BDA
RGB
CMYK
RGB Variations
Color information
#9F6BDA (or 0x9F6BDA) is known color: Amethyst. HEX triplet: 9F, 6B and DA. RGB value is (159,107,218). Sum of RGB (Red+Green+Blue) = 159+107+218=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BDA is #609425. Grayscale: #868686. Windows color (decimal): -6329382 or 14314399. OLE color: 14314399.
HSL color Cylindrical-coordinate representation of color #9F6BDA: hue angle of 268.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6BDA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 107 | 218 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.15 |
| HSL | 268.11º | 0.6% | 0.64% | - |
| HSV(B) | 268.11º | 0.51% | 0.85% | - |
| XYZ | 32.21 | 22.95 | 69.06 | - |
| YUV | 135.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 218 | 0.27 | 0.51 | 0 | 0.15 | 268.11 | 0.6 | 0.64 |
| Hex | 9F | 6B | DA | 1B | 33 | 0 | F | 10C | 3C | 40 |
| Octal | 237 | 153 | 332 | 33 | 63 | 0 | 17 | 414 | 74 | 100 |
| Binary | 10011111 | 1101011 | 11011010 | 11011 | 110011 | 0 | 1111 | 100001100 | 111100 | 1000000 |
Color Harmonies of #9F6BDA
Complementary color
Monochromatic Colors of #9F6BDA
Black with #9F6BDA
Text Example
Text Example
White with #9F6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BDA; }
p { color: rgb(159,107,218); }
H1.HeaderClassName
{
color: #9F6BDA;
}
.AnyTagClassName
{
color: #9F6BDA;
}
</style>
background-color css
<style>
a { background-color: #9F6BDA; }
a { background-color: rgb(159,107,218); }
div.DivClassName
{
background-color: #9F6BDA;
}
.BgClassName
{
background-color: #9F6BDA;
}
</style>
border-color css
<style>
span { border-color: #9F6BDA; }
span { border-color: rgb(159,107,218); }
td.TdClassName
{
border-color: #9F6BDA;
}
.TagClassName
{
border-color: #9F6BDA;
}
</style>