Shades of Amethyst #9762C7
Tints of Amethyst #9762C7
RGB
CMYK
RGB Variations
Color information
#9762C7 (or 0x9762C7) is known color: Amethyst. HEX triplet: 97, 62 and C7. RGB value is (151,98,199). Sum of RGB (Red+Green+Blue) = 151+98+199=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #9762C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762C7 is #689D38. Grayscale: #7D7D7D. Windows color (decimal): -6855993 or 13066903. OLE color: 13066903.
HSL color Cylindrical-coordinate representation of color #9762C7: hue angle of 271.49º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9762C7 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 98 | 199 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.22 |
| HSL | 271.49º | 0.47% | 0.58% | - |
| HSV(B) | 271.49º | 0.51% | 0.78% | - |
| XYZ | 27.44 | 19.44 | 56.34 | - |
| YUV | 125.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 199 | 0.24 | 0.51 | 0 | 0.22 | 271.49 | 0.47 | 0.58 |
| Hex | 97 | 62 | C7 | 18 | 33 | 0 | 16 | 10F | 2F | 3A |
| Octal | 227 | 142 | 307 | 30 | 63 | 0 | 26 | 417 | 57 | 72 |
| Binary | 10010111 | 1100010 | 11000111 | 11000 | 110011 | 0 | 10110 | 100001111 | 101111 | 111010 |
Color Harmonies of #9762C7
Complementary color
Monochromatic Colors of #9762C7
Black with #9762C7
Text Example
Text Example
White with #9762C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762C7; }
p { color: rgb(151,98,199); }
H1.HeaderClassName
{
color: #9762C7;
}
.AnyTagClassName
{
color: #9762C7;
}
</style>
background-color css
<style>
a { background-color: #9762C7; }
a { background-color: rgb(151,98,199); }
div.DivClassName
{
background-color: #9762C7;
}
.BgClassName
{
background-color: #9762C7;
}
</style>
border-color css
<style>
span { border-color: #9762C7; }
span { border-color: rgb(151,98,199); }
td.TdClassName
{
border-color: #9762C7;
}
.TagClassName
{
border-color: #9762C7;
}
</style>