Shades of Amethyst #9960C3
Tints of Amethyst #9960C3
RGB
CMYK
RGB Variations
Color information
#9960C3 (or 0x9960C3) is known color: Amethyst. HEX triplet: 99, 60 and C3. RGB value is (153,96,195). Sum of RGB (Red+Green+Blue) = 153+96+195=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #9960C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960C3 is #669F3C. Grayscale: #7B7B7B. Windows color (decimal): -6725437 or 12804249. OLE color: 12804249.
HSL color Cylindrical-coordinate representation of color #9960C3: hue angle of 274.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9960C3 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 96 | 195 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.24 |
| HSL | 274.55º | 0.45% | 0.57% | - |
| HSV(B) | 274.55º | 0.51% | 0.76% | - |
| XYZ | 27.17 | 19.08 | 53.88 | - |
| YUV | 124.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 195 | 0.22 | 0.51 | 0 | 0.24 | 274.55 | 0.45 | 0.57 |
| Hex | 99 | 60 | C3 | 16 | 33 | 0 | 18 | 113 | 2D | 39 |
| Octal | 231 | 140 | 303 | 26 | 63 | 0 | 30 | 423 | 55 | 71 |
| Binary | 10011001 | 1100000 | 11000011 | 10110 | 110011 | 0 | 11000 | 100010011 | 101101 | 111001 |
Color Harmonies of #9960C3
Complementary color
Monochromatic Colors of #9960C3
Black with #9960C3
Text Example
Text Example
White with #9960C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960C3; }
p { color: rgb(153,96,195); }
H1.HeaderClassName
{
color: #9960C3;
}
.AnyTagClassName
{
color: #9960C3;
}
</style>
background-color css
<style>
a { background-color: #9960C3; }
a { background-color: rgb(153,96,195); }
div.DivClassName
{
background-color: #9960C3;
}
.BgClassName
{
background-color: #9960C3;
}
</style>
border-color css
<style>
span { border-color: #9960C3; }
span { border-color: rgb(153,96,195); }
td.TdClassName
{
border-color: #9960C3;
}
.TagClassName
{
border-color: #9960C3;
}
</style>