Shades of Medium Purple #936DF2
Tints of Medium Purple #936DF2
RGB
CMYK
RGB Variations
Color information
#936DF2 (or 0x936DF2) is known color: Medium Purple. HEX triplet: 93, 6D and F2. RGB value is (147,109,242). Sum of RGB (Red+Green+Blue) = 147+109+242=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #936DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DF2 is #6C920D. Grayscale: #878787. Windows color (decimal): -7115278 or 15887763. OLE color: 15887763.
HSL color Cylindrical-coordinate representation of color #936DF2: hue angle of 257.14º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936DF2 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 109 | 242 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.05 |
| HSL | 257.14º | 0.84% | 0.69% | - |
| HSV(B) | 257.14º | 0.55% | 0.95% | - |
| XYZ | 33.53 | 23.55 | 86.78 | - |
| YUV | 135.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 242 | 0.39 | 0.55 | 0 | 0.05 | 257.14 | 0.84 | 0.69 |
| Hex | 93 | 6D | F2 | 27 | 37 | 0 | 5 | 101 | 54 | 45 |
| Octal | 223 | 155 | 362 | 47 | 67 | 0 | 5 | 401 | 124 | 105 |
| Binary | 10010011 | 1101101 | 11110010 | 100111 | 110111 | 0 | 101 | 100000001 | 1010100 | 1000101 |
Color Harmonies of #936DF2
Complementary color
Monochromatic Colors of #936DF2
Black with #936DF2
Text Example
Text Example
White with #936DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DF2; }
p { color: rgb(147,109,242); }
H1.HeaderClassName
{
color: #936DF2;
}
.AnyTagClassName
{
color: #936DF2;
}
</style>
background-color css
<style>
a { background-color: #936DF2; }
a { background-color: rgb(147,109,242); }
div.DivClassName
{
background-color: #936DF2;
}
.BgClassName
{
background-color: #936DF2;
}
</style>
border-color css
<style>
span { border-color: #936DF2; }
span { border-color: rgb(147,109,242); }
td.TdClassName
{
border-color: #936DF2;
}
.TagClassName
{
border-color: #936DF2;
}
</style>