Shades of Amethyst #9759CC
Tints of Amethyst #9759CC
RGB
CMYK
RGB Variations
Color information
#9759CC (or 0x9759CC) is known color: Amethyst. HEX triplet: 97, 59 and CC. RGB value is (151,89,204). Sum of RGB (Red+Green+Blue) = 151+89+204=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #9759CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759CC is #68A633. Grayscale: #787878. Windows color (decimal): -6858292 or 13392279. OLE color: 13392279.
HSL color Cylindrical-coordinate representation of color #9759CC: hue angle of 272.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9759CC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 89 | 204 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.2 |
| HSL | 272.35º | 0.53% | 0.57% | - |
| HSV(B) | 272.35º | 0.56% | 0.8% | - |
| XYZ | 27.23 | 18.08 | 59.18 | - |
| YUV | 120.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 204 | 0.26 | 0.56 | 0 | 0.2 | 272.35 | 0.53 | 0.57 |
| Hex | 97 | 59 | CC | 1A | 38 | 0 | 14 | 110 | 35 | 39 |
| Octal | 227 | 131 | 314 | 32 | 70 | 0 | 24 | 420 | 65 | 71 |
| Binary | 10010111 | 1011001 | 11001100 | 11010 | 111000 | 0 | 10100 | 100010000 | 110101 | 111001 |
Color Harmonies of #9759CC
Complementary color
Monochromatic Colors of #9759CC
Black with #9759CC
Text Example
Text Example
White with #9759CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9759CC; }
p { color: rgb(151,89,204); }
H1.HeaderClassName
{
color: #9759CC;
}
.AnyTagClassName
{
color: #9759CC;
}
</style>
background-color css
<style>
a { background-color: #9759CC; }
a { background-color: rgb(151,89,204); }
div.DivClassName
{
background-color: #9759CC;
}
.BgClassName
{
background-color: #9759CC;
}
</style>
border-color css
<style>
span { border-color: #9759CC; }
span { border-color: rgb(151,89,204); }
td.TdClassName
{
border-color: #9759CC;
}
.TagClassName
{
border-color: #9759CC;
}
</style>