Shades of Amethyst #9C69BC
Tints of Amethyst #9C69BC
RGB
CMYK
RGB Variations
Color information
#9C69BC (or 0x9C69BC) is known color: Amethyst. HEX triplet: 9C, 69 and BC. RGB value is (156,105,188). Sum of RGB (Red+Green+Blue) = 156+105+188=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69BC is #639643. Grayscale: #818181. Windows color (decimal): -6526532 or 12347804. OLE color: 12347804.
HSL color Cylindrical-coordinate representation of color #9C69BC: hue angle of 276.87º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C69BC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 105 | 188 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.26 |
| HSL | 276.87º | 0.38% | 0.57% | - |
| HSV(B) | 276.87º | 0.44% | 0.74% | - |
| XYZ | 27.84 | 20.8 | 50.12 | - |
| YUV | 129.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 188 | 0.17 | 0.44 | 0 | 0.26 | 276.87 | 0.38 | 0.57 |
| Hex | 9C | 69 | BC | 11 | 2C | 0 | 1A | 115 | 26 | 39 |
| Octal | 234 | 151 | 274 | 21 | 54 | 0 | 32 | 425 | 46 | 71 |
| Binary | 10011100 | 1101001 | 10111100 | 10001 | 101100 | 0 | 11010 | 100010101 | 100110 | 111001 |
Color Harmonies of #9C69BC
Complementary color
Monochromatic Colors of #9C69BC
Black with #9C69BC
Text Example
Text Example
White with #9C69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C69BC; }
p { color: rgb(156,105,188); }
H1.HeaderClassName
{
color: #9C69BC;
}
.AnyTagClassName
{
color: #9C69BC;
}
</style>
background-color css
<style>
a { background-color: #9C69BC; }
a { background-color: rgb(156,105,188); }
div.DivClassName
{
background-color: #9C69BC;
}
.BgClassName
{
background-color: #9C69BC;
}
</style>
border-color css
<style>
span { border-color: #9C69BC; }
span { border-color: rgb(156,105,188); }
td.TdClassName
{
border-color: #9C69BC;
}
.TagClassName
{
border-color: #9C69BC;
}
</style>