Shades of Amethyst #964EE4
Tints of Amethyst #964EE4
RGB
CMYK
RGB Variations
Color information
#964EE4 (or 0x964EE4) is known color: Amethyst. HEX triplet: 96, 4E and E4. RGB value is (150,78,228). Sum of RGB (Red+Green+Blue) = 150+78+228=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #964EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EE4 is #69B11B. Grayscale: #747474. Windows color (decimal): -6926620 or 14962326. OLE color: 14962326.
HSL color Cylindrical-coordinate representation of color #964EE4: hue angle of 268.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964EE4 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 78 | 228 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.11 |
| HSL | 268.8º | 0.74% | 0.6% | - |
| HSV(B) | 268.8º | 0.66% | 0.89% | - |
| XYZ | 29.31 | 17.53 | 75.24 | - |
| YUV | 116.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 228 | 0.34 | 0.66 | 0 | 0.11 | 268.8 | 0.74 | 0.6 |
| Hex | 96 | 4E | E4 | 22 | 42 | 0 | B | 10D | 4A | 3C |
| Octal | 226 | 116 | 344 | 42 | 102 | 0 | 13 | 415 | 112 | 74 |
| Binary | 10010110 | 1001110 | 11100100 | 100010 | 1000010 | 0 | 1011 | 100001101 | 1001010 | 111100 |
Color Harmonies of #964EE4
Complementary color
Monochromatic Colors of #964EE4
Black with #964EE4
Text Example
Text Example
White with #964EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EE4; }
p { color: rgb(150,78,228); }
H1.HeaderClassName
{
color: #964EE4;
}
.AnyTagClassName
{
color: #964EE4;
}
</style>
background-color css
<style>
a { background-color: #964EE4; }
a { background-color: rgb(150,78,228); }
div.DivClassName
{
background-color: #964EE4;
}
.BgClassName
{
background-color: #964EE4;
}
</style>
border-color css
<style>
span { border-color: #964EE4; }
span { border-color: rgb(150,78,228); }
td.TdClassName
{
border-color: #964EE4;
}
.TagClassName
{
border-color: #964EE4;
}
</style>