Shades of Amethyst #9F66DB
Tints of Amethyst #9F66DB
RGB
CMYK
RGB Variations
Color information
#9F66DB (or 0x9F66DB) is known color: Amethyst. HEX triplet: 9F, 66 and DB. RGB value is (159,102,219). Sum of RGB (Red+Green+Blue) = 159+102+219=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66DB is #609924. Grayscale: #838383. Windows color (decimal): -6330661 or 14378655. OLE color: 14378655.
HSL color Cylindrical-coordinate representation of color #9F66DB: hue angle of 269.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F66DB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 102 | 219 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.14 |
| HSL | 269.23º | 0.62% | 0.63% | - |
| HSV(B) | 269.23º | 0.53% | 0.86% | - |
| XYZ | 31.84 | 21.99 | 69.58 | - |
| YUV | 132.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 219 | 0.27 | 0.53 | 0 | 0.14 | 269.23 | 0.62 | 0.63 |
| Hex | 9F | 66 | DB | 1B | 35 | 0 | E | 10D | 3E | 3F |
| Octal | 237 | 146 | 333 | 33 | 65 | 0 | 16 | 415 | 76 | 77 |
| Binary | 10011111 | 1100110 | 11011011 | 11011 | 110101 | 0 | 1110 | 100001101 | 111110 | 111111 |
Color Harmonies of #9F66DB
Complementary color
Monochromatic Colors of #9F66DB
Black with #9F66DB
Text Example
Text Example
White with #9F66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F66DB; }
p { color: rgb(159,102,219); }
H1.HeaderClassName
{
color: #9F66DB;
}
.AnyTagClassName
{
color: #9F66DB;
}
</style>
background-color css
<style>
a { background-color: #9F66DB; }
a { background-color: rgb(159,102,219); }
div.DivClassName
{
background-color: #9F66DB;
}
.BgClassName
{
background-color: #9F66DB;
}
</style>
border-color css
<style>
span { border-color: #9F66DB; }
span { border-color: rgb(159,102,219); }
td.TdClassName
{
border-color: #9F66DB;
}
.TagClassName
{
border-color: #9F66DB;
}
</style>