Shades of Amethyst #9E66CD
Tints of Amethyst #9E66CD
RGB
CMYK
RGB Variations
Color information
#9E66CD (or 0x9E66CD) is known color: Amethyst. HEX triplet: 9E, 66 and CD. RGB value is (158,102,205). Sum of RGB (Red+Green+Blue) = 158+102+205=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66CD is #619932. Grayscale: #828282. Windows color (decimal): -6396211 or 13461150. OLE color: 13461150.
HSL color Cylindrical-coordinate representation of color #9E66CD: hue angle of 272.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E66CD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 102 | 205 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.20 |
| HSL | 272.62º | 0.51% | 0.6% | - |
| HSV(B) | 272.62º | 0.5% | 0.8% | - |
| XYZ | 29.87 | 21.18 | 60.27 | - |
| YUV | 130.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 205 | 0.23 | 0.50 | 0 | 0.20 | 272.62 | 0.51 | 0.6 |
| Hex | 9E | 66 | CD | 17 | 32 | 0 | 14 | 111 | 33 | 3C |
| Octal | 236 | 146 | 315 | 27 | 62 | 0 | 24 | 421 | 63 | 74 |
| Binary | 10011110 | 1100110 | 11001101 | 10111 | 110010 | 0 | 10100 | 100010001 | 110011 | 111100 |
Color Harmonies of #9E66CD
Complementary color
Monochromatic Colors of #9E66CD
Black with #9E66CD
Text Example
Text Example
White with #9E66CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66CD; }
p { color: rgb(158,102,205); }
H1.HeaderClassName
{
color: #9E66CD;
}
.AnyTagClassName
{
color: #9E66CD;
}
</style>
background-color css
<style>
a { background-color: #9E66CD; }
a { background-color: rgb(158,102,205); }
div.DivClassName
{
background-color: #9E66CD;
}
.BgClassName
{
background-color: #9E66CD;
}
</style>
border-color css
<style>
span { border-color: #9E66CD; }
span { border-color: rgb(158,102,205); }
td.TdClassName
{
border-color: #9E66CD;
}
.TagClassName
{
border-color: #9E66CD;
}
</style>