Shades of Amethyst #9C5ADB
Tints of Amethyst #9C5ADB
RGB
CMYK
RGB Variations
Color information
#9C5ADB (or 0x9C5ADB) is known color: Amethyst. HEX triplet: 9C, 5A and DB. RGB value is (156,90,219). Sum of RGB (Red+Green+Blue) = 156+90+219=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ADB is #63A524. Grayscale: #7B7B7B. Windows color (decimal): -6530341 or 14375580. OLE color: 14375580.
HSL color Cylindrical-coordinate representation of color #9C5ADB: hue angle of 270.7º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C5ADB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 90 | 219 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.14 |
| HSL | 270.7º | 0.64% | 0.61% | - |
| HSV(B) | 270.7º | 0.59% | 0.86% | - |
| XYZ | 30.15 | 19.49 | 69.19 | - |
| YUV | 124.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 219 | 0.29 | 0.59 | 0 | 0.14 | 270.7 | 0.64 | 0.61 |
| Hex | 9C | 5A | DB | 1D | 3B | 0 | E | 10F | 40 | 3D |
| Octal | 234 | 132 | 333 | 35 | 73 | 0 | 16 | 417 | 100 | 75 |
| Binary | 10011100 | 1011010 | 11011011 | 11101 | 111011 | 0 | 1110 | 100001111 | 1000000 | 111101 |
Color Harmonies of #9C5ADB
Complementary color
Monochromatic Colors of #9C5ADB
Black with #9C5ADB
Text Example
Text Example
White with #9C5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5ADB; }
p { color: rgb(156,90,219); }
H1.HeaderClassName
{
color: #9C5ADB;
}
.AnyTagClassName
{
color: #9C5ADB;
}
</style>
background-color css
<style>
a { background-color: #9C5ADB; }
a { background-color: rgb(156,90,219); }
div.DivClassName
{
background-color: #9C5ADB;
}
.BgClassName
{
background-color: #9C5ADB;
}
</style>
border-color css
<style>
span { border-color: #9C5ADB; }
span { border-color: rgb(156,90,219); }
td.TdClassName
{
border-color: #9C5ADB;
}
.TagClassName
{
border-color: #9C5ADB;
}
</style>