Shades of Amethyst #9669C5
Tints of Amethyst #9669C5
RGB
CMYK
RGB Variations
Color information
#9669C5 (or 0x9669C5) is known color: Amethyst. HEX triplet: 96, 69 and C5. RGB value is (150,105,197). Sum of RGB (Red+Green+Blue) = 150+105+197=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #9669C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669C5 is #69963A. Grayscale: #808080. Windows color (decimal): -6919739 or 12937622. OLE color: 12937622.
HSL color Cylindrical-coordinate representation of color #9669C5: hue angle of 269.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9669C5 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 105 | 197 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.23 |
| HSL | 269.35º | 0.44% | 0.59% | - |
| HSV(B) | 269.35º | 0.47% | 0.77% | - |
| XYZ | 27.71 | 20.62 | 55.34 | - |
| YUV | 128.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 197 | 0.24 | 0.47 | 0 | 0.23 | 269.35 | 0.44 | 0.59 |
| Hex | 96 | 69 | C5 | 18 | 2F | 0 | 17 | 10D | 2C | 3B |
| Octal | 226 | 151 | 305 | 30 | 57 | 0 | 27 | 415 | 54 | 73 |
| Binary | 10010110 | 1101001 | 11000101 | 11000 | 101111 | 0 | 10111 | 100001101 | 101100 | 111011 |
Color Harmonies of #9669C5
Complementary color
Monochromatic Colors of #9669C5
Black with #9669C5
Text Example
Text Example
White with #9669C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669C5; }
p { color: rgb(150,105,197); }
H1.HeaderClassName
{
color: #9669C5;
}
.AnyTagClassName
{
color: #9669C5;
}
</style>
background-color css
<style>
a { background-color: #9669C5; }
a { background-color: rgb(150,105,197); }
div.DivClassName
{
background-color: #9669C5;
}
.BgClassName
{
background-color: #9669C5;
}
</style>
border-color css
<style>
span { border-color: #9669C5; }
span { border-color: rgb(150,105,197); }
td.TdClassName
{
border-color: #9669C5;
}
.TagClassName
{
border-color: #9669C5;
}
</style>