Shades of Amethyst #9662C7
Tints of Amethyst #9662C7
RGB
CMYK
RGB Variations
Color information
#9662C7 (or 0x9662C7) is known color: Amethyst. HEX triplet: 96, 62 and C7. RGB value is (150,98,199). Sum of RGB (Red+Green+Blue) = 150+98+199=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #9662C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662C7 is #699D38. Grayscale: #7C7C7C. Windows color (decimal): -6921529 or 13066902. OLE color: 13066902.
HSL color Cylindrical-coordinate representation of color #9662C7: hue angle of 270.89º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9662C7 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 98 | 199 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.22 |
| HSL | 270.89º | 0.47% | 0.58% | - |
| HSV(B) | 270.89º | 0.51% | 0.78% | - |
| XYZ | 27.25 | 19.34 | 56.33 | - |
| YUV | 125.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 199 | 0.25 | 0.51 | 0 | 0.22 | 270.89 | 0.47 | 0.58 |
| Hex | 96 | 62 | C7 | 19 | 33 | 0 | 16 | 10F | 2F | 3A |
| Octal | 226 | 142 | 307 | 31 | 63 | 0 | 26 | 417 | 57 | 72 |
| Binary | 10010110 | 1100010 | 11000111 | 11001 | 110011 | 0 | 10110 | 100001111 | 101111 | 111010 |
Color Harmonies of #9662C7
Complementary color
Monochromatic Colors of #9662C7
Black with #9662C7
Text Example
Text Example
White with #9662C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662C7; }
p { color: rgb(150,98,199); }
H1.HeaderClassName
{
color: #9662C7;
}
.AnyTagClassName
{
color: #9662C7;
}
</style>
background-color css
<style>
a { background-color: #9662C7; }
a { background-color: rgb(150,98,199); }
div.DivClassName
{
background-color: #9662C7;
}
.BgClassName
{
background-color: #9662C7;
}
</style>
border-color css
<style>
span { border-color: #9662C7; }
span { border-color: rgb(150,98,199); }
td.TdClassName
{
border-color: #9662C7;
}
.TagClassName
{
border-color: #9662C7;
}
</style>