Shades of Amethyst #9C6BBD
Tints of Amethyst #9C6BBD
RGB
CMYK
RGB Variations
Color information
#9C6BBD (or 0x9C6BBD) is known color: Amethyst. HEX triplet: 9C, 6B and BD. RGB value is (156,107,189). Sum of RGB (Red+Green+Blue) = 156+107+189=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C6BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBD is #639442. Grayscale: #828282. Windows color (decimal): -6526019 or 12413852. OLE color: 12413852.
HSL color Cylindrical-coordinate representation of color #9C6BBD: hue angle of 275.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C6BBD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 107 | 189 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.26 |
| HSL | 275.85º | 0.38% | 0.58% | - |
| HSV(B) | 275.85º | 0.43% | 0.74% | - |
| XYZ | 28.15 | 21.26 | 50.76 | - |
| YUV | 131 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 189 | 0.17 | 0.43 | 0 | 0.26 | 275.85 | 0.38 | 0.58 |
| Hex | 9C | 6B | BD | 11 | 2B | 0 | 1A | 114 | 26 | 3A |
| Octal | 234 | 153 | 275 | 21 | 53 | 0 | 32 | 424 | 46 | 72 |
| Binary | 10011100 | 1101011 | 10111101 | 10001 | 101011 | 0 | 11010 | 100010100 | 100110 | 111010 |
Color Harmonies of #9C6BBD
Complementary color
Monochromatic Colors of #9C6BBD
Black with #9C6BBD
Text Example
Text Example
White with #9C6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BBD; }
p { color: rgb(156,107,189); }
H1.HeaderClassName
{
color: #9C6BBD;
}
.AnyTagClassName
{
color: #9C6BBD;
}
</style>
background-color css
<style>
a { background-color: #9C6BBD; }
a { background-color: rgb(156,107,189); }
div.DivClassName
{
background-color: #9C6BBD;
}
.BgClassName
{
background-color: #9C6BBD;
}
</style>
border-color css
<style>
span { border-color: #9C6BBD; }
span { border-color: rgb(156,107,189); }
td.TdClassName
{
border-color: #9C6BBD;
}
.TagClassName
{
border-color: #9C6BBD;
}
</style>