Shades of Amethyst #9A5CDC
Tints of Amethyst #9A5CDC
RGB
CMYK
RGB Variations
Color information
#9A5CDC (or 0x9A5CDC) is known color: Amethyst. HEX triplet: 9A, 5C and DC. RGB value is (154,92,220). Sum of RGB (Red+Green+Blue) = 154+92+220=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CDC is #65A323. Grayscale: #7C7C7C. Windows color (decimal): -6660900 or 14441626. OLE color: 14441626.
HSL color Cylindrical-coordinate representation of color #9A5CDC: hue angle of 269.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A5CDC is Cyan = 0.3, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 92 | 220 | - |
| CMYK | 0.3 | 0.58 | 0 | 0.14 |
| HSL | 269.06º | 0.65% | 0.61% | - |
| HSV(B) | 269.06º | 0.58% | 0.86% | - |
| XYZ | 30.07 | 19.69 | 69.93 | - |
| YUV | 125.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 220 | 0.3 | 0.58 | 0 | 0.14 | 269.06 | 0.65 | 0.61 |
| Hex | 9A | 5C | DC | 1E | 3A | 0 | E | 10D | 41 | 3D |
| Octal | 232 | 134 | 334 | 36 | 72 | 0 | 16 | 415 | 101 | 75 |
| Binary | 10011010 | 1011100 | 11011100 | 11110 | 111010 | 0 | 1110 | 100001101 | 1000001 | 111101 |
Color Harmonies of #9A5CDC
Complementary color
Monochromatic Colors of #9A5CDC
Black with #9A5CDC
Text Example
Text Example
White with #9A5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5CDC; }
p { color: rgb(154,92,220); }
H1.HeaderClassName
{
color: #9A5CDC;
}
.AnyTagClassName
{
color: #9A5CDC;
}
</style>
background-color css
<style>
a { background-color: #9A5CDC; }
a { background-color: rgb(154,92,220); }
div.DivClassName
{
background-color: #9A5CDC;
}
.BgClassName
{
background-color: #9A5CDC;
}
</style>
border-color css
<style>
span { border-color: #9A5CDC; }
span { border-color: rgb(154,92,220); }
td.TdClassName
{
border-color: #9A5CDC;
}
.TagClassName
{
border-color: #9A5CDC;
}
</style>