Shades of Amethyst #9756D4
Tints of Amethyst #9756D4
RGB
CMYK
RGB Variations
Color information
#9756D4 (or 0x9756D4) is known color: Amethyst. HEX triplet: 97, 56 and D4. RGB value is (151,86,212). Sum of RGB (Red+Green+Blue) = 151+86+212=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #9756D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756D4 is #68A92B. Grayscale: #777777. Windows color (decimal): -6859052 or 13915799. OLE color: 13915799.
HSL color Cylindrical-coordinate representation of color #9756D4: hue angle of 270.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9756D4 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 86 | 212 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.17 |
| HSL | 270.95º | 0.59% | 0.58% | - |
| HSV(B) | 270.95º | 0.59% | 0.83% | - |
| XYZ | 27.97 | 17.99 | 64.29 | - |
| YUV | 119.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 212 | 0.29 | 0.59 | 0 | 0.17 | 270.95 | 0.59 | 0.58 |
| Hex | 97 | 56 | D4 | 1D | 3B | 0 | 11 | 10F | 3B | 3A |
| Octal | 227 | 126 | 324 | 35 | 73 | 0 | 21 | 417 | 73 | 72 |
| Binary | 10010111 | 1010110 | 11010100 | 11101 | 111011 | 0 | 10001 | 100001111 | 111011 | 111010 |
Color Harmonies of #9756D4
Complementary color
Monochromatic Colors of #9756D4
Black with #9756D4
Text Example
Text Example
White with #9756D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756D4; }
p { color: rgb(151,86,212); }
H1.HeaderClassName
{
color: #9756D4;
}
.AnyTagClassName
{
color: #9756D4;
}
</style>
background-color css
<style>
a { background-color: #9756D4; }
a { background-color: rgb(151,86,212); }
div.DivClassName
{
background-color: #9756D4;
}
.BgClassName
{
background-color: #9756D4;
}
</style>
border-color css
<style>
span { border-color: #9756D4; }
span { border-color: rgb(151,86,212); }
td.TdClassName
{
border-color: #9756D4;
}
.TagClassName
{
border-color: #9756D4;
}
</style>