Shades of Medium Purple #936FEF
Tints of Medium Purple #936FEF
RGB
CMYK
RGB Variations
Color information
#936FEF (or 0x936FEF) is known color: Medium Purple. HEX triplet: 93, 6F and EF. RGB value is (147,111,239). Sum of RGB (Red+Green+Blue) = 147+111+239=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #936FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936FEF is #6C9010. Grayscale: #878787. Windows color (decimal): -7114769 or 15691667. OLE color: 15691667.
HSL color Cylindrical-coordinate representation of color #936FEF: hue angle of 256.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936FEF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 111 | 239 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.06 |
| HSL | 256.88º | 0.8% | 0.69% | - |
| HSV(B) | 256.88º | 0.54% | 0.94% | - |
| XYZ | 33.3 | 23.8 | 84.5 | - |
| YUV | 136.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 239 | 0.38 | 0.54 | 0 | 0.06 | 256.88 | 0.8 | 0.69 |
| Hex | 93 | 6F | EF | 26 | 36 | 0 | 6 | 101 | 50 | 45 |
| Octal | 223 | 157 | 357 | 46 | 66 | 0 | 6 | 401 | 120 | 105 |
| Binary | 10010011 | 1101111 | 11101111 | 100110 | 110110 | 0 | 110 | 100000001 | 1010000 | 1000101 |
Color Harmonies of #936FEF
Complementary color
Monochromatic Colors of #936FEF
Black with #936FEF
Text Example
Text Example
White with #936FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FEF; }
p { color: rgb(147,111,239); }
H1.HeaderClassName
{
color: #936FEF;
}
.AnyTagClassName
{
color: #936FEF;
}
</style>
background-color css
<style>
a { background-color: #936FEF; }
a { background-color: rgb(147,111,239); }
div.DivClassName
{
background-color: #936FEF;
}
.BgClassName
{
background-color: #936FEF;
}
</style>
border-color css
<style>
span { border-color: #936FEF; }
span { border-color: rgb(147,111,239); }
td.TdClassName
{
border-color: #936FEF;
}
.TagClassName
{
border-color: #936FEF;
}
</style>