Shades of Medium Purple #994FF1
Tints of Medium Purple #994FF1
RGB
CMYK
RGB Variations
Color information
#994FF1 (or 0x994FF1) is known color: Medium Purple. HEX triplet: 99, 4F and F1. RGB value is (153,79,241). Sum of RGB (Red+Green+Blue) = 153+79+241=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #994FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FF1 is #66B00E. Grayscale: #777777. Windows color (decimal): -6729743 or 15814553. OLE color: 15814553.
HSL color Cylindrical-coordinate representation of color #994FF1: hue angle of 267.41º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994FF1 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 79 | 241 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.05 |
| HSL | 267.41º | 0.85% | 0.63% | - |
| HSV(B) | 267.41º | 0.67% | 0.95% | - |
| XYZ | 31.81 | 18.72 | 85.15 | - |
| YUV | 119.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 241 | 0.37 | 0.67 | 0 | 0.05 | 267.41 | 0.85 | 0.63 |
| Hex | 99 | 4F | F1 | 25 | 43 | 0 | 5 | 10B | 55 | 3F |
| Octal | 231 | 117 | 361 | 45 | 103 | 0 | 5 | 413 | 125 | 77 |
| Binary | 10011001 | 1001111 | 11110001 | 100101 | 1000011 | 0 | 101 | 100001011 | 1010101 | 111111 |
Color Harmonies of #994FF1
Complementary color
Monochromatic Colors of #994FF1
Black with #994FF1
Text Example
Text Example
White with #994FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FF1; }
p { color: rgb(153,79,241); }
H1.HeaderClassName
{
color: #994FF1;
}
.AnyTagClassName
{
color: #994FF1;
}
</style>
background-color css
<style>
a { background-color: #994FF1; }
a { background-color: rgb(153,79,241); }
div.DivClassName
{
background-color: #994FF1;
}
.BgClassName
{
background-color: #994FF1;
}
</style>
border-color css
<style>
span { border-color: #994FF1; }
span { border-color: rgb(153,79,241); }
td.TdClassName
{
border-color: #994FF1;
}
.TagClassName
{
border-color: #994FF1;
}
</style>