Shades of Amethyst #9956CB
Tints of Amethyst #9956CB
RGB
CMYK
RGB Variations
Color information
#9956CB (or 0x9956CB) is known color: Amethyst. HEX triplet: 99, 56 and CB. RGB value is (153,86,203). Sum of RGB (Red+Green+Blue) = 153+86+203=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9956CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956CB is #66A934. Grayscale: #767676. Windows color (decimal): -6727989 or 13325977. OLE color: 13325977.
HSL color Cylindrical-coordinate representation of color #9956CB: hue angle of 274.36º 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 #9956CB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 86 | 203 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.20 |
| HSL | 274.36º | 0.53% | 0.57% | - |
| HSV(B) | 274.36º | 0.58% | 0.8% | - |
| XYZ | 27.24 | 17.74 | 58.49 | - |
| YUV | 119.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 203 | 0.25 | 0.58 | 0 | 0.20 | 274.36 | 0.53 | 0.57 |
| Hex | 99 | 56 | CB | 19 | 3A | 0 | 14 | 112 | 35 | 39 |
| Octal | 231 | 126 | 313 | 31 | 72 | 0 | 24 | 422 | 65 | 71 |
| Binary | 10011001 | 1010110 | 11001011 | 11001 | 111010 | 0 | 10100 | 100010010 | 110101 | 111001 |
Color Harmonies of #9956CB
Complementary color
Monochromatic Colors of #9956CB
Black with #9956CB
Text Example
Text Example
White with #9956CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956CB; }
p { color: rgb(153,86,203); }
H1.HeaderClassName
{
color: #9956CB;
}
.AnyTagClassName
{
color: #9956CB;
}
</style>
background-color css
<style>
a { background-color: #9956CB; }
a { background-color: rgb(153,86,203); }
div.DivClassName
{
background-color: #9956CB;
}
.BgClassName
{
background-color: #9956CB;
}
</style>
border-color css
<style>
span { border-color: #9956CB; }
span { border-color: rgb(153,86,203); }
td.TdClassName
{
border-color: #9956CB;
}
.TagClassName
{
border-color: #9956CB;
}
</style>