Shades of Amethyst #994FDA
Tints of Amethyst #994FDA
RGB
CMYK
RGB Variations
Color information
#994FDA (or 0x994FDA) is known color: Amethyst. HEX triplet: 99, 4F and DA. RGB value is (153,79,218). Sum of RGB (Red+Green+Blue) = 153+79+218=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #994FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FDA is #66B025. Grayscale: #747474. Windows color (decimal): -6729766 or 14307225. OLE color: 14307225.
HSL color Cylindrical-coordinate representation of color #994FDA: hue angle of 271.94º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994FDA is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 79 | 218 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.15 |
| HSL | 271.94º | 0.65% | 0.58% | - |
| HSV(B) | 271.94º | 0.64% | 0.85% | - |
| XYZ | 28.59 | 17.43 | 68.19 | - |
| YUV | 116.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 218 | 0.30 | 0.64 | 0 | 0.15 | 271.94 | 0.65 | 0.58 |
| Hex | 99 | 4F | DA | 1E | 40 | 0 | F | 110 | 41 | 3A |
| Octal | 231 | 117 | 332 | 36 | 100 | 0 | 17 | 420 | 101 | 72 |
| Binary | 10011001 | 1001111 | 11011010 | 11110 | 1000000 | 0 | 1111 | 100010000 | 1000001 | 111010 |
Color Harmonies of #994FDA
Complementary color
Monochromatic Colors of #994FDA
Black with #994FDA
Text Example
Text Example
White with #994FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FDA; }
p { color: rgb(153,79,218); }
H1.HeaderClassName
{
color: #994FDA;
}
.AnyTagClassName
{
color: #994FDA;
}
</style>
background-color css
<style>
a { background-color: #994FDA; }
a { background-color: rgb(153,79,218); }
div.DivClassName
{
background-color: #994FDA;
}
.BgClassName
{
background-color: #994FDA;
}
</style>
border-color css
<style>
span { border-color: #994FDA; }
span { border-color: rgb(153,79,218); }
td.TdClassName
{
border-color: #994FDA;
}
.TagClassName
{
border-color: #994FDA;
}
</style>