Shades of Amethyst #9E62DB
Tints of Amethyst #9E62DB
RGB
CMYK
RGB Variations
Color information
#9E62DB (or 0x9E62DB) is known color: Amethyst. HEX triplet: 9E, 62 and DB. RGB value is (158,98,219). Sum of RGB (Red+Green+Blue) = 158+98+219=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62DB is #619D24. Grayscale: #818181. Windows color (decimal): -6397221 or 14377630. OLE color: 14377630.
HSL color Cylindrical-coordinate representation of color #9E62DB: hue angle of 269.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E62DB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 98 | 219 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.14 |
| HSL | 269.75º | 0.63% | 0.62% | - |
| HSV(B) | 269.75º | 0.55% | 0.86% | - |
| XYZ | 31.25 | 21.12 | 69.45 | - |
| YUV | 129.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 219 | 0.28 | 0.55 | 0 | 0.14 | 269.75 | 0.63 | 0.62 |
| Hex | 9E | 62 | DB | 1C | 37 | 0 | E | 10E | 3F | 3E |
| Octal | 236 | 142 | 333 | 34 | 67 | 0 | 16 | 416 | 77 | 76 |
| Binary | 10011110 | 1100010 | 11011011 | 11100 | 110111 | 0 | 1110 | 100001110 | 111111 | 111110 |
Color Harmonies of #9E62DB
Complementary color
Monochromatic Colors of #9E62DB
Black with #9E62DB
Text Example
Text Example
White with #9E62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62DB; }
p { color: rgb(158,98,219); }
H1.HeaderClassName
{
color: #9E62DB;
}
.AnyTagClassName
{
color: #9E62DB;
}
</style>
background-color css
<style>
a { background-color: #9E62DB; }
a { background-color: rgb(158,98,219); }
div.DivClassName
{
background-color: #9E62DB;
}
.BgClassName
{
background-color: #9E62DB;
}
</style>
border-color css
<style>
span { border-color: #9E62DB; }
span { border-color: rgb(158,98,219); }
td.TdClassName
{
border-color: #9E62DB;
}
.TagClassName
{
border-color: #9E62DB;
}
</style>