Shades of Amethyst #9968BD
Tints of Amethyst #9968BD
RGB
CMYK
RGB Variations
Color information
#9968BD (or 0x9968BD) is known color: Amethyst. HEX triplet: 99, 68 and BD. RGB value is (153,104,189). Sum of RGB (Red+Green+Blue) = 153+104+189=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #9968BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BD is #669742. Grayscale: #808080. Windows color (decimal): -6723395 or 12413081. OLE color: 12413081.
HSL color Cylindrical-coordinate representation of color #9968BD: hue angle of 274.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9968BD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 104 | 189 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.26 |
| HSL | 274.59º | 0.39% | 0.57% | - |
| HSV(B) | 274.59º | 0.45% | 0.74% | - |
| XYZ | 27.27 | 20.35 | 50.63 | - |
| YUV | 128.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 189 | 0.19 | 0.45 | 0 | 0.26 | 274.59 | 0.39 | 0.57 |
| Hex | 99 | 68 | BD | 13 | 2D | 0 | 1A | 113 | 27 | 39 |
| Octal | 231 | 150 | 275 | 23 | 55 | 0 | 32 | 423 | 47 | 71 |
| Binary | 10011001 | 1101000 | 10111101 | 10011 | 101101 | 0 | 11010 | 100010011 | 100111 | 111001 |
Color Harmonies of #9968BD
Complementary color
Monochromatic Colors of #9968BD
Black with #9968BD
Text Example
Text Example
White with #9968BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968BD; }
p { color: rgb(153,104,189); }
H1.HeaderClassName
{
color: #9968BD;
}
.AnyTagClassName
{
color: #9968BD;
}
</style>
background-color css
<style>
a { background-color: #9968BD; }
a { background-color: rgb(153,104,189); }
div.DivClassName
{
background-color: #9968BD;
}
.BgClassName
{
background-color: #9968BD;
}
</style>
border-color css
<style>
span { border-color: #9968BD; }
span { border-color: rgb(153,104,189); }
td.TdClassName
{
border-color: #9968BD;
}
.TagClassName
{
border-color: #9968BD;
}
</style>