Shades of Amethyst #9E69C0
Tints of Amethyst #9E69C0
RGB
CMYK
RGB Variations
Color information
#9E69C0 (or 0x9E69C0) is known color: Amethyst. HEX triplet: 9E, 69 and C0. RGB value is (158,105,192). Sum of RGB (Red+Green+Blue) = 158+105+192=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69C0 is #61963F. Grayscale: #828282. Windows color (decimal): -6395456 or 12609950. OLE color: 12609950.
HSL color Cylindrical-coordinate representation of color #9E69C0: hue angle of 276.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E69C0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 105 | 192 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.25 |
| HSL | 276.55º | 0.41% | 0.58% | - |
| HSV(B) | 276.55º | 0.45% | 0.75% | - |
| XYZ | 28.67 | 21.18 | 52.45 | - |
| YUV | 130.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 192 | 0.18 | 0.45 | 0 | 0.25 | 276.55 | 0.41 | 0.58 |
| Hex | 9E | 69 | C0 | 12 | 2D | 0 | 19 | 115 | 29 | 3A |
| Octal | 236 | 151 | 300 | 22 | 55 | 0 | 31 | 425 | 51 | 72 |
| Binary | 10011110 | 1101001 | 11000000 | 10010 | 101101 | 0 | 11001 | 100010101 | 101001 | 111010 |
Color Harmonies of #9E69C0
Complementary color
Monochromatic Colors of #9E69C0
Black with #9E69C0
Text Example
Text Example
White with #9E69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69C0; }
p { color: rgb(158,105,192); }
H1.HeaderClassName
{
color: #9E69C0;
}
.AnyTagClassName
{
color: #9E69C0;
}
</style>
background-color css
<style>
a { background-color: #9E69C0; }
a { background-color: rgb(158,105,192); }
div.DivClassName
{
background-color: #9E69C0;
}
.BgClassName
{
background-color: #9E69C0;
}
</style>
border-color css
<style>
span { border-color: #9E69C0; }
span { border-color: rgb(158,105,192); }
td.TdClassName
{
border-color: #9E69C0;
}
.TagClassName
{
border-color: #9E69C0;
}
</style>