Shades of Medium Purple #947FED
Tints of Medium Purple #947FED
RGB
CMYK
RGB Variations
Color information
#947FED (or 0x947FED) is known color: Medium Purple. HEX triplet: 94, 7F and ED. RGB value is (148,127,237). Sum of RGB (Red+Green+Blue) = 148+127+237=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #947FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FED is #6B8012. Grayscale: #919191. Windows color (decimal): -7045139 or 15564692. OLE color: 15564692.
HSL color Cylindrical-coordinate representation of color #947FED: hue angle of 251.45º degrees, saturation: 0.75, 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 #947FED is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 127 | 237 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 251.45º | 0.75% | 0.71% | - |
| HSV(B) | 251.45º | 0.46% | 0.93% | - |
| XYZ | 35.09 | 27.59 | 83.6 | - |
| YUV | 145.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 237 | 0.38 | 0.46 | 0 | 0.07 | 251.45 | 0.75 | 0.71 |
| Hex | 94 | 7F | ED | 26 | 2E | 0 | 7 | FB | 4B | 47 |
| Octal | 224 | 177 | 355 | 46 | 56 | 0 | 7 | 373 | 113 | 107 |
| Binary | 10010100 | 1111111 | 11101101 | 100110 | 101110 | 0 | 111 | 11111011 | 1001011 | 1000111 |
Color Harmonies of #947FED
Complementary color
Monochromatic Colors of #947FED
Black with #947FED
Text Example
Text Example
White with #947FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FED; }
p { color: rgb(148,127,237); }
H1.HeaderClassName
{
color: #947FED;
}
.AnyTagClassName
{
color: #947FED;
}
</style>
background-color css
<style>
a { background-color: #947FED; }
a { background-color: rgb(148,127,237); }
div.DivClassName
{
background-color: #947FED;
}
.BgClassName
{
background-color: #947FED;
}
</style>
border-color css
<style>
span { border-color: #947FED; }
span { border-color: rgb(148,127,237); }
td.TdClassName
{
border-color: #947FED;
}
.TagClassName
{
border-color: #947FED;
}
</style>