Shades of Amethyst #9766D3
Tints of Amethyst #9766D3
RGB
CMYK
RGB Variations
Color information
#9766D3 (or 0x9766D3) is known color: Amethyst. HEX triplet: 97, 66 and D3. RGB value is (151,102,211). Sum of RGB (Red+Green+Blue) = 151+102+211=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #9766D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766D3 is #68992C. Grayscale: #808080. Windows color (decimal): -6854957 or 13854359. OLE color: 13854359.
HSL color Cylindrical-coordinate representation of color #9766D3: hue angle of 266.97º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9766D3 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 102 | 211 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.17 |
| HSL | 266.97º | 0.55% | 0.61% | - |
| HSV(B) | 266.97º | 0.52% | 0.83% | - |
| XYZ | 29.27 | 20.79 | 64.1 | - |
| YUV | 129.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 211 | 0.28 | 0.52 | 0 | 0.17 | 266.97 | 0.55 | 0.61 |
| Hex | 97 | 66 | D3 | 1C | 34 | 0 | 11 | 10B | 37 | 3D |
| Octal | 227 | 146 | 323 | 34 | 64 | 0 | 21 | 413 | 67 | 75 |
| Binary | 10010111 | 1100110 | 11010011 | 11100 | 110100 | 0 | 10001 | 100001011 | 110111 | 111101 |
Color Harmonies of #9766D3
Complementary color
Monochromatic Colors of #9766D3
Black with #9766D3
Text Example
Text Example
White with #9766D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766D3; }
p { color: rgb(151,102,211); }
H1.HeaderClassName
{
color: #9766D3;
}
.AnyTagClassName
{
color: #9766D3;
}
</style>
background-color css
<style>
a { background-color: #9766D3; }
a { background-color: rgb(151,102,211); }
div.DivClassName
{
background-color: #9766D3;
}
.BgClassName
{
background-color: #9766D3;
}
</style>
border-color css
<style>
span { border-color: #9766D3; }
span { border-color: rgb(151,102,211); }
td.TdClassName
{
border-color: #9766D3;
}
.TagClassName
{
border-color: #9766D3;
}
</style>