Shades of Amethyst #9663CB
Tints of Amethyst #9663CB
RGB
CMYK
RGB Variations
Color information
#9663CB (or 0x9663CB) is known color: Amethyst. HEX triplet: 96, 63 and CB. RGB value is (150,99,203). Sum of RGB (Red+Green+Blue) = 150+99+203=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9663CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663CB is #699C34. Grayscale: #7D7D7D. Windows color (decimal): -6921269 or 13329302. OLE color: 13329302.
HSL color Cylindrical-coordinate representation of color #9663CB: hue angle of 269.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9663CB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 99 | 203 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.20 |
| HSL | 269.42º | 0.5% | 0.59% | - |
| HSV(B) | 269.42º | 0.51% | 0.8% | - |
| XYZ | 27.82 | 19.72 | 58.84 | - |
| YUV | 126.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 203 | 0.26 | 0.51 | 0 | 0.20 | 269.42 | 0.5 | 0.59 |
| Hex | 96 | 63 | CB | 1A | 33 | 0 | 14 | 10D | 32 | 3B |
| Octal | 226 | 143 | 313 | 32 | 63 | 0 | 24 | 415 | 62 | 73 |
| Binary | 10010110 | 1100011 | 11001011 | 11010 | 110011 | 0 | 10100 | 100001101 | 110010 | 111011 |
Color Harmonies of #9663CB
Complementary color
Monochromatic Colors of #9663CB
Black with #9663CB
Text Example
Text Example
White with #9663CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663CB; }
p { color: rgb(150,99,203); }
H1.HeaderClassName
{
color: #9663CB;
}
.AnyTagClassName
{
color: #9663CB;
}
</style>
background-color css
<style>
a { background-color: #9663CB; }
a { background-color: rgb(150,99,203); }
div.DivClassName
{
background-color: #9663CB;
}
.BgClassName
{
background-color: #9663CB;
}
</style>
border-color css
<style>
span { border-color: #9663CB; }
span { border-color: rgb(150,99,203); }
td.TdClassName
{
border-color: #9663CB;
}
.TagClassName
{
border-color: #9663CB;
}
</style>