Shades of Amethyst #964BDE
Tints of Amethyst #964BDE
RGB
CMYK
RGB Variations
Color information
#964BDE (or 0x964BDE) is known color: Amethyst. HEX triplet: 96, 4B and DE. RGB value is (150,75,222). Sum of RGB (Red+Green+Blue) = 150+75+222=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #964BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDE is #69B421. Grayscale: #717171. Windows color (decimal): -6927394 or 14568342. OLE color: 14568342.
HSL color Cylindrical-coordinate representation of color #964BDE: hue angle of 270.61º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964BDE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 75 | 222 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.13 |
| HSL | 270.61º | 0.69% | 0.58% | - |
| HSV(B) | 270.61º | 0.66% | 0.87% | - |
| XYZ | 28.28 | 16.79 | 70.86 | - |
| YUV | 114.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 222 | 0.32 | 0.66 | 0 | 0.13 | 270.61 | 0.69 | 0.58 |
| Hex | 96 | 4B | DE | 20 | 42 | 0 | D | 10F | 45 | 3A |
| Octal | 226 | 113 | 336 | 40 | 102 | 0 | 15 | 417 | 105 | 72 |
| Binary | 10010110 | 1001011 | 11011110 | 100000 | 1000010 | 0 | 1101 | 100001111 | 1000101 | 111010 |
Color Harmonies of #964BDE
Complementary color
Monochromatic Colors of #964BDE
Black with #964BDE
Text Example
Text Example
White with #964BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BDE; }
p { color: rgb(150,75,222); }
H1.HeaderClassName
{
color: #964BDE;
}
.AnyTagClassName
{
color: #964BDE;
}
</style>
background-color css
<style>
a { background-color: #964BDE; }
a { background-color: rgb(150,75,222); }
div.DivClassName
{
background-color: #964BDE;
}
.BgClassName
{
background-color: #964BDE;
}
</style>
border-color css
<style>
span { border-color: #964BDE; }
span { border-color: rgb(150,75,222); }
td.TdClassName
{
border-color: #964BDE;
}
.TagClassName
{
border-color: #964BDE;
}
</style>