Shades of Amethyst #9C6CC3
Tints of Amethyst #9C6CC3
RGB
CMYK
RGB Variations
Color information
#9C6CC3 (or 0x9C6CC3) is known color: Amethyst. HEX triplet: 9C, 6C and C3. RGB value is (156,108,195). Sum of RGB (Red+Green+Blue) = 156+108+195=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C6CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CC3 is #63933C. Grayscale: #838383. Windows color (decimal): -6525757 or 12807324. OLE color: 12807324.
HSL color Cylindrical-coordinate representation of color #9C6CC3: hue angle of 273.1º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C6CC3 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 108 | 195 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.24 |
| HSL | 273.1º | 0.42% | 0.59% | - |
| HSV(B) | 273.1º | 0.45% | 0.76% | - |
| XYZ | 28.92 | 21.73 | 54.3 | - |
| YUV | 132.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 195 | 0.20 | 0.45 | 0 | 0.24 | 273.1 | 0.42 | 0.59 |
| Hex | 9C | 6C | C3 | 14 | 2D | 0 | 18 | 111 | 2A | 3B |
| Octal | 234 | 154 | 303 | 24 | 55 | 0 | 30 | 421 | 52 | 73 |
| Binary | 10011100 | 1101100 | 11000011 | 10100 | 101101 | 0 | 11000 | 100010001 | 101010 | 111011 |
Color Harmonies of #9C6CC3
Complementary color
Monochromatic Colors of #9C6CC3
Black with #9C6CC3
Text Example
Text Example
White with #9C6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CC3; }
p { color: rgb(156,108,195); }
H1.HeaderClassName
{
color: #9C6CC3;
}
.AnyTagClassName
{
color: #9C6CC3;
}
</style>
background-color css
<style>
a { background-color: #9C6CC3; }
a { background-color: rgb(156,108,195); }
div.DivClassName
{
background-color: #9C6CC3;
}
.BgClassName
{
background-color: #9C6CC3;
}
</style>
border-color css
<style>
span { border-color: #9C6CC3; }
span { border-color: rgb(156,108,195); }
td.TdClassName
{
border-color: #9C6CC3;
}
.TagClassName
{
border-color: #9C6CC3;
}
</style>