Shades of Amethyst #965AD7
Tints of Amethyst #965AD7
RGB
CMYK
RGB Variations
Color information
#965AD7 (or 0x965AD7) is known color: Amethyst. HEX triplet: 96, 5A and D7. RGB value is (150,90,215). Sum of RGB (Red+Green+Blue) = 150+90+215=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #965AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AD7 is #69A528. Grayscale: #797979. Windows color (decimal): -6923561 or 14113430. OLE color: 14113430.
HSL color Cylindrical-coordinate representation of color #965AD7: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965AD7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 90 | 215 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.16 |
| HSL | 268.8º | 0.61% | 0.6% | - |
| HSV(B) | 268.8º | 0.58% | 0.84% | - |
| XYZ | 28.5 | 18.7 | 66.4 | - |
| YUV | 122.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 215 | 0.30 | 0.58 | 0 | 0.16 | 268.8 | 0.61 | 0.6 |
| Hex | 96 | 5A | D7 | 1E | 3A | 0 | 10 | 10D | 3D | 3C |
| Octal | 226 | 132 | 327 | 36 | 72 | 0 | 20 | 415 | 75 | 74 |
| Binary | 10010110 | 1011010 | 11010111 | 11110 | 111010 | 0 | 10000 | 100001101 | 111101 | 111100 |
Color Harmonies of #965AD7
Complementary color
Monochromatic Colors of #965AD7
Black with #965AD7
Text Example
Text Example
White with #965AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AD7; }
p { color: rgb(150,90,215); }
H1.HeaderClassName
{
color: #965AD7;
}
.AnyTagClassName
{
color: #965AD7;
}
</style>
background-color css
<style>
a { background-color: #965AD7; }
a { background-color: rgb(150,90,215); }
div.DivClassName
{
background-color: #965AD7;
}
.BgClassName
{
background-color: #965AD7;
}
</style>
border-color css
<style>
span { border-color: #965AD7; }
span { border-color: rgb(150,90,215); }
td.TdClassName
{
border-color: #965AD7;
}
.TagClassName
{
border-color: #965AD7;
}
</style>