Shades of Medium Purple #935EF2
Tints of Medium Purple #935EF2
RGB
CMYK
RGB Variations
Color information
#935EF2 (or 0x935EF2) is known color: Medium Purple. HEX triplet: 93, 5E and F2. RGB value is (147,94,242). Sum of RGB (Red+Green+Blue) = 147+94+242=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #935EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935EF2 is #6CA10D. Grayscale: #7E7E7E. Windows color (decimal): -7119118 or 15883923. OLE color: 15883923.
HSL color Cylindrical-coordinate representation of color #935EF2: hue angle of 261.49º degrees, saturation: 0.85, 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 #935EF2 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 94 | 242 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.05 |
| HSL | 261.49º | 0.85% | 0.66% | - |
| HSV(B) | 261.49º | 0.61% | 0.95% | - |
| XYZ | 32.06 | 20.62 | 86.29 | - |
| YUV | 126.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 242 | 0.39 | 0.61 | 0 | 0.05 | 261.49 | 0.85 | 0.66 |
| Hex | 93 | 5E | F2 | 27 | 3D | 0 | 5 | 105 | 55 | 42 |
| Octal | 223 | 136 | 362 | 47 | 75 | 0 | 5 | 405 | 125 | 102 |
| Binary | 10010011 | 1011110 | 11110010 | 100111 | 111101 | 0 | 101 | 100000101 | 1010101 | 1000010 |
Color Harmonies of #935EF2
Complementary color
Monochromatic Colors of #935EF2
Black with #935EF2
Text Example
Text Example
White with #935EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EF2; }
p { color: rgb(147,94,242); }
H1.HeaderClassName
{
color: #935EF2;
}
.AnyTagClassName
{
color: #935EF2;
}
</style>
background-color css
<style>
a { background-color: #935EF2; }
a { background-color: rgb(147,94,242); }
div.DivClassName
{
background-color: #935EF2;
}
.BgClassName
{
background-color: #935EF2;
}
</style>
border-color css
<style>
span { border-color: #935EF2; }
span { border-color: rgb(147,94,242); }
td.TdClassName
{
border-color: #935EF2;
}
.TagClassName
{
border-color: #935EF2;
}
</style>