Shades of Amethyst #9761CF
Tints of Amethyst #9761CF
RGB
CMYK
RGB Variations
Color information
#9761CF (or 0x9761CF) is known color: Amethyst. HEX triplet: 97, 61 and CF. RGB value is (151,97,207). Sum of RGB (Red+Green+Blue) = 151+97+207=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9761CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761CF is #689E30. Grayscale: #7D7D7D. Windows color (decimal): -6856241 or 13590935. OLE color: 13590935.
HSL color Cylindrical-coordinate representation of color #9761CF: hue angle of 269.45º 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 #9761CF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 97 | 207 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 269.45º | 0.53% | 0.6% | - |
| HSV(B) | 269.45º | 0.53% | 0.81% | - |
| XYZ | 28.3 | 19.63 | 61.33 | - |
| YUV | 125.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 97 | 207 | 0.27 | 0.53 | 0 | 0.19 | 269.45 | 0.53 | 0.6 |
| Hex | 97 | 61 | CF | 1B | 35 | 0 | 13 | 10D | 35 | 3C |
| Octal | 227 | 141 | 317 | 33 | 65 | 0 | 23 | 415 | 65 | 74 |
| Binary | 10010111 | 1100001 | 11001111 | 11011 | 110101 | 0 | 10011 | 100001101 | 110101 | 111100 |
Color Harmonies of #9761CF
Complementary color
Monochromatic Colors of #9761CF
Black with #9761CF
Text Example
Text Example
White with #9761CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9761CF; }
p { color: rgb(151,97,207); }
H1.HeaderClassName
{
color: #9761CF;
}
.AnyTagClassName
{
color: #9761CF;
}
</style>
background-color css
<style>
a { background-color: #9761CF; }
a { background-color: rgb(151,97,207); }
div.DivClassName
{
background-color: #9761CF;
}
.BgClassName
{
background-color: #9761CF;
}
</style>
border-color css
<style>
span { border-color: #9761CF; }
span { border-color: rgb(151,97,207); }
td.TdClassName
{
border-color: #9761CF;
}
.TagClassName
{
border-color: #9761CF;
}
</style>