Shades of Amethyst #9E6DD3
Tints of Amethyst #9E6DD3
RGB
CMYK
RGB Variations
Color information
#9E6DD3 (or 0x9E6DD3) is known color: Amethyst. HEX triplet: 9E, 6D and D3. RGB value is (158,109,211). Sum of RGB (Red+Green+Blue) = 158+109+211=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E6DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DD3 is #61922C. Grayscale: #868686. Windows color (decimal): -6394413 or 13856158. OLE color: 13856158.
HSL color Cylindrical-coordinate representation of color #9E6DD3: hue angle of 268.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6DD3 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 109 | 211 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.17 |
| HSL | 268.82º | 0.54% | 0.63% | - |
| HSV(B) | 268.82º | 0.48% | 0.83% | - |
| XYZ | 31.33 | 22.91 | 64.4 | - |
| YUV | 135.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 211 | 0.25 | 0.48 | 0 | 0.17 | 268.82 | 0.54 | 0.63 |
| Hex | 9E | 6D | D3 | 19 | 30 | 0 | 11 | 10D | 36 | 3F |
| Octal | 236 | 155 | 323 | 31 | 60 | 0 | 21 | 415 | 66 | 77 |
| Binary | 10011110 | 1101101 | 11010011 | 11001 | 110000 | 0 | 10001 | 100001101 | 110110 | 111111 |
Color Harmonies of #9E6DD3
Complementary color
Monochromatic Colors of #9E6DD3
Black with #9E6DD3
Text Example
Text Example
White with #9E6DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6DD3; }
p { color: rgb(158,109,211); }
H1.HeaderClassName
{
color: #9E6DD3;
}
.AnyTagClassName
{
color: #9E6DD3;
}
</style>
background-color css
<style>
a { background-color: #9E6DD3; }
a { background-color: rgb(158,109,211); }
div.DivClassName
{
background-color: #9E6DD3;
}
.BgClassName
{
background-color: #9E6DD3;
}
</style>
border-color css
<style>
span { border-color: #9E6DD3; }
span { border-color: rgb(158,109,211); }
td.TdClassName
{
border-color: #9E6DD3;
}
.TagClassName
{
border-color: #9E6DD3;
}
</style>