Shades of Amethyst #9560C4
Tints of Amethyst #9560C4
RGB
CMYK
RGB Variations
Color information
#9560C4 (or 0x9560C4) is known color: Amethyst. HEX triplet: 95, 60 and C4. RGB value is (149,96,196). Sum of RGB (Red+Green+Blue) = 149+96+196=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #9560C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560C4 is #6A9F3B. Grayscale: #7A7A7A. Windows color (decimal): -6987580 or 12869781. OLE color: 12869781.
HSL color Cylindrical-coordinate representation of color #9560C4: hue angle of 271.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9560C4 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 96 | 196 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.23 |
| HSL | 271.8º | 0.46% | 0.57% | - |
| HSV(B) | 271.8º | 0.51% | 0.77% | - |
| XYZ | 26.54 | 18.74 | 54.44 | - |
| YUV | 123.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 196 | 0.24 | 0.51 | 0 | 0.23 | 271.8 | 0.46 | 0.57 |
| Hex | 95 | 60 | C4 | 18 | 33 | 0 | 17 | 110 | 2E | 39 |
| Octal | 225 | 140 | 304 | 30 | 63 | 0 | 27 | 420 | 56 | 71 |
| Binary | 10010101 | 1100000 | 11000100 | 11000 | 110011 | 0 | 10111 | 100010000 | 101110 | 111001 |
Color Harmonies of #9560C4
Complementary color
Monochromatic Colors of #9560C4
Black with #9560C4
Text Example
Text Example
White with #9560C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560C4; }
p { color: rgb(149,96,196); }
H1.HeaderClassName
{
color: #9560C4;
}
.AnyTagClassName
{
color: #9560C4;
}
</style>
background-color css
<style>
a { background-color: #9560C4; }
a { background-color: rgb(149,96,196); }
div.DivClassName
{
background-color: #9560C4;
}
.BgClassName
{
background-color: #9560C4;
}
</style>
border-color css
<style>
span { border-color: #9560C4; }
span { border-color: rgb(149,96,196); }
td.TdClassName
{
border-color: #9560C4;
}
.TagClassName
{
border-color: #9560C4;
}
</style>