Shades of Amethyst #964FD1
Tints of Amethyst #964FD1
RGB
CMYK
RGB Variations
Color information
#964FD1 (or 0x964FD1) is known color: Amethyst. HEX triplet: 96, 4F and D1. RGB value is (150,79,209). Sum of RGB (Red+Green+Blue) = 150+79+209=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #964FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FD1 is #69B02E. Grayscale: #727272. Windows color (decimal): -6926383 or 13717398. OLE color: 13717398.
HSL color Cylindrical-coordinate representation of color #964FD1: hue angle of 272.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964FD1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 79 | 209 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.18 |
| HSL | 272.77º | 0.59% | 0.56% | - |
| HSV(B) | 272.77º | 0.62% | 0.82% | - |
| XYZ | 26.88 | 16.68 | 62.12 | - |
| YUV | 115.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 209 | 0.28 | 0.62 | 0 | 0.18 | 272.77 | 0.59 | 0.56 |
| Hex | 96 | 4F | D1 | 1C | 3E | 0 | 12 | 111 | 3B | 38 |
| Octal | 226 | 117 | 321 | 34 | 76 | 0 | 22 | 421 | 73 | 70 |
| Binary | 10010110 | 1001111 | 11010001 | 11100 | 111110 | 0 | 10010 | 100010001 | 111011 | 111000 |
Color Harmonies of #964FD1
Complementary color
Monochromatic Colors of #964FD1
Black with #964FD1
Text Example
Text Example
White with #964FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FD1; }
p { color: rgb(150,79,209); }
H1.HeaderClassName
{
color: #964FD1;
}
.AnyTagClassName
{
color: #964FD1;
}
</style>
background-color css
<style>
a { background-color: #964FD1; }
a { background-color: rgb(150,79,209); }
div.DivClassName
{
background-color: #964FD1;
}
.BgClassName
{
background-color: #964FD1;
}
</style>
border-color css
<style>
span { border-color: #964FD1; }
span { border-color: rgb(150,79,209); }
td.TdClassName
{
border-color: #964FD1;
}
.TagClassName
{
border-color: #964FD1;
}
</style>