Shades of Amethyst #9D6DC6
Tints of Amethyst #9D6DC6
RGB
CMYK
RGB Variations
Color information
#9D6DC6 (or 0x9D6DC6) is known color: Amethyst. HEX triplet: 9D, 6D and C6. RGB value is (157,109,198). Sum of RGB (Red+Green+Blue) = 157+109+198=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D6DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DC6 is #629239. Grayscale: #858585. Windows color (decimal): -6459962 or 13004189. OLE color: 13004189.
HSL color Cylindrical-coordinate representation of color #9D6DC6: hue angle of 272.36º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D6DC6 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 109 | 198 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.22 |
| HSL | 272.36º | 0.44% | 0.6% | - |
| HSV(B) | 272.36º | 0.45% | 0.78% | - |
| XYZ | 29.57 | 22.18 | 56.15 | - |
| YUV | 133.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 198 | 0.21 | 0.45 | 0 | 0.22 | 272.36 | 0.44 | 0.6 |
| Hex | 9D | 6D | C6 | 15 | 2D | 0 | 16 | 110 | 2C | 3C |
| Octal | 235 | 155 | 306 | 25 | 55 | 0 | 26 | 420 | 54 | 74 |
| Binary | 10011101 | 1101101 | 11000110 | 10101 | 101101 | 0 | 10110 | 100010000 | 101100 | 111100 |
Color Harmonies of #9D6DC6
Complementary color
Monochromatic Colors of #9D6DC6
Black with #9D6DC6
Text Example
Text Example
White with #9D6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DC6; }
p { color: rgb(157,109,198); }
H1.HeaderClassName
{
color: #9D6DC6;
}
.AnyTagClassName
{
color: #9D6DC6;
}
</style>
background-color css
<style>
a { background-color: #9D6DC6; }
a { background-color: rgb(157,109,198); }
div.DivClassName
{
background-color: #9D6DC6;
}
.BgClassName
{
background-color: #9D6DC6;
}
</style>
border-color css
<style>
span { border-color: #9D6DC6; }
span { border-color: rgb(157,109,198); }
td.TdClassName
{
border-color: #9D6DC6;
}
.TagClassName
{
border-color: #9D6DC6;
}
</style>