Shades of Amethyst #964CD3
Tints of Amethyst #964CD3
RGB
CMYK
RGB Variations
Color information
#964CD3 (or 0x964CD3) is known color: Amethyst. HEX triplet: 96, 4C and D3. RGB value is (150,76,211). Sum of RGB (Red+Green+Blue) = 150+76+211=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #964CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CD3 is #69B32C. Grayscale: #717171. Windows color (decimal): -6927149 or 13847702. OLE color: 13847702.
HSL color Cylindrical-coordinate representation of color #964CD3: hue angle of 272.89º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964CD3 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 76 | 211 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.17 |
| HSL | 272.89º | 0.61% | 0.56% | - |
| HSV(B) | 272.89º | 0.64% | 0.83% | - |
| XYZ | 26.92 | 16.36 | 63.37 | - |
| YUV | 113.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 211 | 0.29 | 0.64 | 0 | 0.17 | 272.89 | 0.61 | 0.56 |
| Hex | 96 | 4C | D3 | 1D | 40 | 0 | 11 | 111 | 3D | 38 |
| Octal | 226 | 114 | 323 | 35 | 100 | 0 | 21 | 421 | 75 | 70 |
| Binary | 10010110 | 1001100 | 11010011 | 11101 | 1000000 | 0 | 10001 | 100010001 | 111101 | 111000 |
Color Harmonies of #964CD3
Complementary color
Monochromatic Colors of #964CD3
Black with #964CD3
Text Example
Text Example
White with #964CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CD3; }
p { color: rgb(150,76,211); }
H1.HeaderClassName
{
color: #964CD3;
}
.AnyTagClassName
{
color: #964CD3;
}
</style>
background-color css
<style>
a { background-color: #964CD3; }
a { background-color: rgb(150,76,211); }
div.DivClassName
{
background-color: #964CD3;
}
.BgClassName
{
background-color: #964CD3;
}
</style>
border-color css
<style>
span { border-color: #964CD3; }
span { border-color: rgb(150,76,211); }
td.TdClassName
{
border-color: #964CD3;
}
.TagClassName
{
border-color: #964CD3;
}
</style>