Shades of Amethyst #9666CB
Tints of Amethyst #9666CB
RGB
CMYK
RGB Variations
Color information
#9666CB (or 0x9666CB) is known color: Amethyst. HEX triplet: 96, 66 and CB. RGB value is (150,102,203). Sum of RGB (Red+Green+Blue) = 150+102+203=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9666CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666CB is #699934. Grayscale: #7F7F7F. Windows color (decimal): -6920501 or 13330070. OLE color: 13330070.
HSL color Cylindrical-coordinate representation of color #9666CB: hue angle of 268.51º degrees, saturation: 0.49, 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 #9666CB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 102 | 203 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.20 |
| HSL | 268.51º | 0.49% | 0.6% | - |
| HSV(B) | 268.51º | 0.5% | 0.8% | - |
| XYZ | 28.11 | 20.3 | 58.94 | - |
| YUV | 127.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 203 | 0.26 | 0.50 | 0 | 0.20 | 268.51 | 0.49 | 0.6 |
| Hex | 96 | 66 | CB | 1A | 32 | 0 | 14 | 10D | 31 | 3C |
| Octal | 226 | 146 | 313 | 32 | 62 | 0 | 24 | 415 | 61 | 74 |
| Binary | 10010110 | 1100110 | 11001011 | 11010 | 110010 | 0 | 10100 | 100001101 | 110001 | 111100 |
Color Harmonies of #9666CB
Complementary color
Monochromatic Colors of #9666CB
Black with #9666CB
Text Example
Text Example
White with #9666CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666CB; }
p { color: rgb(150,102,203); }
H1.HeaderClassName
{
color: #9666CB;
}
.AnyTagClassName
{
color: #9666CB;
}
</style>
background-color css
<style>
a { background-color: #9666CB; }
a { background-color: rgb(150,102,203); }
div.DivClassName
{
background-color: #9666CB;
}
.BgClassName
{
background-color: #9666CB;
}
</style>
border-color css
<style>
span { border-color: #9666CB; }
span { border-color: rgb(150,102,203); }
td.TdClassName
{
border-color: #9666CB;
}
.TagClassName
{
border-color: #9666CB;
}
</style>