Shades of Amethyst #9656DC
Tints of Amethyst #9656DC
RGB
CMYK
RGB Variations
Color information
#9656DC (or 0x9656DC) is known color: Amethyst. HEX triplet: 96, 56 and DC. RGB value is (150,86,220). Sum of RGB (Red+Green+Blue) = 150+86+220=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9656DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656DC is #69A923. Grayscale: #777777. Windows color (decimal): -6924580 or 14440086. OLE color: 14440086.
HSL color Cylindrical-coordinate representation of color #9656DC: hue angle of 268.66º 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 #9656DC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 86 | 220 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.14 |
| HSL | 268.66º | 0.66% | 0.6% | - |
| HSV(B) | 268.66º | 0.61% | 0.86% | - |
| XYZ | 28.82 | 18.31 | 69.72 | - |
| YUV | 120.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 220 | 0.32 | 0.61 | 0 | 0.14 | 268.66 | 0.66 | 0.6 |
| Hex | 96 | 56 | DC | 20 | 3D | 0 | E | 10D | 42 | 3C |
| Octal | 226 | 126 | 334 | 40 | 75 | 0 | 16 | 415 | 102 | 74 |
| Binary | 10010110 | 1010110 | 11011100 | 100000 | 111101 | 0 | 1110 | 100001101 | 1000010 | 111100 |
Color Harmonies of #9656DC
Complementary color
Monochromatic Colors of #9656DC
Black with #9656DC
Text Example
Text Example
White with #9656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656DC; }
p { color: rgb(150,86,220); }
H1.HeaderClassName
{
color: #9656DC;
}
.AnyTagClassName
{
color: #9656DC;
}
</style>
background-color css
<style>
a { background-color: #9656DC; }
a { background-color: rgb(150,86,220); }
div.DivClassName
{
background-color: #9656DC;
}
.BgClassName
{
background-color: #9656DC;
}
</style>
border-color css
<style>
span { border-color: #9656DC; }
span { border-color: rgb(150,86,220); }
td.TdClassName
{
border-color: #9656DC;
}
.TagClassName
{
border-color: #9656DC;
}
</style>