Shades of Amethyst #9C68CC
Tints of Amethyst #9C68CC
RGB
CMYK
RGB Variations
Color information
#9C68CC (or 0x9C68CC) is known color: Amethyst. HEX triplet: 9C, 68 and CC. RGB value is (156,104,204). Sum of RGB (Red+Green+Blue) = 156+104+204=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CC is #639733. Grayscale: #828282. Windows color (decimal): -6526772 or 13396124. OLE color: 13396124.
HSL color Cylindrical-coordinate representation of color #9C68CC: hue angle of 271.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C68CC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 104 | 204 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.2 |
| HSL | 271.2º | 0.5% | 0.6% | - |
| HSV(B) | 271.2º | 0.49% | 0.8% | - |
| XYZ | 29.56 | 21.33 | 59.69 | - |
| YUV | 130.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 204 | 0.24 | 0.49 | 0 | 0.2 | 271.2 | 0.5 | 0.6 |
| Hex | 9C | 68 | CC | 18 | 31 | 0 | 14 | 10F | 32 | 3C |
| Octal | 234 | 150 | 314 | 30 | 61 | 0 | 24 | 417 | 62 | 74 |
| Binary | 10011100 | 1101000 | 11001100 | 11000 | 110001 | 0 | 10100 | 100001111 | 110010 | 111100 |
Color Harmonies of #9C68CC
Complementary color
Monochromatic Colors of #9C68CC
Black with #9C68CC
Text Example
Text Example
White with #9C68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C68CC; }
p { color: rgb(156,104,204); }
H1.HeaderClassName
{
color: #9C68CC;
}
.AnyTagClassName
{
color: #9C68CC;
}
</style>
background-color css
<style>
a { background-color: #9C68CC; }
a { background-color: rgb(156,104,204); }
div.DivClassName
{
background-color: #9C68CC;
}
.BgClassName
{
background-color: #9C68CC;
}
</style>
border-color css
<style>
span { border-color: #9C68CC; }
span { border-color: rgb(156,104,204); }
td.TdClassName
{
border-color: #9C68CC;
}
.TagClassName
{
border-color: #9C68CC;
}
</style>