Shades of Medium Purple #935FEF
Tints of Medium Purple #935FEF
RGB
CMYK
RGB Variations
Color information
#935FEF (or 0x935FEF) is known color: Medium Purple. HEX triplet: 93, 5F and EF. RGB value is (147,95,239). Sum of RGB (Red+Green+Blue) = 147+95+239=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #935FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FEF is #6CA010. Grayscale: #7E7E7E. Windows color (decimal): -7118865 or 15687571. OLE color: 15687571.
HSL color Cylindrical-coordinate representation of color #935FEF: hue angle of 261.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935FEF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 95 | 239 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.06 |
| HSL | 261.67º | 0.82% | 0.65% | - |
| HSV(B) | 261.67º | 0.6% | 0.94% | - |
| XYZ | 31.7 | 20.62 | 83.97 | - |
| YUV | 126.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 239 | 0.38 | 0.60 | 0 | 0.06 | 261.67 | 0.82 | 0.65 |
| Hex | 93 | 5F | EF | 26 | 3C | 0 | 6 | 106 | 52 | 41 |
| Octal | 223 | 137 | 357 | 46 | 74 | 0 | 6 | 406 | 122 | 101 |
| Binary | 10010011 | 1011111 | 11101111 | 100110 | 111100 | 0 | 110 | 100000110 | 1010010 | 1000001 |
Color Harmonies of #935FEF
Complementary color
Monochromatic Colors of #935FEF
Black with #935FEF
Text Example
Text Example
White with #935FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FEF; }
p { color: rgb(147,95,239); }
H1.HeaderClassName
{
color: #935FEF;
}
.AnyTagClassName
{
color: #935FEF;
}
</style>
background-color css
<style>
a { background-color: #935FEF; }
a { background-color: rgb(147,95,239); }
div.DivClassName
{
background-color: #935FEF;
}
.BgClassName
{
background-color: #935FEF;
}
</style>
border-color css
<style>
span { border-color: #935FEF; }
span { border-color: rgb(147,95,239); }
td.TdClassName
{
border-color: #935FEF;
}
.TagClassName
{
border-color: #935FEF;
}
</style>