Shades of Amethyst #9E65DC
Tints of Amethyst #9E65DC
RGB
CMYK
RGB Variations
Color information
#9E65DC (or 0x9E65DC) is known color: Amethyst. HEX triplet: 9E, 65 and DC. RGB value is (158,101,220). Sum of RGB (Red+Green+Blue) = 158+101+220=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65DC is #619A23. Grayscale: #838383. Windows color (decimal): -6396452 or 14443934. OLE color: 14443934.
HSL color Cylindrical-coordinate representation of color #9E65DC: hue angle of 268.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E65DC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 101 | 220 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.14 |
| HSL | 268.74º | 0.63% | 0.63% | - |
| HSV(B) | 268.74º | 0.54% | 0.86% | - |
| XYZ | 31.67 | 21.74 | 70.24 | - |
| YUV | 131.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 220 | 0.28 | 0.54 | 0 | 0.14 | 268.74 | 0.63 | 0.63 |
| Hex | 9E | 65 | DC | 1C | 36 | 0 | E | 10D | 3F | 3F |
| Octal | 236 | 145 | 334 | 34 | 66 | 0 | 16 | 415 | 77 | 77 |
| Binary | 10011110 | 1100101 | 11011100 | 11100 | 110110 | 0 | 1110 | 100001101 | 111111 | 111111 |
Color Harmonies of #9E65DC
Complementary color
Monochromatic Colors of #9E65DC
Black with #9E65DC
Text Example
Text Example
White with #9E65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65DC; }
p { color: rgb(158,101,220); }
H1.HeaderClassName
{
color: #9E65DC;
}
.AnyTagClassName
{
color: #9E65DC;
}
</style>
background-color css
<style>
a { background-color: #9E65DC; }
a { background-color: rgb(158,101,220); }
div.DivClassName
{
background-color: #9E65DC;
}
.BgClassName
{
background-color: #9E65DC;
}
</style>
border-color css
<style>
span { border-color: #9E65DC; }
span { border-color: rgb(158,101,220); }
td.TdClassName
{
border-color: #9E65DC;
}
.TagClassName
{
border-color: #9E65DC;
}
</style>