Shades of Amethyst #9561CF
Tints of Amethyst #9561CF
RGB
CMYK
RGB Variations
Color information
#9561CF (or 0x9561CF) is known color: Amethyst. HEX triplet: 95, 61 and CF. RGB value is (149,97,207). Sum of RGB (Red+Green+Blue) = 149+97+207=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9561CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561CF is #6A9E30. Grayscale: #7C7C7C. Windows color (decimal): -6987313 or 13590933. OLE color: 13590933.
HSL color Cylindrical-coordinate representation of color #9561CF: hue angle of 268.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9561CF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 97 | 207 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.19 |
| HSL | 268.36º | 0.53% | 0.6% | - |
| HSV(B) | 268.36º | 0.53% | 0.81% | - |
| XYZ | 27.93 | 19.44 | 61.31 | - |
| YUV | 125.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 207 | 0.28 | 0.53 | 0 | 0.19 | 268.36 | 0.53 | 0.6 |
| Hex | 95 | 61 | CF | 1C | 35 | 0 | 13 | 10C | 35 | 3C |
| Octal | 225 | 141 | 317 | 34 | 65 | 0 | 23 | 414 | 65 | 74 |
| Binary | 10010101 | 1100001 | 11001111 | 11100 | 110101 | 0 | 10011 | 100001100 | 110101 | 111100 |
Color Harmonies of #9561CF
Complementary color
Monochromatic Colors of #9561CF
Black with #9561CF
Text Example
Text Example
White with #9561CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9561CF; }
p { color: rgb(149,97,207); }
H1.HeaderClassName
{
color: #9561CF;
}
.AnyTagClassName
{
color: #9561CF;
}
</style>
background-color css
<style>
a { background-color: #9561CF; }
a { background-color: rgb(149,97,207); }
div.DivClassName
{
background-color: #9561CF;
}
.BgClassName
{
background-color: #9561CF;
}
</style>
border-color css
<style>
span { border-color: #9561CF; }
span { border-color: rgb(149,97,207); }
td.TdClassName
{
border-color: #9561CF;
}
.TagClassName
{
border-color: #9561CF;
}
</style>