Shades of Medium Purple #935EEF
Tints of Medium Purple #935EEF
RGB
CMYK
RGB Variations
Color information
#935EEF (or 0x935EEF) is known color: Medium Purple. HEX triplet: 93, 5E and EF. RGB value is (147,94,239). Sum of RGB (Red+Green+Blue) = 147+94+239=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #935EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EEF is #6CA110. Grayscale: #7D7D7D. Windows color (decimal): -7119121 or 15687315. OLE color: 15687315.
HSL color Cylindrical-coordinate representation of color #935EEF: hue angle of 261.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935EEF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 94 | 239 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.06 |
| HSL | 261.93º | 0.82% | 0.65% | - |
| HSV(B) | 261.93º | 0.61% | 0.94% | - |
| XYZ | 31.62 | 20.44 | 83.94 | - |
| YUV | 126.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 239 | 0.38 | 0.61 | 0 | 0.06 | 261.93 | 0.82 | 0.65 |
| Hex | 93 | 5E | EF | 26 | 3D | 0 | 6 | 106 | 52 | 41 |
| Octal | 223 | 136 | 357 | 46 | 75 | 0 | 6 | 406 | 122 | 101 |
| Binary | 10010011 | 1011110 | 11101111 | 100110 | 111101 | 0 | 110 | 100000110 | 1010010 | 1000001 |
Color Harmonies of #935EEF
Complementary color
Monochromatic Colors of #935EEF
Black with #935EEF
Text Example
Text Example
White with #935EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EEF; }
p { color: rgb(147,94,239); }
H1.HeaderClassName
{
color: #935EEF;
}
.AnyTagClassName
{
color: #935EEF;
}
</style>
background-color css
<style>
a { background-color: #935EEF; }
a { background-color: rgb(147,94,239); }
div.DivClassName
{
background-color: #935EEF;
}
.BgClassName
{
background-color: #935EEF;
}
</style>
border-color css
<style>
span { border-color: #935EEF; }
span { border-color: rgb(147,94,239); }
td.TdClassName
{
border-color: #935EEF;
}
.TagClassName
{
border-color: #935EEF;
}
</style>