Shades of Amethyst #9C6FD5
Tints of Amethyst #9C6FD5
RGB
CMYK
RGB Variations
Color information
#9C6FD5 (or 0x9C6FD5) is known color: Amethyst. HEX triplet: 9C, 6F and D5. RGB value is (156,111,213). Sum of RGB (Red+Green+Blue) = 156+111+213=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C6FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FD5 is #63902A. Grayscale: #878787. Windows color (decimal): -6524971 or 13987740. OLE color: 13987740.
HSL color Cylindrical-coordinate representation of color #9C6FD5: hue angle of 266.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C6FD5 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 111 | 213 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.16 |
| HSL | 266.47º | 0.55% | 0.64% | - |
| HSV(B) | 266.47º | 0.48% | 0.84% | - |
| XYZ | 31.4 | 23.24 | 65.78 | - |
| YUV | 136.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 213 | 0.27 | 0.48 | 0 | 0.16 | 266.47 | 0.55 | 0.64 |
| Hex | 9C | 6F | D5 | 1B | 30 | 0 | 10 | 10A | 37 | 40 |
| Octal | 234 | 157 | 325 | 33 | 60 | 0 | 20 | 412 | 67 | 100 |
| Binary | 10011100 | 1101111 | 11010101 | 11011 | 110000 | 0 | 10000 | 100001010 | 110111 | 1000000 |
Color Harmonies of #9C6FD5
Complementary color
Monochromatic Colors of #9C6FD5
Black with #9C6FD5
Text Example
Text Example
White with #9C6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FD5; }
p { color: rgb(156,111,213); }
H1.HeaderClassName
{
color: #9C6FD5;
}
.AnyTagClassName
{
color: #9C6FD5;
}
</style>
background-color css
<style>
a { background-color: #9C6FD5; }
a { background-color: rgb(156,111,213); }
div.DivClassName
{
background-color: #9C6FD5;
}
.BgClassName
{
background-color: #9C6FD5;
}
</style>
border-color css
<style>
span { border-color: #9C6FD5; }
span { border-color: rgb(156,111,213); }
td.TdClassName
{
border-color: #9C6FD5;
}
.TagClassName
{
border-color: #9C6FD5;
}
</style>