Shades of Amethyst #9C6FD1
Tints of Amethyst #9C6FD1
RGB
CMYK
RGB Variations
Color information
#9C6FD1 (or 0x9C6FD1) is known color: Amethyst. HEX triplet: 9C, 6F and D1. RGB value is (156,111,209). Sum of RGB (Red+Green+Blue) = 156+111+209=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C6FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FD1 is #63902E. Grayscale: #878787. Windows color (decimal): -6524975 or 13725596. OLE color: 13725596.
HSL color Cylindrical-coordinate representation of color #9C6FD1: hue angle of 267.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6FD1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 111 | 209 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.18 |
| HSL | 267.55º | 0.52% | 0.63% | - |
| HSV(B) | 267.55º | 0.47% | 0.82% | - |
| XYZ | 30.9 | 23.04 | 63.14 | - |
| YUV | 135.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 209 | 0.25 | 0.47 | 0 | 0.18 | 267.55 | 0.52 | 0.63 |
| Hex | 9C | 6F | D1 | 19 | 2F | 0 | 12 | 10C | 34 | 3F |
| Octal | 234 | 157 | 321 | 31 | 57 | 0 | 22 | 414 | 64 | 77 |
| Binary | 10011100 | 1101111 | 11010001 | 11001 | 101111 | 0 | 10010 | 100001100 | 110100 | 111111 |
Color Harmonies of #9C6FD1
Complementary color
Monochromatic Colors of #9C6FD1
Black with #9C6FD1
Text Example
Text Example
White with #9C6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FD1; }
p { color: rgb(156,111,209); }
H1.HeaderClassName
{
color: #9C6FD1;
}
.AnyTagClassName
{
color: #9C6FD1;
}
</style>
background-color css
<style>
a { background-color: #9C6FD1; }
a { background-color: rgb(156,111,209); }
div.DivClassName
{
background-color: #9C6FD1;
}
.BgClassName
{
background-color: #9C6FD1;
}
</style>
border-color css
<style>
span { border-color: #9C6FD1; }
span { border-color: rgb(156,111,209); }
td.TdClassName
{
border-color: #9C6FD1;
}
.TagClassName
{
border-color: #9C6FD1;
}
</style>