Shades of Amethyst #9C5ADE
Tints of Amethyst #9C5ADE
RGB
CMYK
RGB Variations
Color information
#9C5ADE (or 0x9C5ADE) is known color: Amethyst. HEX triplet: 9C, 5A and DE. RGB value is (156,90,222). Sum of RGB (Red+Green+Blue) = 156+90+222=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ADE is #63A521. Grayscale: #7C7C7C. Windows color (decimal): -6530338 or 14572188. OLE color: 14572188.
HSL color Cylindrical-coordinate representation of color #9C5ADE: hue angle of 270º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C5ADE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 90 | 222 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.13 |
| HSL | 270º | 0.67% | 0.61% | - |
| HSV(B) | 270º | 0.59% | 0.87% | - |
| XYZ | 30.55 | 19.65 | 71.29 | - |
| YUV | 124.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 222 | 0.30 | 0.59 | 0 | 0.13 | 270 | 0.67 | 0.61 |
| Hex | 9C | 5A | DE | 1E | 3B | 0 | D | 10E | 43 | 3D |
| Octal | 234 | 132 | 336 | 36 | 73 | 0 | 15 | 416 | 103 | 75 |
| Binary | 10011100 | 1011010 | 11011110 | 11110 | 111011 | 0 | 1101 | 100001110 | 1000011 | 111101 |
Color Harmonies of #9C5ADE
Complementary color
Monochromatic Colors of #9C5ADE
Black with #9C5ADE
Text Example
Text Example
White with #9C5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5ADE; }
p { color: rgb(156,90,222); }
H1.HeaderClassName
{
color: #9C5ADE;
}
.AnyTagClassName
{
color: #9C5ADE;
}
</style>
background-color css
<style>
a { background-color: #9C5ADE; }
a { background-color: rgb(156,90,222); }
div.DivClassName
{
background-color: #9C5ADE;
}
.BgClassName
{
background-color: #9C5ADE;
}
</style>
border-color css
<style>
span { border-color: #9C5ADE; }
span { border-color: rgb(156,90,222); }
td.TdClassName
{
border-color: #9C5ADE;
}
.TagClassName
{
border-color: #9C5ADE;
}
</style>