Shades of Amethyst #964EDA
Tints of Amethyst #964EDA
RGB
CMYK
RGB Variations
Color information
#964EDA (or 0x964EDA) is known color: Amethyst. HEX triplet: 96, 4E and DA. RGB value is (150,78,218). Sum of RGB (Red+Green+Blue) = 150+78+218=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #964EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EDA is #69B125. Grayscale: #737373. Windows color (decimal): -6926630 or 14306966. OLE color: 14306966.
HSL color Cylindrical-coordinate representation of color #964EDA: hue angle of 270.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964EDA is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 78 | 218 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.15 |
| HSL | 270.86º | 0.65% | 0.58% | - |
| HSV(B) | 270.86º | 0.64% | 0.85% | - |
| XYZ | 27.96 | 16.99 | 68.14 | - |
| YUV | 115.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 218 | 0.31 | 0.64 | 0 | 0.15 | 270.86 | 0.65 | 0.58 |
| Hex | 96 | 4E | DA | 1F | 40 | 0 | F | 10F | 41 | 3A |
| Octal | 226 | 116 | 332 | 37 | 100 | 0 | 17 | 417 | 101 | 72 |
| Binary | 10010110 | 1001110 | 11011010 | 11111 | 1000000 | 0 | 1111 | 100001111 | 1000001 | 111010 |
Color Harmonies of #964EDA
Complementary color
Monochromatic Colors of #964EDA
Black with #964EDA
Text Example
Text Example
White with #964EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EDA; }
p { color: rgb(150,78,218); }
H1.HeaderClassName
{
color: #964EDA;
}
.AnyTagClassName
{
color: #964EDA;
}
</style>
background-color css
<style>
a { background-color: #964EDA; }
a { background-color: rgb(150,78,218); }
div.DivClassName
{
background-color: #964EDA;
}
.BgClassName
{
background-color: #964EDA;
}
</style>
border-color css
<style>
span { border-color: #964EDA; }
span { border-color: rgb(150,78,218); }
td.TdClassName
{
border-color: #964EDA;
}
.TagClassName
{
border-color: #964EDA;
}
</style>