Shades of Amethyst #964DDE
Tints of Amethyst #964DDE
RGB
CMYK
RGB Variations
Color information
#964DDE (or 0x964DDE) is known color: Amethyst. HEX triplet: 96, 4D and DE. RGB value is (150,77,222). Sum of RGB (Red+Green+Blue) = 150+77+222=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #964DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DDE is #69B221. Grayscale: #727272. Windows color (decimal): -6926882 or 14568854. OLE color: 14568854.
HSL color Cylindrical-coordinate representation of color #964DDE: hue angle of 270.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964DDE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 77 | 222 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.13 |
| HSL | 270.21º | 0.69% | 0.59% | - |
| HSV(B) | 270.21º | 0.65% | 0.87% | - |
| XYZ | 28.42 | 17.07 | 70.9 | - |
| YUV | 115.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 222 | 0.32 | 0.65 | 0 | 0.13 | 270.21 | 0.69 | 0.59 |
| Hex | 96 | 4D | DE | 20 | 41 | 0 | D | 10E | 45 | 3B |
| Octal | 226 | 115 | 336 | 40 | 101 | 0 | 15 | 416 | 105 | 73 |
| Binary | 10010110 | 1001101 | 11011110 | 100000 | 1000001 | 0 | 1101 | 100001110 | 1000101 | 111011 |
Color Harmonies of #964DDE
Complementary color
Monochromatic Colors of #964DDE
Black with #964DDE
Text Example
Text Example
White with #964DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DDE; }
p { color: rgb(150,77,222); }
H1.HeaderClassName
{
color: #964DDE;
}
.AnyTagClassName
{
color: #964DDE;
}
</style>
background-color css
<style>
a { background-color: #964DDE; }
a { background-color: rgb(150,77,222); }
div.DivClassName
{
background-color: #964DDE;
}
.BgClassName
{
background-color: #964DDE;
}
</style>
border-color css
<style>
span { border-color: #964DDE; }
span { border-color: rgb(150,77,222); }
td.TdClassName
{
border-color: #964DDE;
}
.TagClassName
{
border-color: #964DDE;
}
</style>