Shades of Amethyst #9E66D3
Tints of Amethyst #9E66D3
RGB
CMYK
RGB Variations
Color information
#9E66D3 (or 0x9E66D3) is known color: Amethyst. HEX triplet: 9E, 66 and D3. RGB value is (158,102,211). Sum of RGB (Red+Green+Blue) = 158+102+211=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E66D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66D3 is #61992C. Grayscale: #828282. Windows color (decimal): -6396205 or 13854366. OLE color: 13854366.
HSL color Cylindrical-coordinate representation of color #9E66D3: hue angle of 270.83º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E66D3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 102 | 211 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.17 |
| HSL | 270.83º | 0.55% | 0.61% | - |
| HSV(B) | 270.83º | 0.52% | 0.83% | - |
| XYZ | 30.61 | 21.47 | 64.16 | - |
| YUV | 131.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 211 | 0.25 | 0.52 | 0 | 0.17 | 270.83 | 0.55 | 0.61 |
| Hex | 9E | 66 | D3 | 19 | 34 | 0 | 11 | 10F | 37 | 3D |
| Octal | 236 | 146 | 323 | 31 | 64 | 0 | 21 | 417 | 67 | 75 |
| Binary | 10011110 | 1100110 | 11010011 | 11001 | 110100 | 0 | 10001 | 100001111 | 110111 | 111101 |
Color Harmonies of #9E66D3
Complementary color
Monochromatic Colors of #9E66D3
Black with #9E66D3
Text Example
Text Example
White with #9E66D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66D3; }
p { color: rgb(158,102,211); }
H1.HeaderClassName
{
color: #9E66D3;
}
.AnyTagClassName
{
color: #9E66D3;
}
</style>
background-color css
<style>
a { background-color: #9E66D3; }
a { background-color: rgb(158,102,211); }
div.DivClassName
{
background-color: #9E66D3;
}
.BgClassName
{
background-color: #9E66D3;
}
</style>
border-color css
<style>
span { border-color: #9E66D3; }
span { border-color: rgb(158,102,211); }
td.TdClassName
{
border-color: #9E66D3;
}
.TagClassName
{
border-color: #9E66D3;
}
</style>