Shades of Amethyst #9E69CE
Tints of Amethyst #9E69CE
RGB
CMYK
RGB Variations
Color information
#9E69CE (or 0x9E69CE) is known color: Amethyst. HEX triplet: 9E, 69 and CE. RGB value is (158,105,206). Sum of RGB (Red+Green+Blue) = 158+105+206=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69CE is #619631. Grayscale: #848484. Windows color (decimal): -6395442 or 13527454. OLE color: 13527454.
HSL color Cylindrical-coordinate representation of color #9E69CE: hue angle of 271.49º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E69CE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 105 | 206 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.19 |
| HSL | 271.49º | 0.51% | 0.61% | - |
| HSV(B) | 271.49º | 0.49% | 0.81% | - |
| XYZ | 30.29 | 21.83 | 61.01 | - |
| YUV | 132.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 206 | 0.23 | 0.49 | 0 | 0.19 | 271.49 | 0.51 | 0.61 |
| Hex | 9E | 69 | CE | 17 | 31 | 0 | 13 | 10F | 33 | 3D |
| Octal | 236 | 151 | 316 | 27 | 61 | 0 | 23 | 417 | 63 | 75 |
| Binary | 10011110 | 1101001 | 11001110 | 10111 | 110001 | 0 | 10011 | 100001111 | 110011 | 111101 |
Color Harmonies of #9E69CE
Complementary color
Monochromatic Colors of #9E69CE
Black with #9E69CE
Text Example
Text Example
White with #9E69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69CE; }
p { color: rgb(158,105,206); }
H1.HeaderClassName
{
color: #9E69CE;
}
.AnyTagClassName
{
color: #9E69CE;
}
</style>
background-color css
<style>
a { background-color: #9E69CE; }
a { background-color: rgb(158,105,206); }
div.DivClassName
{
background-color: #9E69CE;
}
.BgClassName
{
background-color: #9E69CE;
}
</style>
border-color css
<style>
span { border-color: #9E69CE; }
span { border-color: rgb(158,105,206); }
td.TdClassName
{
border-color: #9E69CE;
}
.TagClassName
{
border-color: #9E69CE;
}
</style>