Shades of Amethyst #9965BD
Tints of Amethyst #9965BD
RGB
CMYK
RGB Variations
Color information
#9965BD (or 0x9965BD) is known color: Amethyst. HEX triplet: 99, 65 and BD. RGB value is (153,101,189). Sum of RGB (Red+Green+Blue) = 153+101+189=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 101 (39.84% from 255 or 22.80% 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 #9965BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965BD is #669A42. Grayscale: #7E7E7E. Windows color (decimal): -6724163 or 12412313. OLE color: 12412313.
HSL color Cylindrical-coordinate representation of color #9965BD: hue angle of 275.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9965BD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 101 | 189 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.26 |
| HSL | 275.45º | 0.4% | 0.57% | - |
| HSV(B) | 275.45º | 0.47% | 0.74% | - |
| XYZ | 26.98 | 19.75 | 50.54 | - |
| YUV | 126.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 189 | 0.19 | 0.47 | 0 | 0.26 | 275.45 | 0.4 | 0.57 |
| Hex | 99 | 65 | BD | 13 | 2F | 0 | 1A | 113 | 28 | 39 |
| Octal | 231 | 145 | 275 | 23 | 57 | 0 | 32 | 423 | 50 | 71 |
| Binary | 10011001 | 1100101 | 10111101 | 10011 | 101111 | 0 | 11010 | 100010011 | 101000 | 111001 |
Color Harmonies of #9965BD
Complementary color
Monochromatic Colors of #9965BD
Black with #9965BD
Text Example
Text Example
White with #9965BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965BD; }
p { color: rgb(153,101,189); }
H1.HeaderClassName
{
color: #9965BD;
}
.AnyTagClassName
{
color: #9965BD;
}
</style>
background-color css
<style>
a { background-color: #9965BD; }
a { background-color: rgb(153,101,189); }
div.DivClassName
{
background-color: #9965BD;
}
.BgClassName
{
background-color: #9965BD;
}
</style>
border-color css
<style>
span { border-color: #9965BD; }
span { border-color: rgb(153,101,189); }
td.TdClassName
{
border-color: #9965BD;
}
.TagClassName
{
border-color: #9965BD;
}
</style>