Shades of Amethyst #9662CF
Tints of Amethyst #9662CF
RGB
CMYK
RGB Variations
Color information
#9662CF (or 0x9662CF) is known color: Amethyst. HEX triplet: 96, 62 and CF. RGB value is (150,98,207). Sum of RGB (Red+Green+Blue) = 150+98+207=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9662CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CF is #699D30. Grayscale: #7D7D7D. Windows color (decimal): -6921521 or 13591190. OLE color: 13591190.
HSL color Cylindrical-coordinate representation of color #9662CF: hue angle of 268.62º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9662CF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 98 | 207 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.19 |
| HSL | 268.62º | 0.53% | 0.6% | - |
| HSV(B) | 268.62º | 0.53% | 0.81% | - |
| XYZ | 28.21 | 19.72 | 61.35 | - |
| YUV | 125.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 207 | 0.28 | 0.53 | 0 | 0.19 | 268.62 | 0.53 | 0.6 |
| Hex | 96 | 62 | CF | 1C | 35 | 0 | 13 | 10D | 35 | 3C |
| Octal | 226 | 142 | 317 | 34 | 65 | 0 | 23 | 415 | 65 | 74 |
| Binary | 10010110 | 1100010 | 11001111 | 11100 | 110101 | 0 | 10011 | 100001101 | 110101 | 111100 |
Color Harmonies of #9662CF
Complementary color
Monochromatic Colors of #9662CF
Black with #9662CF
Text Example
Text Example
White with #9662CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662CF; }
p { color: rgb(150,98,207); }
H1.HeaderClassName
{
color: #9662CF;
}
.AnyTagClassName
{
color: #9662CF;
}
</style>
background-color css
<style>
a { background-color: #9662CF; }
a { background-color: rgb(150,98,207); }
div.DivClassName
{
background-color: #9662CF;
}
.BgClassName
{
background-color: #9662CF;
}
</style>
border-color css
<style>
span { border-color: #9662CF; }
span { border-color: rgb(150,98,207); }
td.TdClassName
{
border-color: #9662CF;
}
.TagClassName
{
border-color: #9662CF;
}
</style>