Shades of Amethyst #9C63DB
Tints of Amethyst #9C63DB
RGB
CMYK
RGB Variations
Color information
#9C63DB (or 0x9C63DB) is known color: Amethyst. HEX triplet: 9C, 63 and DB. RGB value is (156,99,219). Sum of RGB (Red+Green+Blue) = 156+99+219=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63DB is #639C24. Grayscale: #818181. Windows color (decimal): -6528037 or 14377884. OLE color: 14377884.
HSL color Cylindrical-coordinate representation of color #9C63DB: hue angle of 268.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C63DB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 99 | 219 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.14 |
| HSL | 268.5º | 0.63% | 0.62% | - |
| HSV(B) | 268.5º | 0.55% | 0.86% | - |
| XYZ | 30.96 | 21.11 | 69.46 | - |
| YUV | 129.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 219 | 0.29 | 0.55 | 0 | 0.14 | 268.5 | 0.63 | 0.62 |
| Hex | 9C | 63 | DB | 1D | 37 | 0 | E | 10C | 3E | 3E |
| Octal | 234 | 143 | 333 | 35 | 67 | 0 | 16 | 414 | 76 | 76 |
| Binary | 10011100 | 1100011 | 11011011 | 11101 | 110111 | 0 | 1110 | 100001100 | 111110 | 111110 |
Color Harmonies of #9C63DB
Complementary color
Monochromatic Colors of #9C63DB
Black with #9C63DB
Text Example
Text Example
White with #9C63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C63DB; }
p { color: rgb(156,99,219); }
H1.HeaderClassName
{
color: #9C63DB;
}
.AnyTagClassName
{
color: #9C63DB;
}
</style>
background-color css
<style>
a { background-color: #9C63DB; }
a { background-color: rgb(156,99,219); }
div.DivClassName
{
background-color: #9C63DB;
}
.BgClassName
{
background-color: #9C63DB;
}
</style>
border-color css
<style>
span { border-color: #9C63DB; }
span { border-color: rgb(156,99,219); }
td.TdClassName
{
border-color: #9C63DB;
}
.TagClassName
{
border-color: #9C63DB;
}
</style>