Shades of Amethyst #964CDF
Tints of Amethyst #964CDF
RGB
CMYK
RGB Variations
Color information
#964CDF (or 0x964CDF) is known color: Amethyst. HEX triplet: 96, 4C and DF. RGB value is (150,76,223). Sum of RGB (Red+Green+Blue) = 150+76+223=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #964CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CDF is #69B320. Grayscale: #727272. Windows color (decimal): -6927137 or 14634134. OLE color: 14634134.
HSL color Cylindrical-coordinate representation of color #964CDF: hue angle of 270.2º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964CDF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 76 | 223 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.13 |
| HSL | 270.2º | 0.7% | 0.59% | - |
| HSV(B) | 270.2º | 0.66% | 0.87% | - |
| XYZ | 28.48 | 16.98 | 71.59 | - |
| YUV | 114.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 223 | 0.33 | 0.66 | 0 | 0.13 | 270.2 | 0.7 | 0.59 |
| Hex | 96 | 4C | DF | 21 | 42 | 0 | D | 10E | 46 | 3B |
| Octal | 226 | 114 | 337 | 41 | 102 | 0 | 15 | 416 | 106 | 73 |
| Binary | 10010110 | 1001100 | 11011111 | 100001 | 1000010 | 0 | 1101 | 100001110 | 1000110 | 111011 |
Color Harmonies of #964CDF
Complementary color
Monochromatic Colors of #964CDF
Black with #964CDF
Text Example
Text Example
White with #964CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CDF; }
p { color: rgb(150,76,223); }
H1.HeaderClassName
{
color: #964CDF;
}
.AnyTagClassName
{
color: #964CDF;
}
</style>
background-color css
<style>
a { background-color: #964CDF; }
a { background-color: rgb(150,76,223); }
div.DivClassName
{
background-color: #964CDF;
}
.BgClassName
{
background-color: #964CDF;
}
</style>
border-color css
<style>
span { border-color: #964CDF; }
span { border-color: rgb(150,76,223); }
td.TdClassName
{
border-color: #964CDF;
}
.TagClassName
{
border-color: #964CDF;
}
</style>