Shades of Amethyst #9E68DC
Tints of Amethyst #9E68DC
RGB
CMYK
RGB Variations
Color information
#9E68DC (or 0x9E68DC) is known color: Amethyst. HEX triplet: 9E, 68 and DC. RGB value is (158,104,220). Sum of RGB (Red+Green+Blue) = 158+104+220=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68DC is #619723. Grayscale: #848484. Windows color (decimal): -6395684 or 14444702. OLE color: 14444702.
HSL color Cylindrical-coordinate representation of color #9E68DC: hue angle of 267.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E68DC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 104 | 220 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.14 |
| HSL | 267.93º | 0.62% | 0.64% | - |
| HSV(B) | 267.93º | 0.53% | 0.86% | - |
| XYZ | 31.97 | 22.34 | 70.34 | - |
| YUV | 133.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 220 | 0.28 | 0.53 | 0 | 0.14 | 267.93 | 0.62 | 0.64 |
| Hex | 9E | 68 | DC | 1C | 35 | 0 | E | 10C | 3E | 40 |
| Octal | 236 | 150 | 334 | 34 | 65 | 0 | 16 | 414 | 76 | 100 |
| Binary | 10011110 | 1101000 | 11011100 | 11100 | 110101 | 0 | 1110 | 100001100 | 111110 | 1000000 |
Color Harmonies of #9E68DC
Complementary color
Monochromatic Colors of #9E68DC
Black with #9E68DC
Text Example
Text Example
White with #9E68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68DC; }
p { color: rgb(158,104,220); }
H1.HeaderClassName
{
color: #9E68DC;
}
.AnyTagClassName
{
color: #9E68DC;
}
</style>
background-color css
<style>
a { background-color: #9E68DC; }
a { background-color: rgb(158,104,220); }
div.DivClassName
{
background-color: #9E68DC;
}
.BgClassName
{
background-color: #9E68DC;
}
</style>
border-color css
<style>
span { border-color: #9E68DC; }
span { border-color: rgb(158,104,220); }
td.TdClassName
{
border-color: #9E68DC;
}
.TagClassName
{
border-color: #9E68DC;
}
</style>