Shades of Amethyst #9C6CCC
Tints of Amethyst #9C6CCC
RGB
CMYK
RGB Variations
Color information
#9C6CCC (or 0x9C6CCC) is known color: Amethyst. HEX triplet: 9C, 6C and CC. RGB value is (156,108,204). Sum of RGB (Red+Green+Blue) = 156+108+204=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CCC is #639333. Grayscale: #848484. Windows color (decimal): -6525748 or 13397148. OLE color: 13397148.
HSL color Cylindrical-coordinate representation of color #9C6CCC: hue angle of 270º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6CCC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 108 | 204 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.2 |
| HSL | 270º | 0.48% | 0.61% | - |
| HSV(B) | 270º | 0.47% | 0.8% | - |
| XYZ | 29.97 | 22.15 | 59.82 | - |
| YUV | 133.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 204 | 0.24 | 0.47 | 0 | 0.2 | 270 | 0.48 | 0.61 |
| Hex | 9C | 6C | CC | 18 | 2F | 0 | 14 | 10E | 30 | 3D |
| Octal | 234 | 154 | 314 | 30 | 57 | 0 | 24 | 416 | 60 | 75 |
| Binary | 10011100 | 1101100 | 11001100 | 11000 | 101111 | 0 | 10100 | 100001110 | 110000 | 111101 |
Color Harmonies of #9C6CCC
Complementary color
Monochromatic Colors of #9C6CCC
Black with #9C6CCC
Text Example
Text Example
White with #9C6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CCC; }
p { color: rgb(156,108,204); }
H1.HeaderClassName
{
color: #9C6CCC;
}
.AnyTagClassName
{
color: #9C6CCC;
}
</style>
background-color css
<style>
a { background-color: #9C6CCC; }
a { background-color: rgb(156,108,204); }
div.DivClassName
{
background-color: #9C6CCC;
}
.BgClassName
{
background-color: #9C6CCC;
}
</style>
border-color css
<style>
span { border-color: #9C6CCC; }
span { border-color: rgb(156,108,204); }
td.TdClassName
{
border-color: #9C6CCC;
}
.TagClassName
{
border-color: #9C6CCC;
}
</style>