Shades of Amethyst #994FD3
Tints of Amethyst #994FD3
RGB
CMYK
RGB Variations
Color information
#994FD3 (or 0x994FD3) is known color: Amethyst. HEX triplet: 99, 4F and D3. RGB value is (153,79,211). Sum of RGB (Red+Green+Blue) = 153+79+211=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #994FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FD3 is #66B02C. Grayscale: #737373. Windows color (decimal): -6729773 or 13848473. OLE color: 13848473.
HSL color Cylindrical-coordinate representation of color #994FD3: hue angle of 273.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994FD3 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 79 | 211 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.17 |
| HSL | 273.64º | 0.6% | 0.57% | - |
| HSV(B) | 273.64º | 0.63% | 0.83% | - |
| XYZ | 27.69 | 17.07 | 63.46 | - |
| YUV | 116.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 211 | 0.27 | 0.63 | 0 | 0.17 | 273.64 | 0.6 | 0.57 |
| Hex | 99 | 4F | D3 | 1B | 3F | 0 | 11 | 112 | 3C | 39 |
| Octal | 231 | 117 | 323 | 33 | 77 | 0 | 21 | 422 | 74 | 71 |
| Binary | 10011001 | 1001111 | 11010011 | 11011 | 111111 | 0 | 10001 | 100010010 | 111100 | 111001 |
Color Harmonies of #994FD3
Complementary color
Monochromatic Colors of #994FD3
Black with #994FD3
Text Example
Text Example
White with #994FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FD3; }
p { color: rgb(153,79,211); }
H1.HeaderClassName
{
color: #994FD3;
}
.AnyTagClassName
{
color: #994FD3;
}
</style>
background-color css
<style>
a { background-color: #994FD3; }
a { background-color: rgb(153,79,211); }
div.DivClassName
{
background-color: #994FD3;
}
.BgClassName
{
background-color: #994FD3;
}
</style>
border-color css
<style>
span { border-color: #994FD3; }
span { border-color: rgb(153,79,211); }
td.TdClassName
{
border-color: #994FD3;
}
.TagClassName
{
border-color: #994FD3;
}
</style>