Shades of Amethyst #9662D3
Tints of Amethyst #9662D3
RGB
CMYK
RGB Variations
Color information
#9662D3 (or 0x9662D3) is known color: Amethyst. HEX triplet: 96, 62 and D3. RGB value is (150,98,211). Sum of RGB (Red+Green+Blue) = 150+98+211=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #9662D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662D3 is #699D2C. Grayscale: #7E7E7E. Windows color (decimal): -6921517 or 13853334. OLE color: 13853334.
HSL color Cylindrical-coordinate representation of color #9662D3: hue angle of 267.61º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9662D3 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 98 | 211 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.17 |
| HSL | 267.61º | 0.56% | 0.61% | - |
| HSV(B) | 267.61º | 0.54% | 0.83% | - |
| XYZ | 28.7 | 19.92 | 63.96 | - |
| YUV | 126.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 211 | 0.29 | 0.54 | 0 | 0.17 | 267.61 | 0.56 | 0.61 |
| Hex | 96 | 62 | D3 | 1D | 36 | 0 | 11 | 10C | 38 | 3D |
| Octal | 226 | 142 | 323 | 35 | 66 | 0 | 21 | 414 | 70 | 75 |
| Binary | 10010110 | 1100010 | 11010011 | 11101 | 110110 | 0 | 10001 | 100001100 | 111000 | 111101 |
Color Harmonies of #9662D3
Complementary color
Monochromatic Colors of #9662D3
Black with #9662D3
Text Example
Text Example
White with #9662D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662D3; }
p { color: rgb(150,98,211); }
H1.HeaderClassName
{
color: #9662D3;
}
.AnyTagClassName
{
color: #9662D3;
}
</style>
background-color css
<style>
a { background-color: #9662D3; }
a { background-color: rgb(150,98,211); }
div.DivClassName
{
background-color: #9662D3;
}
.BgClassName
{
background-color: #9662D3;
}
</style>
border-color css
<style>
span { border-color: #9662D3; }
span { border-color: rgb(150,98,211); }
td.TdClassName
{
border-color: #9662D3;
}
.TagClassName
{
border-color: #9662D3;
}
</style>