Shades of Amethyst #9C63DA
Tints of Amethyst #9C63DA
RGB
CMYK
RGB Variations
Color information
#9C63DA (or 0x9C63DA) is known color: Amethyst. HEX triplet: 9C, 63 and DA. RGB value is (156,99,218). Sum of RGB (Red+Green+Blue) = 156+99+218=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63DA is #639C25. Grayscale: #818181. Windows color (decimal): -6528038 or 14312348. OLE color: 14312348.
HSL color Cylindrical-coordinate representation of color #9C63DA: hue angle of 268.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C63DA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 99 | 218 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.15 |
| HSL | 268.74º | 0.62% | 0.62% | - |
| HSV(B) | 268.74º | 0.55% | 0.85% | - |
| XYZ | 30.83 | 21.05 | 68.77 | - |
| YUV | 129.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 218 | 0.28 | 0.55 | 0 | 0.15 | 268.74 | 0.62 | 0.62 |
| Hex | 9C | 63 | DA | 1C | 37 | 0 | F | 10D | 3E | 3E |
| Octal | 234 | 143 | 332 | 34 | 67 | 0 | 17 | 415 | 76 | 76 |
| Binary | 10011100 | 1100011 | 11011010 | 11100 | 110111 | 0 | 1111 | 100001101 | 111110 | 111110 |
Color Harmonies of #9C63DA
Complementary color
Monochromatic Colors of #9C63DA
Black with #9C63DA
Text Example
Text Example
White with #9C63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C63DA; }
p { color: rgb(156,99,218); }
H1.HeaderClassName
{
color: #9C63DA;
}
.AnyTagClassName
{
color: #9C63DA;
}
</style>
background-color css
<style>
a { background-color: #9C63DA; }
a { background-color: rgb(156,99,218); }
div.DivClassName
{
background-color: #9C63DA;
}
.BgClassName
{
background-color: #9C63DA;
}
</style>
border-color css
<style>
span { border-color: #9C63DA; }
span { border-color: rgb(156,99,218); }
td.TdClassName
{
border-color: #9C63DA;
}
.TagClassName
{
border-color: #9C63DA;
}
</style>