Shades of Amethyst #9A5BCC
Tints of Amethyst #9A5BCC
RGB
CMYK
RGB Variations
Color information
#9A5BCC (or 0x9A5BCC) is known color: Amethyst. HEX triplet: 9A, 5B and CC. RGB value is (154,91,204). Sum of RGB (Red+Green+Blue) = 154+91+204=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BCC is #65A433. Grayscale: #7A7A7A. Windows color (decimal): -6661172 or 13392794. OLE color: 13392794.
HSL color Cylindrical-coordinate representation of color #9A5BCC: hue angle of 273.45º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5BCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 91 | 204 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.2 |
| HSL | 273.45º | 0.53% | 0.58% | - |
| HSV(B) | 273.45º | 0.55% | 0.8% | - |
| XYZ | 27.97 | 18.71 | 59.26 | - |
| YUV | 122.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 204 | 0.25 | 0.55 | 0 | 0.2 | 273.45 | 0.53 | 0.58 |
| Hex | 9A | 5B | CC | 19 | 37 | 0 | 14 | 111 | 35 | 3A |
| Octal | 232 | 133 | 314 | 31 | 67 | 0 | 24 | 421 | 65 | 72 |
| Binary | 10011010 | 1011011 | 11001100 | 11001 | 110111 | 0 | 10100 | 100010001 | 110101 | 111010 |
Color Harmonies of #9A5BCC
Complementary color
Monochromatic Colors of #9A5BCC
Black with #9A5BCC
Text Example
Text Example
White with #9A5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BCC; }
p { color: rgb(154,91,204); }
H1.HeaderClassName
{
color: #9A5BCC;
}
.AnyTagClassName
{
color: #9A5BCC;
}
</style>
background-color css
<style>
a { background-color: #9A5BCC; }
a { background-color: rgb(154,91,204); }
div.DivClassName
{
background-color: #9A5BCC;
}
.BgClassName
{
background-color: #9A5BCC;
}
</style>
border-color css
<style>
span { border-color: #9A5BCC; }
span { border-color: rgb(154,91,204); }
td.TdClassName
{
border-color: #9A5BCC;
}
.TagClassName
{
border-color: #9A5BCC;
}
</style>