Shades of Amethyst #964ED2
Tints of Amethyst #964ED2
RGB
CMYK
RGB Variations
Color information
#964ED2 (or 0x964ED2) is known color: Amethyst. HEX triplet: 96, 4E and D2. RGB value is (150,78,210). Sum of RGB (Red+Green+Blue) = 150+78+210=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #964ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ED2 is #69B12D. Grayscale: #727272. Windows color (decimal): -6926638 or 13782678. OLE color: 13782678.
HSL color Cylindrical-coordinate representation of color #964ED2: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964ED2 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 78 | 210 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.18 |
| HSL | 272.73º | 0.59% | 0.56% | - |
| HSV(B) | 272.73º | 0.63% | 0.82% | - |
| XYZ | 26.93 | 16.59 | 62.75 | - |
| YUV | 114.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 210 | 0.29 | 0.63 | 0 | 0.18 | 272.73 | 0.59 | 0.56 |
| Hex | 96 | 4E | D2 | 1D | 3F | 0 | 12 | 111 | 3B | 38 |
| Octal | 226 | 116 | 322 | 35 | 77 | 0 | 22 | 421 | 73 | 70 |
| Binary | 10010110 | 1001110 | 11010010 | 11101 | 111111 | 0 | 10010 | 100010001 | 111011 | 111000 |
Color Harmonies of #964ED2
Complementary color
Monochromatic Colors of #964ED2
Black with #964ED2
Text Example
Text Example
White with #964ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ED2; }
p { color: rgb(150,78,210); }
H1.HeaderClassName
{
color: #964ED2;
}
.AnyTagClassName
{
color: #964ED2;
}
</style>
background-color css
<style>
a { background-color: #964ED2; }
a { background-color: rgb(150,78,210); }
div.DivClassName
{
background-color: #964ED2;
}
.BgClassName
{
background-color: #964ED2;
}
</style>
border-color css
<style>
span { border-color: #964ED2; }
span { border-color: rgb(150,78,210); }
td.TdClassName
{
border-color: #964ED2;
}
.TagClassName
{
border-color: #964ED2;
}
</style>