Shades of Amethyst #9762CF
Tints of Amethyst #9762CF
RGB
CMYK
RGB Variations
Color information
#9762CF (or 0x9762CF) is known color: Amethyst. HEX triplet: 97, 62 and CF. RGB value is (151,98,207). Sum of RGB (Red+Green+Blue) = 151+98+207=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9762CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762CF is #689D30. Grayscale: #7D7D7D. Windows color (decimal): -6855985 or 13591191. OLE color: 13591191.
HSL color Cylindrical-coordinate representation of color #9762CF: hue angle of 269.17º 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 #9762CF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 98 | 207 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 269.17º | 0.53% | 0.6% | - |
| HSV(B) | 269.17º | 0.53% | 0.81% | - |
| XYZ | 28.39 | 19.82 | 61.36 | - |
| YUV | 126.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 207 | 0.27 | 0.53 | 0 | 0.19 | 269.17 | 0.53 | 0.6 |
| Hex | 97 | 62 | CF | 1B | 35 | 0 | 13 | 10D | 35 | 3C |
| Octal | 227 | 142 | 317 | 33 | 65 | 0 | 23 | 415 | 65 | 74 |
| Binary | 10010111 | 1100010 | 11001111 | 11011 | 110101 | 0 | 10011 | 100001101 | 110101 | 111100 |
Color Harmonies of #9762CF
Complementary color
Monochromatic Colors of #9762CF
Black with #9762CF
Text Example
Text Example
White with #9762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762CF; }
p { color: rgb(151,98,207); }
H1.HeaderClassName
{
color: #9762CF;
}
.AnyTagClassName
{
color: #9762CF;
}
</style>
background-color css
<style>
a { background-color: #9762CF; }
a { background-color: rgb(151,98,207); }
div.DivClassName
{
background-color: #9762CF;
}
.BgClassName
{
background-color: #9762CF;
}
</style>
border-color css
<style>
span { border-color: #9762CF; }
span { border-color: rgb(151,98,207); }
td.TdClassName
{
border-color: #9762CF;
}
.TagClassName
{
border-color: #9762CF;
}
</style>