Shades of Amethyst #9968CD
Tints of Amethyst #9968CD
RGB
CMYK
RGB Variations
Color information
#9968CD (or 0x9968CD) is known color: Amethyst. HEX triplet: 99, 68 and CD. RGB value is (153,104,205). Sum of RGB (Red+Green+Blue) = 153+104+205=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9968CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CD is #669732. Grayscale: #818181. Windows color (decimal): -6723379 or 13461657. OLE color: 13461657.
HSL color Cylindrical-coordinate representation of color #9968CD: hue angle of 269.11º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9968CD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 104 | 205 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.20 |
| HSL | 269.11º | 0.5% | 0.61% | - |
| HSV(B) | 269.11º | 0.49% | 0.8% | - |
| XYZ | 29.11 | 21.08 | 60.29 | - |
| YUV | 130.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 205 | 0.25 | 0.49 | 0 | 0.20 | 269.11 | 0.5 | 0.61 |
| Hex | 99 | 68 | CD | 19 | 31 | 0 | 14 | 10D | 32 | 3D |
| Octal | 231 | 150 | 315 | 31 | 61 | 0 | 24 | 415 | 62 | 75 |
| Binary | 10011001 | 1101000 | 11001101 | 11001 | 110001 | 0 | 10100 | 100001101 | 110010 | 111101 |
Color Harmonies of #9968CD
Complementary color
Monochromatic Colors of #9968CD
Black with #9968CD
Text Example
Text Example
White with #9968CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968CD; }
p { color: rgb(153,104,205); }
H1.HeaderClassName
{
color: #9968CD;
}
.AnyTagClassName
{
color: #9968CD;
}
</style>
background-color css
<style>
a { background-color: #9968CD; }
a { background-color: rgb(153,104,205); }
div.DivClassName
{
background-color: #9968CD;
}
.BgClassName
{
background-color: #9968CD;
}
</style>
border-color css
<style>
span { border-color: #9968CD; }
span { border-color: rgb(153,104,205); }
td.TdClassName
{
border-color: #9968CD;
}
.TagClassName
{
border-color: #9968CD;
}
</style>