Shades of Amethyst #9662BE
Tints of Amethyst #9662BE
RGB
CMYK
RGB Variations
Color information
#9662BE (or 0x9662BE) is known color: Amethyst. HEX triplet: 96, 62 and BE. RGB value is (150,98,190). Sum of RGB (Red+Green+Blue) = 150+98+190=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9662BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662BE is #699D41. Grayscale: #7B7B7B. Windows color (decimal): -6921538 or 12477078. OLE color: 12477078.
HSL color Cylindrical-coordinate representation of color #9662BE: hue angle of 273.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9662BE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 98 | 190 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.25 |
| HSL | 273.91º | 0.41% | 0.56% | - |
| HSV(B) | 273.91º | 0.48% | 0.75% | - |
| XYZ | 26.24 | 18.94 | 50.99 | - |
| YUV | 124.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 190 | 0.21 | 0.48 | 0 | 0.25 | 273.91 | 0.41 | 0.56 |
| Hex | 96 | 62 | BE | 15 | 30 | 0 | 19 | 112 | 29 | 38 |
| Octal | 226 | 142 | 276 | 25 | 60 | 0 | 31 | 422 | 51 | 70 |
| Binary | 10010110 | 1100010 | 10111110 | 10101 | 110000 | 0 | 11001 | 100010010 | 101001 | 111000 |
Color Harmonies of #9662BE
Complementary color
Monochromatic Colors of #9662BE
Black with #9662BE
Text Example
Text Example
White with #9662BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662BE; }
p { color: rgb(150,98,190); }
H1.HeaderClassName
{
color: #9662BE;
}
.AnyTagClassName
{
color: #9662BE;
}
</style>
background-color css
<style>
a { background-color: #9662BE; }
a { background-color: rgb(150,98,190); }
div.DivClassName
{
background-color: #9662BE;
}
.BgClassName
{
background-color: #9662BE;
}
</style>
border-color css
<style>
span { border-color: #9662BE; }
span { border-color: rgb(150,98,190); }
td.TdClassName
{
border-color: #9662BE;
}
.TagClassName
{
border-color: #9662BE;
}
</style>