Shades of Amethyst #9C68CE
Tints of Amethyst #9C68CE
RGB
CMYK
RGB Variations
Color information
#9C68CE (or 0x9C68CE) is known color: Amethyst. HEX triplet: 9C, 68 and CE. RGB value is (156,104,206). Sum of RGB (Red+Green+Blue) = 156+104+206=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CE is #639731. Grayscale: #828282. Windows color (decimal): -6526770 or 13527196. OLE color: 13527196.
HSL color Cylindrical-coordinate representation of color #9C68CE: hue angle of 270.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C68CE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 104 | 206 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.19 |
| HSL | 270.59º | 0.51% | 0.61% | - |
| HSV(B) | 270.59º | 0.5% | 0.81% | - |
| XYZ | 29.8 | 21.42 | 60.96 | - |
| YUV | 131.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 206 | 0.24 | 0.50 | 0 | 0.19 | 270.59 | 0.51 | 0.61 |
| Hex | 9C | 68 | CE | 18 | 32 | 0 | 13 | 10F | 33 | 3D |
| Octal | 234 | 150 | 316 | 30 | 62 | 0 | 23 | 417 | 63 | 75 |
| Binary | 10011100 | 1101000 | 11001110 | 11000 | 110010 | 0 | 10011 | 100001111 | 110011 | 111101 |
Color Harmonies of #9C68CE
Complementary color
Monochromatic Colors of #9C68CE
Black with #9C68CE
Text Example
Text Example
White with #9C68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C68CE; }
p { color: rgb(156,104,206); }
H1.HeaderClassName
{
color: #9C68CE;
}
.AnyTagClassName
{
color: #9C68CE;
}
</style>
background-color css
<style>
a { background-color: #9C68CE; }
a { background-color: rgb(156,104,206); }
div.DivClassName
{
background-color: #9C68CE;
}
.BgClassName
{
background-color: #9C68CE;
}
</style>
border-color css
<style>
span { border-color: #9C68CE; }
span { border-color: rgb(156,104,206); }
td.TdClassName
{
border-color: #9C68CE;
}
.TagClassName
{
border-color: #9C68CE;
}
</style>