Shades of Amethyst #9C62DF
Tints of Amethyst #9C62DF
RGB
CMYK
RGB Variations
Color information
#9C62DF (or 0x9C62DF) is known color: Amethyst. HEX triplet: 9C, 62 and DF. RGB value is (156,98,223). Sum of RGB (Red+Green+Blue) = 156+98+223=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C62DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62DF is #639D20. Grayscale: #818181. Windows color (decimal): -6528289 or 14639772. OLE color: 14639772.
HSL color Cylindrical-coordinate representation of color #9C62DF: hue angle of 267.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C62DF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 98 | 223 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.13 |
| HSL | 267.84º | 0.66% | 0.63% | - |
| HSV(B) | 267.84º | 0.56% | 0.87% | - |
| XYZ | 31.4 | 21.13 | 72.24 | - |
| YUV | 129.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 223 | 0.30 | 0.56 | 0 | 0.13 | 267.84 | 0.66 | 0.63 |
| Hex | 9C | 62 | DF | 1E | 38 | 0 | D | 10C | 42 | 3F |
| Octal | 234 | 142 | 337 | 36 | 70 | 0 | 15 | 414 | 102 | 77 |
| Binary | 10011100 | 1100010 | 11011111 | 11110 | 111000 | 0 | 1101 | 100001100 | 1000010 | 111111 |
Color Harmonies of #9C62DF
Complementary color
Monochromatic Colors of #9C62DF
Black with #9C62DF
Text Example
Text Example
White with #9C62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C62DF; }
p { color: rgb(156,98,223); }
H1.HeaderClassName
{
color: #9C62DF;
}
.AnyTagClassName
{
color: #9C62DF;
}
</style>
background-color css
<style>
a { background-color: #9C62DF; }
a { background-color: rgb(156,98,223); }
div.DivClassName
{
background-color: #9C62DF;
}
.BgClassName
{
background-color: #9C62DF;
}
</style>
border-color css
<style>
span { border-color: #9C62DF; }
span { border-color: rgb(156,98,223); }
td.TdClassName
{
border-color: #9C62DF;
}
.TagClassName
{
border-color: #9C62DF;
}
</style>