Shades of Amethyst #964EDB
Tints of Amethyst #964EDB
RGB
CMYK
RGB Variations
Color information
#964EDB (or 0x964EDB) is known color: Amethyst. HEX triplet: 96, 4E and DB. RGB value is (150,78,219). Sum of RGB (Red+Green+Blue) = 150+78+219=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #964EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EDB is #69B124. Grayscale: #737373. Windows color (decimal): -6926629 or 14372502. OLE color: 14372502.
HSL color Cylindrical-coordinate representation of color #964EDB: hue angle of 270.64º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964EDB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 78 | 219 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.14 |
| HSL | 270.64º | 0.66% | 0.58% | - |
| HSV(B) | 270.64º | 0.64% | 0.86% | - |
| XYZ | 28.09 | 17.05 | 68.83 | - |
| YUV | 115.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 219 | 0.32 | 0.64 | 0 | 0.14 | 270.64 | 0.66 | 0.58 |
| Hex | 96 | 4E | DB | 20 | 40 | 0 | E | 10F | 42 | 3A |
| Octal | 226 | 116 | 333 | 40 | 100 | 0 | 16 | 417 | 102 | 72 |
| Binary | 10010110 | 1001110 | 11011011 | 100000 | 1000000 | 0 | 1110 | 100001111 | 1000010 | 111010 |
Color Harmonies of #964EDB
Complementary color
Monochromatic Colors of #964EDB
Black with #964EDB
Text Example
Text Example
White with #964EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EDB; }
p { color: rgb(150,78,219); }
H1.HeaderClassName
{
color: #964EDB;
}
.AnyTagClassName
{
color: #964EDB;
}
</style>
background-color css
<style>
a { background-color: #964EDB; }
a { background-color: rgb(150,78,219); }
div.DivClassName
{
background-color: #964EDB;
}
.BgClassName
{
background-color: #964EDB;
}
</style>
border-color css
<style>
span { border-color: #964EDB; }
span { border-color: rgb(150,78,219); }
td.TdClassName
{
border-color: #964EDB;
}
.TagClassName
{
border-color: #964EDB;
}
</style>