Shades of Amethyst #9956CC
Tints of Amethyst #9956CC
RGB
CMYK
RGB Variations
Color information
#9956CC (or 0x9956CC) is known color: Amethyst. HEX triplet: 99, 56 and CC. RGB value is (153,86,204). Sum of RGB (Red+Green+Blue) = 153+86+204=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9956CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956CC is #66A933. Grayscale: #777777. Windows color (decimal): -6727988 or 13391513. OLE color: 13391513.
HSL color Cylindrical-coordinate representation of color #9956CC: hue angle of 274.07º degrees, saturation: 0.54, 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 #9956CC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 86 | 204 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.2 |
| HSL | 274.07º | 0.54% | 0.57% | - |
| HSV(B) | 274.07º | 0.58% | 0.8% | - |
| XYZ | 27.36 | 17.79 | 59.12 | - |
| YUV | 119.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 204 | 0.25 | 0.58 | 0 | 0.2 | 274.07 | 0.54 | 0.57 |
| Hex | 99 | 56 | CC | 19 | 3A | 0 | 14 | 112 | 36 | 39 |
| Octal | 231 | 126 | 314 | 31 | 72 | 0 | 24 | 422 | 66 | 71 |
| Binary | 10011001 | 1010110 | 11001100 | 11001 | 111010 | 0 | 10100 | 100010010 | 110110 | 111001 |
Color Harmonies of #9956CC
Complementary color
Monochromatic Colors of #9956CC
Black with #9956CC
Text Example
Text Example
White with #9956CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956CC; }
p { color: rgb(153,86,204); }
H1.HeaderClassName
{
color: #9956CC;
}
.AnyTagClassName
{
color: #9956CC;
}
</style>
background-color css
<style>
a { background-color: #9956CC; }
a { background-color: rgb(153,86,204); }
div.DivClassName
{
background-color: #9956CC;
}
.BgClassName
{
background-color: #9956CC;
}
</style>
border-color css
<style>
span { border-color: #9956CC; }
span { border-color: rgb(153,86,204); }
td.TdClassName
{
border-color: #9956CC;
}
.TagClassName
{
border-color: #9956CC;
}
</style>