Shades of Amethyst #9D6ECC
Tints of Amethyst #9D6ECC
RGB
CMYK
RGB Variations
Color information
#9D6ECC (or 0x9D6ECC) is known color: Amethyst. HEX triplet: 9D, 6E and CC. RGB value is (157,110,204). Sum of RGB (Red+Green+Blue) = 157+110+204=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ECC is #629133. Grayscale: #868686. Windows color (decimal): -6459700 or 13397661. OLE color: 13397661.
HSL color Cylindrical-coordinate representation of color #9D6ECC: hue angle of 270º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6ECC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 110 | 204 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.2 |
| HSL | 270º | 0.48% | 0.62% | - |
| HSV(B) | 270º | 0.46% | 0.8% | - |
| XYZ | 30.38 | 22.68 | 59.9 | - |
| YUV | 134.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 204 | 0.23 | 0.46 | 0 | 0.2 | 270 | 0.48 | 0.62 |
| Hex | 9D | 6E | CC | 17 | 2E | 0 | 14 | 10E | 30 | 3E |
| Octal | 235 | 156 | 314 | 27 | 56 | 0 | 24 | 416 | 60 | 76 |
| Binary | 10011101 | 1101110 | 11001100 | 10111 | 101110 | 0 | 10100 | 100001110 | 110000 | 111110 |
Color Harmonies of #9D6ECC
Complementary color
Monochromatic Colors of #9D6ECC
Black with #9D6ECC
Text Example
Text Example
White with #9D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6ECC; }
p { color: rgb(157,110,204); }
H1.HeaderClassName
{
color: #9D6ECC;
}
.AnyTagClassName
{
color: #9D6ECC;
}
</style>
background-color css
<style>
a { background-color: #9D6ECC; }
a { background-color: rgb(157,110,204); }
div.DivClassName
{
background-color: #9D6ECC;
}
.BgClassName
{
background-color: #9D6ECC;
}
</style>
border-color css
<style>
span { border-color: #9D6ECC; }
span { border-color: rgb(157,110,204); }
td.TdClassName
{
border-color: #9D6ECC;
}
.TagClassName
{
border-color: #9D6ECC;
}
</style>