Shades of Amethyst #9663BD
Tints of Amethyst #9663BD
RGB
CMYK
RGB Variations
Color information
#9663BD (or 0x9663BD) is known color: Amethyst. HEX triplet: 96, 63 and BD. RGB value is (150,99,189). Sum of RGB (Red+Green+Blue) = 150+99+189=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9663BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663BD is #699C42. Grayscale: #7C7C7C. Windows color (decimal): -6921283 or 12411798. OLE color: 12411798.
HSL color Cylindrical-coordinate representation of color #9663BD: hue angle of 274º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9663BD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 99 | 189 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.26 |
| HSL | 274º | 0.41% | 0.56% | - |
| HSV(B) | 274º | 0.48% | 0.74% | - |
| XYZ | 26.22 | 19.08 | 50.45 | - |
| YUV | 124.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 189 | 0.21 | 0.48 | 0 | 0.26 | 274 | 0.41 | 0.56 |
| Hex | 96 | 63 | BD | 15 | 30 | 0 | 1A | 112 | 29 | 38 |
| Octal | 226 | 143 | 275 | 25 | 60 | 0 | 32 | 422 | 51 | 70 |
| Binary | 10010110 | 1100011 | 10111101 | 10101 | 110000 | 0 | 11010 | 100010010 | 101001 | 111000 |
Color Harmonies of #9663BD
Complementary color
Monochromatic Colors of #9663BD
Black with #9663BD
Text Example
Text Example
White with #9663BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663BD; }
p { color: rgb(150,99,189); }
H1.HeaderClassName
{
color: #9663BD;
}
.AnyTagClassName
{
color: #9663BD;
}
</style>
background-color css
<style>
a { background-color: #9663BD; }
a { background-color: rgb(150,99,189); }
div.DivClassName
{
background-color: #9663BD;
}
.BgClassName
{
background-color: #9663BD;
}
</style>
border-color css
<style>
span { border-color: #9663BD; }
span { border-color: rgb(150,99,189); }
td.TdClassName
{
border-color: #9663BD;
}
.TagClassName
{
border-color: #9663BD;
}
</style>