Shades of Medium Purple #934FEA
Tints of Medium Purple #934FEA
RGB
CMYK
RGB Variations
Color information
#934FEA (or 0x934FEA) is known color: Medium Purple. HEX triplet: 93, 4F and EA. RGB value is (147,79,234). Sum of RGB (Red+Green+Blue) = 147+79+234=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #934FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FEA is #6CB015. Grayscale: #747474. Windows color (decimal): -7122966 or 15355795. OLE color: 15355795.
HSL color Cylindrical-coordinate representation of color #934FEA: hue angle of 266.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934FEA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 79 | 234 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.08 |
| HSL | 266.32º | 0.79% | 0.61% | - |
| HSV(B) | 266.32º | 0.66% | 0.92% | - |
| XYZ | 29.68 | 17.74 | 79.7 | - |
| YUV | 117 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 234 | 0.37 | 0.66 | 0 | 0.08 | 266.32 | 0.79 | 0.61 |
| Hex | 93 | 4F | EA | 25 | 42 | 0 | 8 | 10A | 4F | 3D |
| Octal | 223 | 117 | 352 | 45 | 102 | 0 | 10 | 412 | 117 | 75 |
| Binary | 10010011 | 1001111 | 11101010 | 100101 | 1000010 | 0 | 1000 | 100001010 | 1001111 | 111101 |
Color Harmonies of #934FEA
Complementary color
Monochromatic Colors of #934FEA
Black with #934FEA
Text Example
Text Example
White with #934FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FEA; }
p { color: rgb(147,79,234); }
H1.HeaderClassName
{
color: #934FEA;
}
.AnyTagClassName
{
color: #934FEA;
}
</style>
background-color css
<style>
a { background-color: #934FEA; }
a { background-color: rgb(147,79,234); }
div.DivClassName
{
background-color: #934FEA;
}
.BgClassName
{
background-color: #934FEA;
}
</style>
border-color css
<style>
span { border-color: #934FEA; }
span { border-color: rgb(147,79,234); }
td.TdClassName
{
border-color: #934FEA;
}
.TagClassName
{
border-color: #934FEA;
}
</style>