Shades of Amethyst #9E6FD5
Tints of Amethyst #9E6FD5
RGB
CMYK
RGB Variations
Color information
#9E6FD5 (or 0x9E6FD5) is known color: Amethyst. HEX triplet: 9E, 6F and D5. RGB value is (158,111,213). Sum of RGB (Red+Green+Blue) = 158+111+213=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E6FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FD5 is #61902A. Grayscale: #888888. Windows color (decimal): -6393899 or 13987742. OLE color: 13987742.
HSL color Cylindrical-coordinate representation of color #9E6FD5: hue angle of 267.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6FD5 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 111 | 213 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.16 |
| HSL | 267.65º | 0.55% | 0.64% | - |
| HSV(B) | 267.65º | 0.48% | 0.84% | - |
| XYZ | 31.8 | 23.44 | 65.8 | - |
| YUV | 136.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 213 | 0.26 | 0.48 | 0 | 0.16 | 267.65 | 0.55 | 0.64 |
| Hex | 9E | 6F | D5 | 1A | 30 | 0 | 10 | 10C | 37 | 40 |
| Octal | 236 | 157 | 325 | 32 | 60 | 0 | 20 | 414 | 67 | 100 |
| Binary | 10011110 | 1101111 | 11010101 | 11010 | 110000 | 0 | 10000 | 100001100 | 110111 | 1000000 |
Color Harmonies of #9E6FD5
Complementary color
Monochromatic Colors of #9E6FD5
Black with #9E6FD5
Text Example
Text Example
White with #9E6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FD5; }
p { color: rgb(158,111,213); }
H1.HeaderClassName
{
color: #9E6FD5;
}
.AnyTagClassName
{
color: #9E6FD5;
}
</style>
background-color css
<style>
a { background-color: #9E6FD5; }
a { background-color: rgb(158,111,213); }
div.DivClassName
{
background-color: #9E6FD5;
}
.BgClassName
{
background-color: #9E6FD5;
}
</style>
border-color css
<style>
span { border-color: #9E6FD5; }
span { border-color: rgb(158,111,213); }
td.TdClassName
{
border-color: #9E6FD5;
}
.TagClassName
{
border-color: #9E6FD5;
}
</style>