Shades of Amethyst #964CDC
Tints of Amethyst #964CDC
RGB
CMYK
RGB Variations
Color information
#964CDC (or 0x964CDC) is known color: Amethyst. HEX triplet: 96, 4C and DC. RGB value is (150,76,220). Sum of RGB (Red+Green+Blue) = 150+76+220=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #964CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CDC is #69B323. Grayscale: #727272. Windows color (decimal): -6927140 or 14437526. OLE color: 14437526.
HSL color Cylindrical-coordinate representation of color #964CDC: hue angle of 270.83º degrees, saturation: 0.67, 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 #964CDC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 76 | 220 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.14 |
| HSL | 270.83º | 0.67% | 0.58% | - |
| HSV(B) | 270.83º | 0.65% | 0.86% | - |
| XYZ | 28.08 | 16.82 | 69.48 | - |
| YUV | 114.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 220 | 0.32 | 0.65 | 0 | 0.14 | 270.83 | 0.67 | 0.58 |
| Hex | 96 | 4C | DC | 20 | 41 | 0 | E | 10F | 43 | 3A |
| Octal | 226 | 114 | 334 | 40 | 101 | 0 | 16 | 417 | 103 | 72 |
| Binary | 10010110 | 1001100 | 11011100 | 100000 | 1000001 | 0 | 1110 | 100001111 | 1000011 | 111010 |
Color Harmonies of #964CDC
Complementary color
Monochromatic Colors of #964CDC
Black with #964CDC
Text Example
Text Example
White with #964CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CDC; }
p { color: rgb(150,76,220); }
H1.HeaderClassName
{
color: #964CDC;
}
.AnyTagClassName
{
color: #964CDC;
}
</style>
background-color css
<style>
a { background-color: #964CDC; }
a { background-color: rgb(150,76,220); }
div.DivClassName
{
background-color: #964CDC;
}
.BgClassName
{
background-color: #964CDC;
}
</style>
border-color css
<style>
span { border-color: #964CDC; }
span { border-color: rgb(150,76,220); }
td.TdClassName
{
border-color: #964CDC;
}
.TagClassName
{
border-color: #964CDC;
}
</style>