Shades of Amethyst #9A5BCA
Tints of Amethyst #9A5BCA
RGB
CMYK
RGB Variations
Color information
#9A5BCA (or 0x9A5BCA) is known color: Amethyst. HEX triplet: 9A, 5B and CA. RGB value is (154,91,202). Sum of RGB (Red+Green+Blue) = 154+91+202=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BCA is #65A435. Grayscale: #7A7A7A. Windows color (decimal): -6661174 or 13261722. OLE color: 13261722.
HSL color Cylindrical-coordinate representation of color #9A5BCA: hue angle of 274.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5BCA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 91 | 202 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.21 |
| HSL | 274.05º | 0.51% | 0.57% | - |
| HSV(B) | 274.05º | 0.55% | 0.79% | - |
| XYZ | 27.73 | 18.62 | 58.01 | - |
| YUV | 122.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 202 | 0.24 | 0.55 | 0 | 0.21 | 274.05 | 0.51 | 0.57 |
| Hex | 9A | 5B | CA | 18 | 37 | 0 | 15 | 112 | 33 | 39 |
| Octal | 232 | 133 | 312 | 30 | 67 | 0 | 25 | 422 | 63 | 71 |
| Binary | 10011010 | 1011011 | 11001010 | 11000 | 110111 | 0 | 10101 | 100010010 | 110011 | 111001 |
Color Harmonies of #9A5BCA
Complementary color
Monochromatic Colors of #9A5BCA
Black with #9A5BCA
Text Example
Text Example
White with #9A5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BCA; }
p { color: rgb(154,91,202); }
H1.HeaderClassName
{
color: #9A5BCA;
}
.AnyTagClassName
{
color: #9A5BCA;
}
</style>
background-color css
<style>
a { background-color: #9A5BCA; }
a { background-color: rgb(154,91,202); }
div.DivClassName
{
background-color: #9A5BCA;
}
.BgClassName
{
background-color: #9A5BCA;
}
</style>
border-color css
<style>
span { border-color: #9A5BCA; }
span { border-color: rgb(154,91,202); }
td.TdClassName
{
border-color: #9A5BCA;
}
.TagClassName
{
border-color: #9A5BCA;
}
</style>