Shades of Medium Purple #935EF3
Tints of Medium Purple #935EF3
RGB
CMYK
RGB Variations
Color information
#935EF3 (or 0x935EF3) is known color: Medium Purple. HEX triplet: 93, 5E and F3. RGB value is (147,94,243). Sum of RGB (Red+Green+Blue) = 147+94+243=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #935EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EF3 is #6CA10C. Grayscale: #7E7E7E. Windows color (decimal): -7119117 or 15949459. OLE color: 15949459.
HSL color Cylindrical-coordinate representation of color #935EF3: hue angle of 261.34º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935EF3 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 94 | 243 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.05 |
| HSL | 261.34º | 0.86% | 0.66% | - |
| HSV(B) | 261.34º | 0.61% | 0.95% | - |
| XYZ | 32.21 | 20.68 | 87.09 | - |
| YUV | 126.83 | 193.56 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 243 | 0.40 | 0.61 | 0 | 0.05 | 261.34 | 0.86 | 0.66 |
| Hex | 93 | 5E | F3 | 28 | 3D | 0 | 5 | 105 | 56 | 42 |
| Octal | 223 | 136 | 363 | 50 | 75 | 0 | 5 | 405 | 126 | 102 |
| Binary | 10010011 | 1011110 | 11110011 | 101000 | 111101 | 0 | 101 | 100000101 | 1010110 | 1000010 |
Color Harmonies of #935EF3
Complementary color
Monochromatic Colors of #935EF3
Black with #935EF3
Text Example
Text Example
White with #935EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EF3; }
p { color: rgb(147,94,243); }
H1.HeaderClassName
{
color: #935EF3;
}
.AnyTagClassName
{
color: #935EF3;
}
</style>
background-color css
<style>
a { background-color: #935EF3; }
a { background-color: rgb(147,94,243); }
div.DivClassName
{
background-color: #935EF3;
}
.BgClassName
{
background-color: #935EF3;
}
</style>
border-color css
<style>
span { border-color: #935EF3; }
span { border-color: rgb(147,94,243); }
td.TdClassName
{
border-color: #935EF3;
}
.TagClassName
{
border-color: #935EF3;
}
</style>