Shades of Amethyst #9D6ECA
Tints of Amethyst #9D6ECA
RGB
CMYK
RGB Variations
Color information
#9D6ECA (or 0x9D6ECA) is known color: Amethyst. HEX triplet: 9D, 6E and CA. RGB value is (157,110,202). Sum of RGB (Red+Green+Blue) = 157+110+202=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D6ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ECA is #629135. Grayscale: #868686. Windows color (decimal): -6459702 or 13266589. OLE color: 13266589.
HSL color Cylindrical-coordinate representation of color #9D6ECA: hue angle of 270.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6ECA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 110 | 202 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.21 |
| HSL | 270.65º | 0.46% | 0.61% | - |
| HSV(B) | 270.65º | 0.46% | 0.79% | - |
| XYZ | 30.14 | 22.58 | 58.65 | - |
| YUV | 134.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 202 | 0.22 | 0.46 | 0 | 0.21 | 270.65 | 0.46 | 0.61 |
| Hex | 9D | 6E | CA | 16 | 2E | 0 | 15 | 10F | 2E | 3D |
| Octal | 235 | 156 | 312 | 26 | 56 | 0 | 25 | 417 | 56 | 75 |
| Binary | 10011101 | 1101110 | 11001010 | 10110 | 101110 | 0 | 10101 | 100001111 | 101110 | 111101 |
Color Harmonies of #9D6ECA
Complementary color
Monochromatic Colors of #9D6ECA
Black with #9D6ECA
Text Example
Text Example
White with #9D6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6ECA; }
p { color: rgb(157,110,202); }
H1.HeaderClassName
{
color: #9D6ECA;
}
.AnyTagClassName
{
color: #9D6ECA;
}
</style>
background-color css
<style>
a { background-color: #9D6ECA; }
a { background-color: rgb(157,110,202); }
div.DivClassName
{
background-color: #9D6ECA;
}
.BgClassName
{
background-color: #9D6ECA;
}
</style>
border-color css
<style>
span { border-color: #9D6ECA; }
span { border-color: rgb(157,110,202); }
td.TdClassName
{
border-color: #9D6ECA;
}
.TagClassName
{
border-color: #9D6ECA;
}
</style>