Shades of Medium Purple #947FEC
Tints of Medium Purple #947FEC
RGB
CMYK
RGB Variations
Color information
#947FEC (or 0x947FEC) is known color: Medium Purple. HEX triplet: 94, 7F and EC. RGB value is (148,127,236). Sum of RGB (Red+Green+Blue) = 148+127+236=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #947FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FEC is #6B8013. Grayscale: #919191. Windows color (decimal): -7045140 or 15499156. OLE color: 15499156.
HSL color Cylindrical-coordinate representation of color #947FEC: hue angle of 251.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947FEC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 127 | 236 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.07 |
| HSL | 251.56º | 0.74% | 0.71% | - |
| HSV(B) | 251.56º | 0.46% | 0.93% | - |
| XYZ | 34.94 | 27.53 | 82.83 | - |
| YUV | 145.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 236 | 0.37 | 0.46 | 0 | 0.07 | 251.56 | 0.74 | 0.71 |
| Hex | 94 | 7F | EC | 25 | 2E | 0 | 7 | FC | 4A | 47 |
| Octal | 224 | 177 | 354 | 45 | 56 | 0 | 7 | 374 | 112 | 107 |
| Binary | 10010100 | 1111111 | 11101100 | 100101 | 101110 | 0 | 111 | 11111100 | 1001010 | 1000111 |
Color Harmonies of #947FEC
Complementary color
Monochromatic Colors of #947FEC
Black with #947FEC
Text Example
Text Example
White with #947FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FEC; }
p { color: rgb(148,127,236); }
H1.HeaderClassName
{
color: #947FEC;
}
.AnyTagClassName
{
color: #947FEC;
}
</style>
background-color css
<style>
a { background-color: #947FEC; }
a { background-color: rgb(148,127,236); }
div.DivClassName
{
background-color: #947FEC;
}
.BgClassName
{
background-color: #947FEC;
}
</style>
border-color css
<style>
span { border-color: #947FEC; }
span { border-color: rgb(148,127,236); }
td.TdClassName
{
border-color: #947FEC;
}
.TagClassName
{
border-color: #947FEC;
}
</style>