Shades of Medium Purple #934FED
Tints of Medium Purple #934FED
RGB
CMYK
RGB Variations
Color information
#934FED (or 0x934FED) is known color: Medium Purple. HEX triplet: 93, 4F and ED. RGB value is (147,79,237). Sum of RGB (Red+Green+Blue) = 147+79+237=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #934FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FED is #6CB012. Grayscale: #747474. Windows color (decimal): -7122963 or 15552403. OLE color: 15552403.
HSL color Cylindrical-coordinate representation of color #934FED: hue angle of 265.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934FED is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 79 | 237 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.07 |
| HSL | 265.82º | 0.81% | 0.62% | - |
| HSV(B) | 265.82º | 0.67% | 0.93% | - |
| XYZ | 30.11 | 17.91 | 81.99 | - |
| YUV | 117.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 237 | 0.38 | 0.67 | 0 | 0.07 | 265.82 | 0.81 | 0.62 |
| Hex | 93 | 4F | ED | 26 | 43 | 0 | 7 | 10A | 51 | 3E |
| Octal | 223 | 117 | 355 | 46 | 103 | 0 | 7 | 412 | 121 | 76 |
| Binary | 10010011 | 1001111 | 11101101 | 100110 | 1000011 | 0 | 111 | 100001010 | 1010001 | 111110 |
Color Harmonies of #934FED
Complementary color
Monochromatic Colors of #934FED
Black with #934FED
Text Example
Text Example
White with #934FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FED; }
p { color: rgb(147,79,237); }
H1.HeaderClassName
{
color: #934FED;
}
.AnyTagClassName
{
color: #934FED;
}
</style>
background-color css
<style>
a { background-color: #934FED; }
a { background-color: rgb(147,79,237); }
div.DivClassName
{
background-color: #934FED;
}
.BgClassName
{
background-color: #934FED;
}
</style>
border-color css
<style>
span { border-color: #934FED; }
span { border-color: rgb(147,79,237); }
td.TdClassName
{
border-color: #934FED;
}
.TagClassName
{
border-color: #934FED;
}
</style>