Shades of Medium Purple #994FED
Tints of Medium Purple #994FED
RGB
CMYK
RGB Variations
Color information
#994FED (or 0x994FED) is known color: Medium Purple. HEX triplet: 99, 4F and ED. RGB value is (153,79,237). Sum of RGB (Red+Green+Blue) = 153+79+237=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #994FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FED is #66B012. Grayscale: #767676. Windows color (decimal): -6729747 or 15552409. OLE color: 15552409.
HSL color Cylindrical-coordinate representation of color #994FED: hue angle of 268.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994FED is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 79 | 237 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.07 |
| HSL | 268.1º | 0.81% | 0.62% | - |
| HSV(B) | 268.1º | 0.67% | 0.93% | - |
| XYZ | 31.22 | 18.48 | 82.04 | - |
| YUV | 119.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 237 | 0.35 | 0.67 | 0 | 0.07 | 268.1 | 0.81 | 0.62 |
| Hex | 99 | 4F | ED | 23 | 43 | 0 | 7 | 10C | 51 | 3E |
| Octal | 231 | 117 | 355 | 43 | 103 | 0 | 7 | 414 | 121 | 76 |
| Binary | 10011001 | 1001111 | 11101101 | 100011 | 1000011 | 0 | 111 | 100001100 | 1010001 | 111110 |
Color Harmonies of #994FED
Complementary color
Monochromatic Colors of #994FED
Black with #994FED
Text Example
Text Example
White with #994FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FED; }
p { color: rgb(153,79,237); }
H1.HeaderClassName
{
color: #994FED;
}
.AnyTagClassName
{
color: #994FED;
}
</style>
background-color css
<style>
a { background-color: #994FED; }
a { background-color: rgb(153,79,237); }
div.DivClassName
{
background-color: #994FED;
}
.BgClassName
{
background-color: #994FED;
}
</style>
border-color css
<style>
span { border-color: #994FED; }
span { border-color: rgb(153,79,237); }
td.TdClassName
{
border-color: #994FED;
}
.TagClassName
{
border-color: #994FED;
}
</style>