Shades of Amethyst #9756DC
Tints of Amethyst #9756DC
RGB
CMYK
RGB Variations
Color information
#9756DC (or 0x9756DC) is known color: Amethyst. HEX triplet: 97, 56 and DC. RGB value is (151,86,220). Sum of RGB (Red+Green+Blue) = 151+86+220=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9756DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756DC is #68A923. Grayscale: #787878. Windows color (decimal): -6859044 or 14440087. OLE color: 14440087.
HSL color Cylindrical-coordinate representation of color #9756DC: hue angle of 269.1º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9756DC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 86 | 220 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.14 |
| HSL | 269.1º | 0.66% | 0.6% | - |
| HSV(B) | 269.1º | 0.61% | 0.86% | - |
| XYZ | 29.01 | 18.4 | 69.73 | - |
| YUV | 120.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 220 | 0.31 | 0.61 | 0 | 0.14 | 269.1 | 0.66 | 0.6 |
| Hex | 97 | 56 | DC | 1F | 3D | 0 | E | 10D | 42 | 3C |
| Octal | 227 | 126 | 334 | 37 | 75 | 0 | 16 | 415 | 102 | 74 |
| Binary | 10010111 | 1010110 | 11011100 | 11111 | 111101 | 0 | 1110 | 100001101 | 1000010 | 111100 |
Color Harmonies of #9756DC
Complementary color
Monochromatic Colors of #9756DC
Black with #9756DC
Text Example
Text Example
White with #9756DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756DC; }
p { color: rgb(151,86,220); }
H1.HeaderClassName
{
color: #9756DC;
}
.AnyTagClassName
{
color: #9756DC;
}
</style>
background-color css
<style>
a { background-color: #9756DC; }
a { background-color: rgb(151,86,220); }
div.DivClassName
{
background-color: #9756DC;
}
.BgClassName
{
background-color: #9756DC;
}
</style>
border-color css
<style>
span { border-color: #9756DC; }
span { border-color: rgb(151,86,220); }
td.TdClassName
{
border-color: #9756DC;
}
.TagClassName
{
border-color: #9756DC;
}
</style>