Shades of Amethyst #9656CB
Tints of Amethyst #9656CB
RGB
CMYK
RGB Variations
Color information
#9656CB (or 0x9656CB) is known color: Amethyst. HEX triplet: 96, 56 and CB. RGB value is (150,86,203). Sum of RGB (Red+Green+Blue) = 150+86+203=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9656CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656CB is #69A934. Grayscale: #767676. Windows color (decimal): -6924597 or 13325974. OLE color: 13325974.
HSL color Cylindrical-coordinate representation of color #9656CB: hue angle of 272.82º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9656CB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 86 | 203 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.20 |
| HSL | 272.82º | 0.53% | 0.57% | - |
| HSV(B) | 272.82º | 0.58% | 0.8% | - |
| XYZ | 26.68 | 17.45 | 58.46 | - |
| YUV | 118.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 203 | 0.26 | 0.58 | 0 | 0.20 | 272.82 | 0.53 | 0.57 |
| Hex | 96 | 56 | CB | 1A | 3A | 0 | 14 | 111 | 35 | 39 |
| Octal | 226 | 126 | 313 | 32 | 72 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10010110 | 1010110 | 11001011 | 11010 | 111010 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9656CB
Complementary color
Monochromatic Colors of #9656CB
Black with #9656CB
Text Example
Text Example
White with #9656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656CB; }
p { color: rgb(150,86,203); }
H1.HeaderClassName
{
color: #9656CB;
}
.AnyTagClassName
{
color: #9656CB;
}
</style>
background-color css
<style>
a { background-color: #9656CB; }
a { background-color: rgb(150,86,203); }
div.DivClassName
{
background-color: #9656CB;
}
.BgClassName
{
background-color: #9656CB;
}
</style>
border-color css
<style>
span { border-color: #9656CB; }
span { border-color: rgb(150,86,203); }
td.TdClassName
{
border-color: #9656CB;
}
.TagClassName
{
border-color: #9656CB;
}
</style>