Shades of Amethyst #9960DC
Tints of Amethyst #9960DC
RGB
CMYK
RGB Variations
Color information
#9960DC (or 0x9960DC) is known color: Amethyst. HEX triplet: 99, 60 and DC. RGB value is (153,96,220). Sum of RGB (Red+Green+Blue) = 153+96+220=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9960DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960DC is #669F23. Grayscale: #7E7E7E. Windows color (decimal): -6725412 or 14442649. OLE color: 14442649.
HSL color Cylindrical-coordinate representation of color #9960DC: hue angle of 267.58º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9960DC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 96 | 220 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.14 |
| HSL | 267.58º | 0.64% | 0.62% | - |
| HSV(B) | 267.58º | 0.56% | 0.86% | - |
| XYZ | 30.24 | 20.31 | 70.04 | - |
| YUV | 127.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 220 | 0.30 | 0.56 | 0 | 0.14 | 267.58 | 0.64 | 0.62 |
| Hex | 99 | 60 | DC | 1E | 38 | 0 | E | 10C | 40 | 3E |
| Octal | 231 | 140 | 334 | 36 | 70 | 0 | 16 | 414 | 100 | 76 |
| Binary | 10011001 | 1100000 | 11011100 | 11110 | 111000 | 0 | 1110 | 100001100 | 1000000 | 111110 |
Color Harmonies of #9960DC
Complementary color
Monochromatic Colors of #9960DC
Black with #9960DC
Text Example
Text Example
White with #9960DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960DC; }
p { color: rgb(153,96,220); }
H1.HeaderClassName
{
color: #9960DC;
}
.AnyTagClassName
{
color: #9960DC;
}
</style>
background-color css
<style>
a { background-color: #9960DC; }
a { background-color: rgb(153,96,220); }
div.DivClassName
{
background-color: #9960DC;
}
.BgClassName
{
background-color: #9960DC;
}
</style>
border-color css
<style>
span { border-color: #9960DC; }
span { border-color: rgb(153,96,220); }
td.TdClassName
{
border-color: #9960DC;
}
.TagClassName
{
border-color: #9960DC;
}
</style>