Shades of Amethyst #9E67CE
Tints of Amethyst #9E67CE
RGB
CMYK
RGB Variations
Color information
#9E67CE (or 0x9E67CE) is known color: Amethyst. HEX triplet: 9E, 67 and CE. RGB value is (158,103,206). Sum of RGB (Red+Green+Blue) = 158+103+206=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67CE is #619831. Grayscale: #828282. Windows color (decimal): -6395954 or 13526942. OLE color: 13526942.
HSL color Cylindrical-coordinate representation of color #9E67CE: hue angle of 272.04º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E67CE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 103 | 206 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.19 |
| HSL | 272.04º | 0.51% | 0.61% | - |
| HSV(B) | 272.04º | 0.5% | 0.81% | - |
| XYZ | 30.09 | 21.43 | 60.94 | - |
| YUV | 131.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 206 | 0.23 | 0.50 | 0 | 0.19 | 272.04 | 0.51 | 0.61 |
| Hex | 9E | 67 | CE | 17 | 32 | 0 | 13 | 110 | 33 | 3D |
| Octal | 236 | 147 | 316 | 27 | 62 | 0 | 23 | 420 | 63 | 75 |
| Binary | 10011110 | 1100111 | 11001110 | 10111 | 110010 | 0 | 10011 | 100010000 | 110011 | 111101 |
Color Harmonies of #9E67CE
Complementary color
Monochromatic Colors of #9E67CE
Black with #9E67CE
Text Example
Text Example
White with #9E67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67CE; }
p { color: rgb(158,103,206); }
H1.HeaderClassName
{
color: #9E67CE;
}
.AnyTagClassName
{
color: #9E67CE;
}
</style>
background-color css
<style>
a { background-color: #9E67CE; }
a { background-color: rgb(158,103,206); }
div.DivClassName
{
background-color: #9E67CE;
}
.BgClassName
{
background-color: #9E67CE;
}
</style>
border-color css
<style>
span { border-color: #9E67CE; }
span { border-color: rgb(158,103,206); }
td.TdClassName
{
border-color: #9E67CE;
}
.TagClassName
{
border-color: #9E67CE;
}
</style>