Shades of Medium Purple #935EE4
Tints of Medium Purple #935EE4
RGB
CMYK
RGB Variations
Color information
#935EE4 (or 0x935EE4) is known color: Medium Purple. HEX triplet: 93, 5E and E4. RGB value is (147,94,228). Sum of RGB (Red+Green+Blue) = 147+94+228=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #935EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EE4 is #6CA11B. Grayscale: #7C7C7C. Windows color (decimal): -7119132 or 14966419. OLE color: 14966419.
HSL color Cylindrical-coordinate representation of color #935EE4: hue angle of 263.73º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935EE4 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 94 | 228 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.11 |
| HSL | 263.73º | 0.71% | 0.63% | - |
| HSV(B) | 263.73º | 0.59% | 0.89% | - |
| XYZ | 30.04 | 19.81 | 75.64 | - |
| YUV | 125.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 228 | 0.36 | 0.59 | 0 | 0.11 | 263.73 | 0.71 | 0.63 |
| Hex | 93 | 5E | E4 | 24 | 3B | 0 | B | 108 | 47 | 3F |
| Octal | 223 | 136 | 344 | 44 | 73 | 0 | 13 | 410 | 107 | 77 |
| Binary | 10010011 | 1011110 | 11100100 | 100100 | 111011 | 0 | 1011 | 100001000 | 1000111 | 111111 |
Color Harmonies of #935EE4
Complementary color
Monochromatic Colors of #935EE4
Black with #935EE4
Text Example
Text Example
White with #935EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EE4; }
p { color: rgb(147,94,228); }
H1.HeaderClassName
{
color: #935EE4;
}
.AnyTagClassName
{
color: #935EE4;
}
</style>
background-color css
<style>
a { background-color: #935EE4; }
a { background-color: rgb(147,94,228); }
div.DivClassName
{
background-color: #935EE4;
}
.BgClassName
{
background-color: #935EE4;
}
</style>
border-color css
<style>
span { border-color: #935EE4; }
span { border-color: rgb(147,94,228); }
td.TdClassName
{
border-color: #935EE4;
}
.TagClassName
{
border-color: #935EE4;
}
</style>