Shades of Medium Purple #994FEF
Tints of Medium Purple #994FEF
RGB
CMYK
RGB Variations
Color information
#994FEF (or 0x994FEF) is known color: Medium Purple. HEX triplet: 99, 4F and EF. RGB value is (153,79,239). Sum of RGB (Red+Green+Blue) = 153+79+239=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #994FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FEF is #66B010. Grayscale: #767676. Windows color (decimal): -6729745 or 15683481. OLE color: 15683481.
HSL color Cylindrical-coordinate representation of color #994FEF: hue angle of 267.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994FEF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 79 | 239 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.06 |
| HSL | 267.75º | 0.83% | 0.62% | - |
| HSV(B) | 267.75º | 0.67% | 0.94% | - |
| XYZ | 31.51 | 18.6 | 83.59 | - |
| YUV | 119.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 239 | 0.36 | 0.67 | 0 | 0.06 | 267.75 | 0.83 | 0.62 |
| Hex | 99 | 4F | EF | 24 | 43 | 0 | 6 | 10C | 53 | 3E |
| Octal | 231 | 117 | 357 | 44 | 103 | 0 | 6 | 414 | 123 | 76 |
| Binary | 10011001 | 1001111 | 11101111 | 100100 | 1000011 | 0 | 110 | 100001100 | 1010011 | 111110 |
Color Harmonies of #994FEF
Complementary color
Monochromatic Colors of #994FEF
Black with #994FEF
Text Example
Text Example
White with #994FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FEF; }
p { color: rgb(153,79,239); }
H1.HeaderClassName
{
color: #994FEF;
}
.AnyTagClassName
{
color: #994FEF;
}
</style>
background-color css
<style>
a { background-color: #994FEF; }
a { background-color: rgb(153,79,239); }
div.DivClassName
{
background-color: #994FEF;
}
.BgClassName
{
background-color: #994FEF;
}
</style>
border-color css
<style>
span { border-color: #994FEF; }
span { border-color: rgb(153,79,239); }
td.TdClassName
{
border-color: #994FEF;
}
.TagClassName
{
border-color: #994FEF;
}
</style>