Shades of Amethyst #9E67D9
Tints of Amethyst #9E67D9
RGB
CMYK
RGB Variations
Color information
#9E67D9 (or 0x9E67D9) is known color: Amethyst. HEX triplet: 9E, 67 and D9. RGB value is (158,103,217). Sum of RGB (Red+Green+Blue) = 158+103+217=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E67D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67D9 is #619826. Grayscale: #848484. Windows color (decimal): -6395943 or 14247838. OLE color: 14247838.
HSL color Cylindrical-coordinate representation of color #9E67D9: hue angle of 268.95º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E67D9 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 103 | 217 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.15 |
| HSL | 268.95º | 0.6% | 0.63% | - |
| HSV(B) | 268.95º | 0.53% | 0.85% | - |
| XYZ | 31.48 | 21.98 | 68.23 | - |
| YUV | 132.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 217 | 0.27 | 0.53 | 0 | 0.15 | 268.95 | 0.6 | 0.63 |
| Hex | 9E | 67 | D9 | 1B | 35 | 0 | F | 10D | 3C | 3F |
| Octal | 236 | 147 | 331 | 33 | 65 | 0 | 17 | 415 | 74 | 77 |
| Binary | 10011110 | 1100111 | 11011001 | 11011 | 110101 | 0 | 1111 | 100001101 | 111100 | 111111 |
Color Harmonies of #9E67D9
Complementary color
Monochromatic Colors of #9E67D9
Black with #9E67D9
Text Example
Text Example
White with #9E67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67D9; }
p { color: rgb(158,103,217); }
H1.HeaderClassName
{
color: #9E67D9;
}
.AnyTagClassName
{
color: #9E67D9;
}
</style>
background-color css
<style>
a { background-color: #9E67D9; }
a { background-color: rgb(158,103,217); }
div.DivClassName
{
background-color: #9E67D9;
}
.BgClassName
{
background-color: #9E67D9;
}
</style>
border-color css
<style>
span { border-color: #9E67D9; }
span { border-color: rgb(158,103,217); }
td.TdClassName
{
border-color: #9E67D9;
}
.TagClassName
{
border-color: #9E67D9;
}
</style>