Shades of Amethyst #9968BB
Tints of Amethyst #9968BB
RGB
CMYK
RGB Variations
Color information
#9968BB (or 0x9968BB) is known color: Amethyst. HEX triplet: 99, 68 and BB. RGB value is (153,104,187). Sum of RGB (Red+Green+Blue) = 153+104+187=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #9968BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BB is #669744. Grayscale: #7F7F7F. Windows color (decimal): -6723397 or 12282009. OLE color: 12282009.
HSL color Cylindrical-coordinate representation of color #9968BB: hue angle of 275.42º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9968BB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 104 | 187 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.27 |
| HSL | 275.42º | 0.38% | 0.57% | - |
| HSV(B) | 275.42º | 0.44% | 0.73% | - |
| XYZ | 27.06 | 20.26 | 49.5 | - |
| YUV | 128.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 187 | 0.18 | 0.44 | 0 | 0.27 | 275.42 | 0.38 | 0.57 |
| Hex | 99 | 68 | BB | 12 | 2C | 0 | 1B | 113 | 26 | 39 |
| Octal | 231 | 150 | 273 | 22 | 54 | 0 | 33 | 423 | 46 | 71 |
| Binary | 10011001 | 1101000 | 10111011 | 10010 | 101100 | 0 | 11011 | 100010011 | 100110 | 111001 |
Color Harmonies of #9968BB
Complementary color
Monochromatic Colors of #9968BB
Black with #9968BB
Text Example
Text Example
White with #9968BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968BB; }
p { color: rgb(153,104,187); }
H1.HeaderClassName
{
color: #9968BB;
}
.AnyTagClassName
{
color: #9968BB;
}
</style>
background-color css
<style>
a { background-color: #9968BB; }
a { background-color: rgb(153,104,187); }
div.DivClassName
{
background-color: #9968BB;
}
.BgClassName
{
background-color: #9968BB;
}
</style>
border-color css
<style>
span { border-color: #9968BB; }
span { border-color: rgb(153,104,187); }
td.TdClassName
{
border-color: #9968BB;
}
.TagClassName
{
border-color: #9968BB;
}
</style>