Shades of Amethyst #9662C1
Tints of Amethyst #9662C1
RGB
CMYK
RGB Variations
Color information
#9662C1 (or 0x9662C1) is known color: Amethyst. HEX triplet: 96, 62 and C1. RGB value is (150,98,193). Sum of RGB (Red+Green+Blue) = 150+98+193=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #9662C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662C1 is #699D3E. Grayscale: #7C7C7C. Windows color (decimal): -6921535 or 12673686. OLE color: 12673686.
HSL color Cylindrical-coordinate representation of color #9662C1: hue angle of 272.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9662C1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 98 | 193 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.24 |
| HSL | 272.84º | 0.43% | 0.57% | - |
| HSV(B) | 272.84º | 0.49% | 0.76% | - |
| XYZ | 26.57 | 19.07 | 52.73 | - |
| YUV | 124.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 193 | 0.22 | 0.49 | 0 | 0.24 | 272.84 | 0.43 | 0.57 |
| Hex | 96 | 62 | C1 | 16 | 31 | 0 | 18 | 111 | 2B | 39 |
| Octal | 226 | 142 | 301 | 26 | 61 | 0 | 30 | 421 | 53 | 71 |
| Binary | 10010110 | 1100010 | 11000001 | 10110 | 110001 | 0 | 11000 | 100010001 | 101011 | 111001 |
Color Harmonies of #9662C1
Complementary color
Monochromatic Colors of #9662C1
Black with #9662C1
Text Example
Text Example
White with #9662C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662C1; }
p { color: rgb(150,98,193); }
H1.HeaderClassName
{
color: #9662C1;
}
.AnyTagClassName
{
color: #9662C1;
}
</style>
background-color css
<style>
a { background-color: #9662C1; }
a { background-color: rgb(150,98,193); }
div.DivClassName
{
background-color: #9662C1;
}
.BgClassName
{
background-color: #9662C1;
}
</style>
border-color css
<style>
span { border-color: #9662C1; }
span { border-color: rgb(150,98,193); }
td.TdClassName
{
border-color: #9662C1;
}
.TagClassName
{
border-color: #9662C1;
}
</style>