Shades of Medium Purple #934FEF
Tints of Medium Purple #934FEF
RGB
CMYK
RGB Variations
Color information
#934FEF (or 0x934FEF) is known color: Medium Purple. HEX triplet: 93, 4F and EF. RGB value is (147,79,239). Sum of RGB (Red+Green+Blue) = 147+79+239=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #934FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FEF is #6CB010. Grayscale: #757575. Windows color (decimal): -7122961 or 15683475. OLE color: 15683475.
HSL color Cylindrical-coordinate representation of color #934FEF: hue angle of 265.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934FEF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 79 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 265.5º | 0.83% | 0.62% | - |
| HSV(B) | 265.5º | 0.67% | 0.94% | - |
| XYZ | 30.41 | 18.03 | 83.54 | - |
| YUV | 117.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 239 | 0.38 | 0.67 | 0 | 0.06 | 265.5 | 0.83 | 0.62 |
| Hex | 93 | 4F | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3E |
| Octal | 223 | 117 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 76 |
| Binary | 10010011 | 1001111 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111110 |
Color Harmonies of #934FEF
Complementary color
Monochromatic Colors of #934FEF
Black with #934FEF
Text Example
Text Example
White with #934FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FEF; }
p { color: rgb(147,79,239); }
H1.HeaderClassName
{
color: #934FEF;
}
.AnyTagClassName
{
color: #934FEF;
}
</style>
background-color css
<style>
a { background-color: #934FEF; }
a { background-color: rgb(147,79,239); }
div.DivClassName
{
background-color: #934FEF;
}
.BgClassName
{
background-color: #934FEF;
}
</style>
border-color css
<style>
span { border-color: #934FEF; }
span { border-color: rgb(147,79,239); }
td.TdClassName
{
border-color: #934FEF;
}
.TagClassName
{
border-color: #934FEF;
}
</style>