Shades of Amethyst #965DD7
Tints of Amethyst #965DD7
RGB
CMYK
RGB Variations
Color information
#965DD7 (or 0x965DD7) is known color: Amethyst. HEX triplet: 96, 5D and D7. RGB value is (150,93,215). Sum of RGB (Red+Green+Blue) = 150+93+215=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #965DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DD7 is #69A228. Grayscale: #7B7B7B. Windows color (decimal): -6922793 or 14114198. OLE color: 14114198.
HSL color Cylindrical-coordinate representation of color #965DD7: hue angle of 268.03º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965DD7 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 93 | 215 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.16 |
| HSL | 268.03º | 0.6% | 0.6% | - |
| HSV(B) | 268.03º | 0.57% | 0.84% | - |
| XYZ | 28.76 | 19.22 | 66.48 | - |
| YUV | 123.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 215 | 0.30 | 0.57 | 0 | 0.16 | 268.03 | 0.6 | 0.6 |
| Hex | 96 | 5D | D7 | 1E | 39 | 0 | 10 | 10C | 3C | 3C |
| Octal | 226 | 135 | 327 | 36 | 71 | 0 | 20 | 414 | 74 | 74 |
| Binary | 10010110 | 1011101 | 11010111 | 11110 | 111001 | 0 | 10000 | 100001100 | 111100 | 111100 |
Color Harmonies of #965DD7
Complementary color
Monochromatic Colors of #965DD7
Black with #965DD7
Text Example
Text Example
White with #965DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DD7; }
p { color: rgb(150,93,215); }
H1.HeaderClassName
{
color: #965DD7;
}
.AnyTagClassName
{
color: #965DD7;
}
</style>
background-color css
<style>
a { background-color: #965DD7; }
a { background-color: rgb(150,93,215); }
div.DivClassName
{
background-color: #965DD7;
}
.BgClassName
{
background-color: #965DD7;
}
</style>
border-color css
<style>
span { border-color: #965DD7; }
span { border-color: rgb(150,93,215); }
td.TdClassName
{
border-color: #965DD7;
}
.TagClassName
{
border-color: #965DD7;
}
</style>