Shades of Amethyst #9561CB
Tints of Amethyst #9561CB
RGB
CMYK
RGB Variations
Color information
#9561CB (or 0x9561CB) is known color: Amethyst. HEX triplet: 95, 61 and CB. RGB value is (149,97,203). Sum of RGB (Red+Green+Blue) = 149+97+203=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9561CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561CB is #6A9E34. Grayscale: #7C7C7C. Windows color (decimal): -6987317 or 13328789. OLE color: 13328789.
HSL color Cylindrical-coordinate representation of color #9561CB: hue angle of 269.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9561CB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 97 | 203 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.20 |
| HSL | 269.43º | 0.5% | 0.59% | - |
| HSV(B) | 269.43º | 0.52% | 0.8% | - |
| XYZ | 27.45 | 19.25 | 58.77 | - |
| YUV | 124.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 203 | 0.27 | 0.52 | 0 | 0.20 | 269.43 | 0.5 | 0.59 |
| Hex | 95 | 61 | CB | 1B | 34 | 0 | 14 | 10D | 32 | 3B |
| Octal | 225 | 141 | 313 | 33 | 64 | 0 | 24 | 415 | 62 | 73 |
| Binary | 10010101 | 1100001 | 11001011 | 11011 | 110100 | 0 | 10100 | 100001101 | 110010 | 111011 |
Color Harmonies of #9561CB
Complementary color
Monochromatic Colors of #9561CB
Black with #9561CB
Text Example
Text Example
White with #9561CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9561CB; }
p { color: rgb(149,97,203); }
H1.HeaderClassName
{
color: #9561CB;
}
.AnyTagClassName
{
color: #9561CB;
}
</style>
background-color css
<style>
a { background-color: #9561CB; }
a { background-color: rgb(149,97,203); }
div.DivClassName
{
background-color: #9561CB;
}
.BgClassName
{
background-color: #9561CB;
}
</style>
border-color css
<style>
span { border-color: #9561CB; }
span { border-color: rgb(149,97,203); }
td.TdClassName
{
border-color: #9561CB;
}
.TagClassName
{
border-color: #9561CB;
}
</style>