Shades of Amethyst #9D6ECB
Tints of Amethyst #9D6ECB
RGB
CMYK
RGB Variations
Color information
#9D6ECB (or 0x9D6ECB) is known color: Amethyst. HEX triplet: 9D, 6E and CB. RGB value is (157,110,203). Sum of RGB (Red+Green+Blue) = 157+110+203=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ECB is #629134. Grayscale: #868686. Windows color (decimal): -6459701 or 13332125. OLE color: 13332125.
HSL color Cylindrical-coordinate representation of color #9D6ECB: hue angle of 270.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6ECB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 110 | 203 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.20 |
| HSL | 270.32º | 0.47% | 0.61% | - |
| HSV(B) | 270.32º | 0.46% | 0.8% | - |
| XYZ | 30.26 | 22.63 | 59.27 | - |
| YUV | 134.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 203 | 0.23 | 0.46 | 0 | 0.20 | 270.32 | 0.47 | 0.61 |
| Hex | 9D | 6E | CB | 17 | 2E | 0 | 14 | 10E | 2F | 3D |
| Octal | 235 | 156 | 313 | 27 | 56 | 0 | 24 | 416 | 57 | 75 |
| Binary | 10011101 | 1101110 | 11001011 | 10111 | 101110 | 0 | 10100 | 100001110 | 101111 | 111101 |
Color Harmonies of #9D6ECB
Complementary color
Monochromatic Colors of #9D6ECB
Black with #9D6ECB
Text Example
Text Example
White with #9D6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6ECB; }
p { color: rgb(157,110,203); }
H1.HeaderClassName
{
color: #9D6ECB;
}
.AnyTagClassName
{
color: #9D6ECB;
}
</style>
background-color css
<style>
a { background-color: #9D6ECB; }
a { background-color: rgb(157,110,203); }
div.DivClassName
{
background-color: #9D6ECB;
}
.BgClassName
{
background-color: #9D6ECB;
}
</style>
border-color css
<style>
span { border-color: #9D6ECB; }
span { border-color: rgb(157,110,203); }
td.TdClassName
{
border-color: #9D6ECB;
}
.TagClassName
{
border-color: #9D6ECB;
}
</style>