Shades of Medium Purple #936BEA
Tints of Medium Purple #936BEA
RGB
CMYK
RGB Variations
Color information
#936BEA (or 0x936BEA) is known color: Medium Purple. HEX triplet: 93, 6B and EA. RGB value is (147,107,234). Sum of RGB (Red+Green+Blue) = 147+107+234=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #936BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BEA is #6C9415. Grayscale: #848484. Windows color (decimal): -7115798 or 15362963. OLE color: 15362963.
HSL color Cylindrical-coordinate representation of color #936BEA: hue angle of 258.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936BEA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 107 | 234 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.08 |
| HSL | 258.9º | 0.75% | 0.67% | - |
| HSV(B) | 258.9º | 0.54% | 0.92% | - |
| XYZ | 32.14 | 22.66 | 80.52 | - |
| YUV | 133.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 234 | 0.37 | 0.54 | 0 | 0.08 | 258.9 | 0.75 | 0.67 |
| Hex | 93 | 6B | EA | 25 | 36 | 0 | 8 | 103 | 4B | 43 |
| Octal | 223 | 153 | 352 | 45 | 66 | 0 | 10 | 403 | 113 | 103 |
| Binary | 10010011 | 1101011 | 11101010 | 100101 | 110110 | 0 | 1000 | 100000011 | 1001011 | 1000011 |
Color Harmonies of #936BEA
Complementary color
Monochromatic Colors of #936BEA
Black with #936BEA
Text Example
Text Example
White with #936BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BEA; }
p { color: rgb(147,107,234); }
H1.HeaderClassName
{
color: #936BEA;
}
.AnyTagClassName
{
color: #936BEA;
}
</style>
background-color css
<style>
a { background-color: #936BEA; }
a { background-color: rgb(147,107,234); }
div.DivClassName
{
background-color: #936BEA;
}
.BgClassName
{
background-color: #936BEA;
}
</style>
border-color css
<style>
span { border-color: #936BEA; }
span { border-color: rgb(147,107,234); }
td.TdClassName
{
border-color: #936BEA;
}
.TagClassName
{
border-color: #936BEA;
}
</style>