Shades of Medium Purple #994FF2
Tints of Medium Purple #994FF2
RGB
CMYK
RGB Variations
Color information
#994FF2 (or 0x994FF2) is known color: Medium Purple. HEX triplet: 99, 4F and F2. RGB value is (153,79,242). Sum of RGB (Red+Green+Blue) = 153+79+242=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #994FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FF2 is #66B00D. Grayscale: #777777. Windows color (decimal): -6729742 or 15880089. OLE color: 15880089.
HSL color Cylindrical-coordinate representation of color #994FF2: hue angle of 267.24º degrees, saturation: 0.86, 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 #994FF2 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 79 | 242 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.05 |
| HSL | 267.24º | 0.86% | 0.63% | - |
| HSV(B) | 267.24º | 0.67% | 0.95% | - |
| XYZ | 31.96 | 18.78 | 85.94 | - |
| YUV | 119.71 | 197.02 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 242 | 0.37 | 0.67 | 0 | 0.05 | 267.24 | 0.86 | 0.63 |
| Hex | 99 | 4F | F2 | 25 | 43 | 0 | 5 | 10B | 56 | 3F |
| Octal | 231 | 117 | 362 | 45 | 103 | 0 | 5 | 413 | 126 | 77 |
| Binary | 10011001 | 1001111 | 11110010 | 100101 | 1000011 | 0 | 101 | 100001011 | 1010110 | 111111 |
Color Harmonies of #994FF2
Complementary color
Monochromatic Colors of #994FF2
Black with #994FF2
Text Example
Text Example
White with #994FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FF2; }
p { color: rgb(153,79,242); }
H1.HeaderClassName
{
color: #994FF2;
}
.AnyTagClassName
{
color: #994FF2;
}
</style>
background-color css
<style>
a { background-color: #994FF2; }
a { background-color: rgb(153,79,242); }
div.DivClassName
{
background-color: #994FF2;
}
.BgClassName
{
background-color: #994FF2;
}
</style>
border-color css
<style>
span { border-color: #994FF2; }
span { border-color: rgb(153,79,242); }
td.TdClassName
{
border-color: #994FF2;
}
.TagClassName
{
border-color: #994FF2;
}
</style>