Shades of Amethyst #965EDD
Tints of Amethyst #965EDD
RGB
CMYK
RGB Variations
Color information
#965EDD (or 0x965EDD) is known color: Amethyst. HEX triplet: 96, 5E and DD. RGB value is (150,94,221). Sum of RGB (Red+Green+Blue) = 150+94+221=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #965EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDD is #69A122. Grayscale: #7C7C7C. Windows color (decimal): -6922531 or 14507670. OLE color: 14507670.
HSL color Cylindrical-coordinate representation of color #965EDD: hue angle of 266.46º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965EDD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 94 | 221 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.13 |
| HSL | 266.46º | 0.65% | 0.62% | - |
| HSV(B) | 266.46º | 0.57% | 0.87% | - |
| XYZ | 29.63 | 19.71 | 70.65 | - |
| YUV | 125.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 221 | 0.32 | 0.57 | 0 | 0.13 | 266.46 | 0.65 | 0.62 |
| Hex | 96 | 5E | DD | 20 | 39 | 0 | D | 10A | 41 | 3E |
| Octal | 226 | 136 | 335 | 40 | 71 | 0 | 15 | 412 | 101 | 76 |
| Binary | 10010110 | 1011110 | 11011101 | 100000 | 111001 | 0 | 1101 | 100001010 | 1000001 | 111110 |
Color Harmonies of #965EDD
Complementary color
Monochromatic Colors of #965EDD
Black with #965EDD
Text Example
Text Example
White with #965EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EDD; }
p { color: rgb(150,94,221); }
H1.HeaderClassName
{
color: #965EDD;
}
.AnyTagClassName
{
color: #965EDD;
}
</style>
background-color css
<style>
a { background-color: #965EDD; }
a { background-color: rgb(150,94,221); }
div.DivClassName
{
background-color: #965EDD;
}
.BgClassName
{
background-color: #965EDD;
}
</style>
border-color css
<style>
span { border-color: #965EDD; }
span { border-color: rgb(150,94,221); }
td.TdClassName
{
border-color: #965EDD;
}
.TagClassName
{
border-color: #965EDD;
}
</style>