Shades of Amethyst #9960CB
Tints of Amethyst #9960CB
RGB
CMYK
RGB Variations
Color information
#9960CB (or 0x9960CB) is known color: Amethyst. HEX triplet: 99, 60 and CB. RGB value is (153,96,203). Sum of RGB (Red+Green+Blue) = 153+96+203=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9960CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960CB is #669F34. Grayscale: #7C7C7C. Windows color (decimal): -6725429 or 13328537. OLE color: 13328537.
HSL color Cylindrical-coordinate representation of color #9960CB: hue angle of 271.96º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9960CB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 96 | 203 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.20 |
| HSL | 271.96º | 0.51% | 0.59% | - |
| HSV(B) | 271.96º | 0.53% | 0.8% | - |
| XYZ | 28.1 | 19.45 | 58.77 | - |
| YUV | 125.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 203 | 0.25 | 0.53 | 0 | 0.20 | 271.96 | 0.51 | 0.59 |
| Hex | 99 | 60 | CB | 19 | 35 | 0 | 14 | 110 | 33 | 3B |
| Octal | 231 | 140 | 313 | 31 | 65 | 0 | 24 | 420 | 63 | 73 |
| Binary | 10011001 | 1100000 | 11001011 | 11001 | 110101 | 0 | 10100 | 100010000 | 110011 | 111011 |
Color Harmonies of #9960CB
Complementary color
Monochromatic Colors of #9960CB
Black with #9960CB
Text Example
Text Example
White with #9960CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960CB; }
p { color: rgb(153,96,203); }
H1.HeaderClassName
{
color: #9960CB;
}
.AnyTagClassName
{
color: #9960CB;
}
</style>
background-color css
<style>
a { background-color: #9960CB; }
a { background-color: rgb(153,96,203); }
div.DivClassName
{
background-color: #9960CB;
}
.BgClassName
{
background-color: #9960CB;
}
</style>
border-color css
<style>
span { border-color: #9960CB; }
span { border-color: rgb(153,96,203); }
td.TdClassName
{
border-color: #9960CB;
}
.TagClassName
{
border-color: #9960CB;
}
</style>