Shades of Amethyst #964EDF
Tints of Amethyst #964EDF
RGB
CMYK
RGB Variations
Color information
#964EDF (or 0x964EDF) is known color: Amethyst. HEX triplet: 96, 4E and DF. RGB value is (150,78,223). Sum of RGB (Red+Green+Blue) = 150+78+223=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #964EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EDF is #69B120. Grayscale: #737373. Windows color (decimal): -6926625 or 14634646. OLE color: 14634646.
HSL color Cylindrical-coordinate representation of color #964EDF: hue angle of 269.79º 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 #964EDF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 78 | 223 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.13 |
| HSL | 269.79º | 0.69% | 0.59% | - |
| HSV(B) | 269.79º | 0.65% | 0.87% | - |
| XYZ | 28.62 | 17.26 | 71.64 | - |
| YUV | 116.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 223 | 0.33 | 0.65 | 0 | 0.13 | 269.79 | 0.69 | 0.59 |
| Hex | 96 | 4E | DF | 21 | 41 | 0 | D | 10E | 45 | 3B |
| Octal | 226 | 116 | 337 | 41 | 101 | 0 | 15 | 416 | 105 | 73 |
| Binary | 10010110 | 1001110 | 11011111 | 100001 | 1000001 | 0 | 1101 | 100001110 | 1000101 | 111011 |
Color Harmonies of #964EDF
Complementary color
Monochromatic Colors of #964EDF
Black with #964EDF
Text Example
Text Example
White with #964EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EDF; }
p { color: rgb(150,78,223); }
H1.HeaderClassName
{
color: #964EDF;
}
.AnyTagClassName
{
color: #964EDF;
}
</style>
background-color css
<style>
a { background-color: #964EDF; }
a { background-color: rgb(150,78,223); }
div.DivClassName
{
background-color: #964EDF;
}
.BgClassName
{
background-color: #964EDF;
}
</style>
border-color css
<style>
span { border-color: #964EDF; }
span { border-color: rgb(150,78,223); }
td.TdClassName
{
border-color: #964EDF;
}
.TagClassName
{
border-color: #964EDF;
}
</style>