Shades of Amethyst #964DDB
Tints of Amethyst #964DDB
RGB
CMYK
RGB Variations
Color information
#964DDB (or 0x964DDB) is known color: Amethyst. HEX triplet: 96, 4D and DB. RGB value is (150,77,219). Sum of RGB (Red+Green+Blue) = 150+77+219=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #964DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DDB is #69B224. Grayscale: #727272. Windows color (decimal): -6926885 or 14372246. OLE color: 14372246.
HSL color Cylindrical-coordinate representation of color #964DDB: hue angle of 270.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964DDB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 77 | 219 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.14 |
| HSL | 270.85º | 0.66% | 0.58% | - |
| HSV(B) | 270.85º | 0.65% | 0.86% | - |
| XYZ | 28.02 | 16.91 | 68.8 | - |
| YUV | 115.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 219 | 0.32 | 0.65 | 0 | 0.14 | 270.85 | 0.66 | 0.58 |
| Hex | 96 | 4D | DB | 20 | 41 | 0 | E | 10F | 42 | 3A |
| Octal | 226 | 115 | 333 | 40 | 101 | 0 | 16 | 417 | 102 | 72 |
| Binary | 10010110 | 1001101 | 11011011 | 100000 | 1000001 | 0 | 1110 | 100001111 | 1000010 | 111010 |
Color Harmonies of #964DDB
Complementary color
Monochromatic Colors of #964DDB
Black with #964DDB
Text Example
Text Example
White with #964DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DDB; }
p { color: rgb(150,77,219); }
H1.HeaderClassName
{
color: #964DDB;
}
.AnyTagClassName
{
color: #964DDB;
}
</style>
background-color css
<style>
a { background-color: #964DDB; }
a { background-color: rgb(150,77,219); }
div.DivClassName
{
background-color: #964DDB;
}
.BgClassName
{
background-color: #964DDB;
}
</style>
border-color css
<style>
span { border-color: #964DDB; }
span { border-color: rgb(150,77,219); }
td.TdClassName
{
border-color: #964DDB;
}
.TagClassName
{
border-color: #964DDB;
}
</style>