Shades of Amethyst #9764DA
Tints of Amethyst #9764DA
RGB
CMYK
RGB Variations
Color information
#9764DA (or 0x9764DA) is known color: Amethyst. HEX triplet: 97, 64 and DA. RGB value is (151,100,218). Sum of RGB (Red+Green+Blue) = 151+100+218=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9764DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764DA is #689B25. Grayscale: #808080. Windows color (decimal): -6855462 or 14312599. OLE color: 14312599.
HSL color Cylindrical-coordinate representation of color #9764DA: hue angle of 265.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9764DA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 100 | 218 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.15 |
| HSL | 265.93º | 0.61% | 0.62% | - |
| HSV(B) | 265.93º | 0.54% | 0.85% | - |
| XYZ | 29.97 | 20.76 | 68.76 | - |
| YUV | 128.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 218 | 0.31 | 0.54 | 0 | 0.15 | 265.93 | 0.61 | 0.62 |
| Hex | 97 | 64 | DA | 1F | 36 | 0 | F | 10A | 3D | 3E |
| Octal | 227 | 144 | 332 | 37 | 66 | 0 | 17 | 412 | 75 | 76 |
| Binary | 10010111 | 1100100 | 11011010 | 11111 | 110110 | 0 | 1111 | 100001010 | 111101 | 111110 |
Color Harmonies of #9764DA
Complementary color
Monochromatic Colors of #9764DA
Black with #9764DA
Text Example
Text Example
White with #9764DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764DA; }
p { color: rgb(151,100,218); }
H1.HeaderClassName
{
color: #9764DA;
}
.AnyTagClassName
{
color: #9764DA;
}
</style>
background-color css
<style>
a { background-color: #9764DA; }
a { background-color: rgb(151,100,218); }
div.DivClassName
{
background-color: #9764DA;
}
.BgClassName
{
background-color: #9764DA;
}
</style>
border-color css
<style>
span { border-color: #9764DA; }
span { border-color: rgb(151,100,218); }
td.TdClassName
{
border-color: #9764DA;
}
.TagClassName
{
border-color: #9764DA;
}
</style>