Shades of Amethyst #9C6FCB
Tints of Amethyst #9C6FCB
RGB
CMYK
RGB Variations
Color information
#9C6FCB (or 0x9C6FCB) is known color: Amethyst. HEX triplet: 9C, 6F and CB. RGB value is (156,111,203). Sum of RGB (Red+Green+Blue) = 156+111+203=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FCB is #639034. Grayscale: #868686. Windows color (decimal): -6524981 or 13332380. OLE color: 13332380.
HSL color Cylindrical-coordinate representation of color #9C6FCB: hue angle of 269.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C6FCB is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 111 | 203 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.20 |
| HSL | 269.35º | 0.47% | 0.62% | - |
| HSV(B) | 269.35º | 0.45% | 0.8% | - |
| XYZ | 30.17 | 22.75 | 59.3 | - |
| YUV | 134.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 203 | 0.23 | 0.45 | 0 | 0.20 | 269.35 | 0.47 | 0.62 |
| Hex | 9C | 6F | CB | 17 | 2D | 0 | 14 | 10D | 2F | 3E |
| Octal | 234 | 157 | 313 | 27 | 55 | 0 | 24 | 415 | 57 | 76 |
| Binary | 10011100 | 1101111 | 11001011 | 10111 | 101101 | 0 | 10100 | 100001101 | 101111 | 111110 |
Color Harmonies of #9C6FCB
Complementary color
Monochromatic Colors of #9C6FCB
Black with #9C6FCB
Text Example
Text Example
White with #9C6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FCB; }
p { color: rgb(156,111,203); }
H1.HeaderClassName
{
color: #9C6FCB;
}
.AnyTagClassName
{
color: #9C6FCB;
}
</style>
background-color css
<style>
a { background-color: #9C6FCB; }
a { background-color: rgb(156,111,203); }
div.DivClassName
{
background-color: #9C6FCB;
}
.BgClassName
{
background-color: #9C6FCB;
}
</style>
border-color css
<style>
span { border-color: #9C6FCB; }
span { border-color: rgb(156,111,203); }
td.TdClassName
{
border-color: #9C6FCB;
}
.TagClassName
{
border-color: #9C6FCB;
}
</style>