Shades of Amethyst #9C63CD
Tints of Amethyst #9C63CD
RGB
CMYK
RGB Variations
Color information
#9C63CD (or 0x9C63CD) is known color: Amethyst. HEX triplet: 9C, 63 and CD. RGB value is (156,99,205). Sum of RGB (Red+Green+Blue) = 156+99+205=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63CD is #639C32. Grayscale: #7F7F7F. Windows color (decimal): -6528051 or 13460380. OLE color: 13460380.
HSL color Cylindrical-coordinate representation of color #9C63CD: hue angle of 272.26º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C63CD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 99 | 205 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.20 |
| HSL | 272.26º | 0.51% | 0.6% | - |
| HSV(B) | 272.26º | 0.52% | 0.8% | - |
| XYZ | 29.19 | 20.4 | 60.16 | - |
| YUV | 128.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 205 | 0.24 | 0.52 | 0 | 0.20 | 272.26 | 0.51 | 0.6 |
| Hex | 9C | 63 | CD | 18 | 34 | 0 | 14 | 110 | 33 | 3C |
| Octal | 234 | 143 | 315 | 30 | 64 | 0 | 24 | 420 | 63 | 74 |
| Binary | 10011100 | 1100011 | 11001101 | 11000 | 110100 | 0 | 10100 | 100010000 | 110011 | 111100 |
Color Harmonies of #9C63CD
Complementary color
Monochromatic Colors of #9C63CD
Black with #9C63CD
Text Example
Text Example
White with #9C63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C63CD; }
p { color: rgb(156,99,205); }
H1.HeaderClassName
{
color: #9C63CD;
}
.AnyTagClassName
{
color: #9C63CD;
}
</style>
background-color css
<style>
a { background-color: #9C63CD; }
a { background-color: rgb(156,99,205); }
div.DivClassName
{
background-color: #9C63CD;
}
.BgClassName
{
background-color: #9C63CD;
}
</style>
border-color css
<style>
span { border-color: #9C63CD; }
span { border-color: rgb(156,99,205); }
td.TdClassName
{
border-color: #9C63CD;
}
.TagClassName
{
border-color: #9C63CD;
}
</style>