Shades of Medium Purple #935BEA
Tints of Medium Purple #935BEA
RGB
CMYK
RGB Variations
Color information
#935BEA (or 0x935BEA) is known color: Medium Purple. HEX triplet: 93, 5B and EA. RGB value is (147,91,234). Sum of RGB (Red+Green+Blue) = 147+91+234=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #935BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BEA is #6CA415. Grayscale: #7B7B7B. Windows color (decimal): -7119894 or 15358867. OLE color: 15358867.
HSL color Cylindrical-coordinate representation of color #935BEA: hue angle of 263.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935BEA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 91 | 234 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.08 |
| HSL | 263.5º | 0.77% | 0.64% | - |
| HSV(B) | 263.5º | 0.61% | 0.92% | - |
| XYZ | 30.62 | 19.63 | 80.02 | - |
| YUV | 124.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 234 | 0.37 | 0.61 | 0 | 0.08 | 263.5 | 0.77 | 0.64 |
| Hex | 93 | 5B | EA | 25 | 3D | 0 | 8 | 107 | 4D | 40 |
| Octal | 223 | 133 | 352 | 45 | 75 | 0 | 10 | 407 | 115 | 100 |
| Binary | 10010011 | 1011011 | 11101010 | 100101 | 111101 | 0 | 1000 | 100000111 | 1001101 | 1000000 |
Color Harmonies of #935BEA
Complementary color
Monochromatic Colors of #935BEA
Black with #935BEA
Text Example
Text Example
White with #935BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BEA; }
p { color: rgb(147,91,234); }
H1.HeaderClassName
{
color: #935BEA;
}
.AnyTagClassName
{
color: #935BEA;
}
</style>
background-color css
<style>
a { background-color: #935BEA; }
a { background-color: rgb(147,91,234); }
div.DivClassName
{
background-color: #935BEA;
}
.BgClassName
{
background-color: #935BEA;
}
</style>
border-color css
<style>
span { border-color: #935BEA; }
span { border-color: rgb(147,91,234); }
td.TdClassName
{
border-color: #935BEA;
}
.TagClassName
{
border-color: #935BEA;
}
</style>