Shades of Amethyst #964ED3
Tints of Amethyst #964ED3
RGB
CMYK
RGB Variations
Color information
#964ED3 (or 0x964ED3) is known color: Amethyst. HEX triplet: 96, 4E and D3. RGB value is (150,78,211). Sum of RGB (Red+Green+Blue) = 150+78+211=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #964ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ED3 is #69B12C. Grayscale: #727272. Windows color (decimal): -6926637 or 13848214. OLE color: 13848214.
HSL color Cylindrical-coordinate representation of color #964ED3: hue angle of 272.48º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964ED3 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 78 | 211 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.17 |
| HSL | 272.48º | 0.6% | 0.57% | - |
| HSV(B) | 272.48º | 0.63% | 0.83% | - |
| XYZ | 27.06 | 16.64 | 63.41 | - |
| YUV | 114.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 211 | 0.29 | 0.63 | 0 | 0.17 | 272.48 | 0.6 | 0.57 |
| Hex | 96 | 4E | D3 | 1D | 3F | 0 | 11 | 110 | 3C | 39 |
| Octal | 226 | 116 | 323 | 35 | 77 | 0 | 21 | 420 | 74 | 71 |
| Binary | 10010110 | 1001110 | 11010011 | 11101 | 111111 | 0 | 10001 | 100010000 | 111100 | 111001 |
Color Harmonies of #964ED3
Complementary color
Monochromatic Colors of #964ED3
Black with #964ED3
Text Example
Text Example
White with #964ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ED3; }
p { color: rgb(150,78,211); }
H1.HeaderClassName
{
color: #964ED3;
}
.AnyTagClassName
{
color: #964ED3;
}
</style>
background-color css
<style>
a { background-color: #964ED3; }
a { background-color: rgb(150,78,211); }
div.DivClassName
{
background-color: #964ED3;
}
.BgClassName
{
background-color: #964ED3;
}
</style>
border-color css
<style>
span { border-color: #964ED3; }
span { border-color: rgb(150,78,211); }
td.TdClassName
{
border-color: #964ED3;
}
.TagClassName
{
border-color: #964ED3;
}
</style>