Shades of Amethyst #964ED5
Tints of Amethyst #964ED5
RGB
CMYK
RGB Variations
Color information
#964ED5 (or 0x964ED5) is known color: Amethyst. HEX triplet: 96, 4E and D5. RGB value is (150,78,213). Sum of RGB (Red+Green+Blue) = 150+78+213=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #964ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ED5 is #69B12A. Grayscale: #727272. Windows color (decimal): -6926635 or 13979286. OLE color: 13979286.
HSL color Cylindrical-coordinate representation of color #964ED5: hue angle of 272º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964ED5 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 78 | 213 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.16 |
| HSL | 272º | 0.62% | 0.57% | - |
| HSV(B) | 272º | 0.63% | 0.84% | - |
| XYZ | 27.31 | 16.74 | 64.74 | - |
| YUV | 114.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 213 | 0.30 | 0.63 | 0 | 0.16 | 272 | 0.62 | 0.57 |
| Hex | 96 | 4E | D5 | 1E | 3F | 0 | 10 | 110 | 3E | 39 |
| Octal | 226 | 116 | 325 | 36 | 77 | 0 | 20 | 420 | 76 | 71 |
| Binary | 10010110 | 1001110 | 11010101 | 11110 | 111111 | 0 | 10000 | 100010000 | 111110 | 111001 |
Color Harmonies of #964ED5
Complementary color
Monochromatic Colors of #964ED5
Black with #964ED5
Text Example
Text Example
White with #964ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ED5; }
p { color: rgb(150,78,213); }
H1.HeaderClassName
{
color: #964ED5;
}
.AnyTagClassName
{
color: #964ED5;
}
</style>
background-color css
<style>
a { background-color: #964ED5; }
a { background-color: rgb(150,78,213); }
div.DivClassName
{
background-color: #964ED5;
}
.BgClassName
{
background-color: #964ED5;
}
</style>
border-color css
<style>
span { border-color: #964ED5; }
span { border-color: rgb(150,78,213); }
td.TdClassName
{
border-color: #964ED5;
}
.TagClassName
{
border-color: #964ED5;
}
</style>