Shades of Amethyst #9766CD
Tints of Amethyst #9766CD
RGB
CMYK
RGB Variations
Color information
#9766CD (or 0x9766CD) is known color: Amethyst. HEX triplet: 97, 66 and CD. RGB value is (151,102,205). Sum of RGB (Red+Green+Blue) = 151+102+205=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9766CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766CD is #689932. Grayscale: #808080. Windows color (decimal): -6854963 or 13461143. OLE color: 13461143.
HSL color Cylindrical-coordinate representation of color #9766CD: hue angle of 268.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9766CD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 102 | 205 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.20 |
| HSL | 268.54º | 0.51% | 0.6% | - |
| HSV(B) | 268.54º | 0.5% | 0.8% | - |
| XYZ | 28.53 | 20.49 | 60.21 | - |
| YUV | 128.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 205 | 0.26 | 0.50 | 0 | 0.20 | 268.54 | 0.51 | 0.6 |
| Hex | 97 | 66 | CD | 1A | 32 | 0 | 14 | 10D | 33 | 3C |
| Octal | 227 | 146 | 315 | 32 | 62 | 0 | 24 | 415 | 63 | 74 |
| Binary | 10010111 | 1100110 | 11001101 | 11010 | 110010 | 0 | 10100 | 100001101 | 110011 | 111100 |
Color Harmonies of #9766CD
Complementary color
Monochromatic Colors of #9766CD
Black with #9766CD
Text Example
Text Example
White with #9766CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766CD; }
p { color: rgb(151,102,205); }
H1.HeaderClassName
{
color: #9766CD;
}
.AnyTagClassName
{
color: #9766CD;
}
</style>
background-color css
<style>
a { background-color: #9766CD; }
a { background-color: rgb(151,102,205); }
div.DivClassName
{
background-color: #9766CD;
}
.BgClassName
{
background-color: #9766CD;
}
</style>
border-color css
<style>
span { border-color: #9766CD; }
span { border-color: rgb(151,102,205); }
td.TdClassName
{
border-color: #9766CD;
}
.TagClassName
{
border-color: #9766CD;
}
</style>