Shades of Amethyst #9C6AD4
Tints of Amethyst #9C6AD4
RGB
CMYK
RGB Variations
Color information
#9C6AD4 (or 0x9C6AD4) is known color: Amethyst. HEX triplet: 9C, 6A and D4. RGB value is (156,106,212). Sum of RGB (Red+Green+Blue) = 156+106+212=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C6AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6AD4 is #63952B. Grayscale: #848484. Windows color (decimal): -6526252 or 13920924. OLE color: 13920924.
HSL color Cylindrical-coordinate representation of color #9C6AD4: hue angle of 268.3º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C6AD4 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 106 | 212 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.17 |
| HSL | 268.3º | 0.55% | 0.62% | - |
| HSV(B) | 268.3º | 0.5% | 0.83% | - |
| XYZ | 30.75 | 22.13 | 64.94 | - |
| YUV | 133.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 212 | 0.26 | 0.5 | 0 | 0.17 | 268.3 | 0.55 | 0.62 |
| Hex | 9C | 6A | D4 | 1A | 32 | 0 | 11 | 10C | 37 | 3E |
| Octal | 234 | 152 | 324 | 32 | 62 | 0 | 21 | 414 | 67 | 76 |
| Binary | 10011100 | 1101010 | 11010100 | 11010 | 110010 | 0 | 10001 | 100001100 | 110111 | 111110 |
Color Harmonies of #9C6AD4
Complementary color
Monochromatic Colors of #9C6AD4
Black with #9C6AD4
Text Example
Text Example
White with #9C6AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6AD4; }
p { color: rgb(156,106,212); }
H1.HeaderClassName
{
color: #9C6AD4;
}
.AnyTagClassName
{
color: #9C6AD4;
}
</style>
background-color css
<style>
a { background-color: #9C6AD4; }
a { background-color: rgb(156,106,212); }
div.DivClassName
{
background-color: #9C6AD4;
}
.BgClassName
{
background-color: #9C6AD4;
}
</style>
border-color css
<style>
span { border-color: #9C6AD4; }
span { border-color: rgb(156,106,212); }
td.TdClassName
{
border-color: #9C6AD4;
}
.TagClassName
{
border-color: #9C6AD4;
}
</style>