Shades of Amethyst #9866BD
Tints of Amethyst #9866BD
RGB
CMYK
RGB Variations
Color information
#9866BD (or 0x9866BD) is known color: Amethyst. HEX triplet: 98, 66 and BD. RGB value is (152,102,189). Sum of RGB (Red+Green+Blue) = 152+102+189=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #9866BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866BD is #679942. Grayscale: #7E7E7E. Windows color (decimal): -6789443 or 12412568. OLE color: 12412568.
HSL color Cylindrical-coordinate representation of color #9866BD: hue angle of 274.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9866BD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 102 | 189 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.26 |
| HSL | 274.48º | 0.4% | 0.57% | - |
| HSV(B) | 274.48º | 0.46% | 0.74% | - |
| XYZ | 26.89 | 19.85 | 50.56 | - |
| YUV | 126.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 189 | 0.20 | 0.46 | 0 | 0.26 | 274.48 | 0.4 | 0.57 |
| Hex | 98 | 66 | BD | 14 | 2E | 0 | 1A | 112 | 28 | 39 |
| Octal | 230 | 146 | 275 | 24 | 56 | 0 | 32 | 422 | 50 | 71 |
| Binary | 10011000 | 1100110 | 10111101 | 10100 | 101110 | 0 | 11010 | 100010010 | 101000 | 111001 |
Color Harmonies of #9866BD
Complementary color
Monochromatic Colors of #9866BD
Black with #9866BD
Text Example
Text Example
White with #9866BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866BD; }
p { color: rgb(152,102,189); }
H1.HeaderClassName
{
color: #9866BD;
}
.AnyTagClassName
{
color: #9866BD;
}
</style>
background-color css
<style>
a { background-color: #9866BD; }
a { background-color: rgb(152,102,189); }
div.DivClassName
{
background-color: #9866BD;
}
.BgClassName
{
background-color: #9866BD;
}
</style>
border-color css
<style>
span { border-color: #9866BD; }
span { border-color: rgb(152,102,189); }
td.TdClassName
{
border-color: #9866BD;
}
.TagClassName
{
border-color: #9866BD;
}
</style>