Shades of Amethyst #9E6ADB
Tints of Amethyst #9E6ADB
RGB
CMYK
RGB Variations
Color information
#9E6ADB (or 0x9E6ADB) is known color: Amethyst. HEX triplet: 9E, 6A and DB. RGB value is (158,106,219). Sum of RGB (Red+Green+Blue) = 158+106+219=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ADB is #619524. Grayscale: #868686. Windows color (decimal): -6395173 or 14379678. OLE color: 14379678.
HSL color Cylindrical-coordinate representation of color #9E6ADB: hue angle of 267.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E6ADB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 158 | 106 | 219 | - |
CMYK | 0.28 | 0.52 | 0 | 0.14 |
HSL | 267.61º | 0.61% | 0.64% | - |
HSV(B) | 267.61º | 0.52% | 0.86% | - |
XYZ | 32.04 | 22.69 | 69.71 | - |
YUV | 134.43 | 175.73 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 106 | 219 | 0.28 | 0.52 | 0 | 0.14 | 267.61 | 0.61 | 0.64 |
Hex | 9E | 6A | DB | 1C | 34 | 0 | E | 10C | 3D | 40 |
Octal | 236 | 152 | 333 | 34 | 64 | 0 | 16 | 414 | 75 | 100 |
Binary | 10011110 | 1101010 | 11011011 | 11100 | 110100 | 0 | 1110 | 100001100 | 111101 | 1000000 |
Color Harmonies of #9E6ADB
Complementary color
Monochromatic Colors of #9E6ADB
Black with #9E6ADB
Text Example
Text Example
White with #9E6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ADB; }
p { color: rgb(158,106,219); }
H1.HeaderClassName
{
color: #9E6ADB;
}
.AnyTagClassName
{
color: #9E6ADB;
}
</style>
background-color css
<style>
a { background-color: #9E6ADB; }
a { background-color: rgb(158,106,219); }
div.DivClassName
{
background-color: #9E6ADB;
}
.BgClassName
{
background-color: #9E6ADB;
}
</style>
border-color css
<style>
span { border-color: #9E6ADB; }
span { border-color: rgb(158,106,219); }
td.TdClassName
{
border-color: #9E6ADB;
}
.TagClassName
{
border-color: #9E6ADB;
}
</style>