Shades of Amethyst #9662C0
Tints of Amethyst #9662C0
RGB
CMYK
RGB Variations
Color information
#9662C0 (or 0x9662C0) is known color: Amethyst. HEX triplet: 96, 62 and C0. RGB value is (150,98,192). Sum of RGB (Red+Green+Blue) = 150+98+192=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #9662C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662C0 is #699D3F. Grayscale: #7B7B7B. Windows color (decimal): -6921536 or 12608150. OLE color: 12608150.
HSL color Cylindrical-coordinate representation of color #9662C0: hue angle of 273.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9662C0 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 98 | 192 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.25 |
| HSL | 273.19º | 0.43% | 0.57% | - |
| HSV(B) | 273.19º | 0.49% | 0.75% | - |
| XYZ | 26.46 | 19.03 | 52.15 | - |
| YUV | 124.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 192 | 0.22 | 0.49 | 0 | 0.25 | 273.19 | 0.43 | 0.57 |
| Hex | 96 | 62 | C0 | 16 | 31 | 0 | 19 | 111 | 2B | 39 |
| Octal | 226 | 142 | 300 | 26 | 61 | 0 | 31 | 421 | 53 | 71 |
| Binary | 10010110 | 1100010 | 11000000 | 10110 | 110001 | 0 | 11001 | 100010001 | 101011 | 111001 |
Color Harmonies of #9662C0
Complementary color
Monochromatic Colors of #9662C0
Black with #9662C0
Text Example
Text Example
White with #9662C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662C0; }
p { color: rgb(150,98,192); }
H1.HeaderClassName
{
color: #9662C0;
}
.AnyTagClassName
{
color: #9662C0;
}
</style>
background-color css
<style>
a { background-color: #9662C0; }
a { background-color: rgb(150,98,192); }
div.DivClassName
{
background-color: #9662C0;
}
.BgClassName
{
background-color: #9662C0;
}
</style>
border-color css
<style>
span { border-color: #9662C0; }
span { border-color: rgb(150,98,192); }
td.TdClassName
{
border-color: #9662C0;
}
.TagClassName
{
border-color: #9662C0;
}
</style>