Shades of Medium Purple #934FEE
Tints of Medium Purple #934FEE
RGB
CMYK
RGB Variations
Color information
#934FEE (or 0x934FEE) is known color: Medium Purple. HEX triplet: 93, 4F and EE. RGB value is (147,79,238). Sum of RGB (Red+Green+Blue) = 147+79+238=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #934FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FEE is #6CB011. Grayscale: #747474. Windows color (decimal): -7122962 or 15617939. OLE color: 15617939.
HSL color Cylindrical-coordinate representation of color #934FEE: hue angle of 265.66º degrees, saturation: 0.82, 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 #934FEE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 79 | 238 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.07 |
| HSL | 265.66º | 0.82% | 0.62% | - |
| HSV(B) | 265.66º | 0.67% | 0.93% | - |
| XYZ | 30.26 | 17.97 | 82.76 | - |
| YUV | 117.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 238 | 0.38 | 0.67 | 0 | 0.07 | 265.66 | 0.82 | 0.62 |
| Hex | 93 | 4F | EE | 26 | 43 | 0 | 7 | 10A | 52 | 3E |
| Octal | 223 | 117 | 356 | 46 | 103 | 0 | 7 | 412 | 122 | 76 |
| Binary | 10010011 | 1001111 | 11101110 | 100110 | 1000011 | 0 | 111 | 100001010 | 1010010 | 111110 |
Color Harmonies of #934FEE
Complementary color
Monochromatic Colors of #934FEE
Black with #934FEE
Text Example
Text Example
White with #934FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FEE; }
p { color: rgb(147,79,238); }
H1.HeaderClassName
{
color: #934FEE;
}
.AnyTagClassName
{
color: #934FEE;
}
</style>
background-color css
<style>
a { background-color: #934FEE; }
a { background-color: rgb(147,79,238); }
div.DivClassName
{
background-color: #934FEE;
}
.BgClassName
{
background-color: #934FEE;
}
</style>
border-color css
<style>
span { border-color: #934FEE; }
span { border-color: rgb(147,79,238); }
td.TdClassName
{
border-color: #934FEE;
}
.TagClassName
{
border-color: #934FEE;
}
</style>