Shades of Amethyst #9C65CD
Tints of Amethyst #9C65CD
RGB
CMYK
RGB Variations
Color information
#9C65CD (or 0x9C65CD) is known color: Amethyst. HEX triplet: 9C, 65 and CD. RGB value is (156,101,205). Sum of RGB (Red+Green+Blue) = 156+101+205=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65CD is #639A32. Grayscale: #808080. Windows color (decimal): -6527539 or 13460892. OLE color: 13460892.
HSL color Cylindrical-coordinate representation of color #9C65CD: hue angle of 271.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C65CD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 101 | 205 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.20 |
| HSL | 271.73º | 0.51% | 0.6% | - |
| HSV(B) | 271.73º | 0.51% | 0.8% | - |
| XYZ | 29.38 | 20.78 | 60.22 | - |
| YUV | 129.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 205 | 0.24 | 0.51 | 0 | 0.20 | 271.73 | 0.51 | 0.6 |
| Hex | 9C | 65 | CD | 18 | 33 | 0 | 14 | 110 | 33 | 3C |
| Octal | 234 | 145 | 315 | 30 | 63 | 0 | 24 | 420 | 63 | 74 |
| Binary | 10011100 | 1100101 | 11001101 | 11000 | 110011 | 0 | 10100 | 100010000 | 110011 | 111100 |
Color Harmonies of #9C65CD
Complementary color
Monochromatic Colors of #9C65CD
Black with #9C65CD
Text Example
Text Example
White with #9C65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C65CD; }
p { color: rgb(156,101,205); }
H1.HeaderClassName
{
color: #9C65CD;
}
.AnyTagClassName
{
color: #9C65CD;
}
</style>
background-color css
<style>
a { background-color: #9C65CD; }
a { background-color: rgb(156,101,205); }
div.DivClassName
{
background-color: #9C65CD;
}
.BgClassName
{
background-color: #9C65CD;
}
</style>
border-color css
<style>
span { border-color: #9C65CD; }
span { border-color: rgb(156,101,205); }
td.TdClassName
{
border-color: #9C65CD;
}
.TagClassName
{
border-color: #9C65CD;
}
</style>