Shades of Medium Purple #934FE9
Tints of Medium Purple #934FE9
RGB
CMYK
RGB Variations
Color information
#934FE9 (or 0x934FE9) is known color: Medium Purple. HEX triplet: 93, 4F and E9. RGB value is (147,79,233). Sum of RGB (Red+Green+Blue) = 147+79+233=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #934FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FE9 is #6CB016. Grayscale: #747474. Windows color (decimal): -7122967 or 15290259. OLE color: 15290259.
HSL color Cylindrical-coordinate representation of color #934FE9: hue angle of 266.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934FE9 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 79 | 233 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.09 |
| HSL | 266.49º | 0.78% | 0.61% | - |
| HSV(B) | 266.49º | 0.66% | 0.91% | - |
| XYZ | 29.54 | 17.68 | 78.95 | - |
| YUV | 116.89 | 193.53 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 233 | 0.37 | 0.66 | 0 | 0.09 | 266.49 | 0.78 | 0.61 |
| Hex | 93 | 4F | E9 | 25 | 42 | 0 | 9 | 10A | 4E | 3D |
| Octal | 223 | 117 | 351 | 45 | 102 | 0 | 11 | 412 | 116 | 75 |
| Binary | 10010011 | 1001111 | 11101001 | 100101 | 1000010 | 0 | 1001 | 100001010 | 1001110 | 111101 |
Color Harmonies of #934FE9
Complementary color
Monochromatic Colors of #934FE9
Black with #934FE9
Text Example
Text Example
White with #934FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FE9; }
p { color: rgb(147,79,233); }
H1.HeaderClassName
{
color: #934FE9;
}
.AnyTagClassName
{
color: #934FE9;
}
</style>
background-color css
<style>
a { background-color: #934FE9; }
a { background-color: rgb(147,79,233); }
div.DivClassName
{
background-color: #934FE9;
}
.BgClassName
{
background-color: #934FE9;
}
</style>
border-color css
<style>
span { border-color: #934FE9; }
span { border-color: rgb(147,79,233); }
td.TdClassName
{
border-color: #934FE9;
}
.TagClassName
{
border-color: #934FE9;
}
</style>