Shades of Amethyst #9F67DB
Tints of Amethyst #9F67DB
RGB
CMYK
RGB Variations
Color information
#9F67DB (or 0x9F67DB) is known color: Amethyst. HEX triplet: 9F, 67 and DB. RGB value is (159,103,219). Sum of RGB (Red+Green+Blue) = 159+103+219=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67DB is #609824. Grayscale: #848484. Windows color (decimal): -6330405 or 14378911. OLE color: 14378911.
HSL color Cylindrical-coordinate representation of color #9F67DB: hue angle of 268.97º 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 #9F67DB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 103 | 219 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.14 |
| HSL | 268.97º | 0.62% | 0.63% | - |
| HSV(B) | 268.97º | 0.53% | 0.86% | - |
| XYZ | 31.93 | 22.19 | 69.62 | - |
| YUV | 132.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 219 | 0.27 | 0.53 | 0 | 0.14 | 268.97 | 0.62 | 0.63 |
| Hex | 9F | 67 | DB | 1B | 35 | 0 | E | 10D | 3E | 3F |
| Octal | 237 | 147 | 333 | 33 | 65 | 0 | 16 | 415 | 76 | 77 |
| Binary | 10011111 | 1100111 | 11011011 | 11011 | 110101 | 0 | 1110 | 100001101 | 111110 | 111111 |
Color Harmonies of #9F67DB
Complementary color
Monochromatic Colors of #9F67DB
Black with #9F67DB
Text Example
Text Example
White with #9F67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67DB; }
p { color: rgb(159,103,219); }
H1.HeaderClassName
{
color: #9F67DB;
}
.AnyTagClassName
{
color: #9F67DB;
}
</style>
background-color css
<style>
a { background-color: #9F67DB; }
a { background-color: rgb(159,103,219); }
div.DivClassName
{
background-color: #9F67DB;
}
.BgClassName
{
background-color: #9F67DB;
}
</style>
border-color css
<style>
span { border-color: #9F67DB; }
span { border-color: rgb(159,103,219); }
td.TdClassName
{
border-color: #9F67DB;
}
.TagClassName
{
border-color: #9F67DB;
}
</style>