Shades of Amethyst #9E65DB
Tints of Amethyst #9E65DB
RGB
CMYK
RGB Variations
Color information
#9E65DB (or 0x9E65DB) is known color: Amethyst. HEX triplet: 9E, 65 and DB. RGB value is (158,101,219). Sum of RGB (Red+Green+Blue) = 158+101+219=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65DB is #619A24. Grayscale: #838383. Windows color (decimal): -6396453 or 14378398. OLE color: 14378398.
HSL color Cylindrical-coordinate representation of color #9E65DB: hue angle of 268.98º degrees, saturation: 0.62, 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 #9E65DB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 101 | 219 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.14 |
| HSL | 268.98º | 0.62% | 0.63% | - |
| HSV(B) | 268.98º | 0.54% | 0.86% | - |
| XYZ | 31.54 | 21.69 | 69.54 | - |
| YUV | 131.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 219 | 0.28 | 0.54 | 0 | 0.14 | 268.98 | 0.62 | 0.63 |
| Hex | 9E | 65 | DB | 1C | 36 | 0 | E | 10D | 3E | 3F |
| Octal | 236 | 145 | 333 | 34 | 66 | 0 | 16 | 415 | 76 | 77 |
| Binary | 10011110 | 1100101 | 11011011 | 11100 | 110110 | 0 | 1110 | 100001101 | 111110 | 111111 |
Color Harmonies of #9E65DB
Complementary color
Monochromatic Colors of #9E65DB
Black with #9E65DB
Text Example
Text Example
White with #9E65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65DB; }
p { color: rgb(158,101,219); }
H1.HeaderClassName
{
color: #9E65DB;
}
.AnyTagClassName
{
color: #9E65DB;
}
</style>
background-color css
<style>
a { background-color: #9E65DB; }
a { background-color: rgb(158,101,219); }
div.DivClassName
{
background-color: #9E65DB;
}
.BgClassName
{
background-color: #9E65DB;
}
</style>
border-color css
<style>
span { border-color: #9E65DB; }
span { border-color: rgb(158,101,219); }
td.TdClassName
{
border-color: #9E65DB;
}
.TagClassName
{
border-color: #9E65DB;
}
</style>