Shades of Amethyst #9E6ABC
Tints of Amethyst #9E6ABC
RGB
CMYK
RGB Variations
Color information
#9E6ABC (or 0x9E6ABC) is known color: Amethyst. HEX triplet: 9E, 6A and BC. RGB value is (158,106,188). Sum of RGB (Red+Green+Blue) = 158+106+188=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ABC is #619543. Grayscale: #828282. Windows color (decimal): -6395204 or 12348062. OLE color: 12348062.
HSL color Cylindrical-coordinate representation of color #9E6ABC: hue angle of 278.05º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6ABC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 106 | 188 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.26 |
| HSL | 278.05º | 0.38% | 0.58% | - |
| HSV(B) | 278.05º | 0.44% | 0.74% | - |
| XYZ | 28.33 | 21.21 | 50.18 | - |
| YUV | 130.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 188 | 0.16 | 0.44 | 0 | 0.26 | 278.05 | 0.38 | 0.58 |
| Hex | 9E | 6A | BC | 10 | 2C | 0 | 1A | 116 | 26 | 3A |
| Octal | 236 | 152 | 274 | 20 | 54 | 0 | 32 | 426 | 46 | 72 |
| Binary | 10011110 | 1101010 | 10111100 | 10000 | 101100 | 0 | 11010 | 100010110 | 100110 | 111010 |
Color Harmonies of #9E6ABC
Complementary color
Monochromatic Colors of #9E6ABC
Black with #9E6ABC
Text Example
Text Example
White with #9E6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ABC; }
p { color: rgb(158,106,188); }
H1.HeaderClassName
{
color: #9E6ABC;
}
.AnyTagClassName
{
color: #9E6ABC;
}
</style>
background-color css
<style>
a { background-color: #9E6ABC; }
a { background-color: rgb(158,106,188); }
div.DivClassName
{
background-color: #9E6ABC;
}
.BgClassName
{
background-color: #9E6ABC;
}
</style>
border-color css
<style>
span { border-color: #9E6ABC; }
span { border-color: rgb(158,106,188); }
td.TdClassName
{
border-color: #9E6ABC;
}
.TagClassName
{
border-color: #9E6ABC;
}
</style>