Shades of Medium Purple #935BE7
Tints of Medium Purple #935BE7
RGB
CMYK
RGB Variations
Color information
#935BE7 (or 0x935BE7) is known color: Medium Purple. HEX triplet: 93, 5B and E7. RGB value is (147,91,231). Sum of RGB (Red+Green+Blue) = 147+91+231=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #935BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BE7 is #6CA418. Grayscale: #7B7B7B. Windows color (decimal): -7119897 or 15162259. OLE color: 15162259.
HSL color Cylindrical-coordinate representation of color #935BE7: hue angle of 264º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935BE7 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 91 | 231 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.09 |
| HSL | 264º | 0.74% | 0.63% | - |
| HSV(B) | 264º | 0.61% | 0.91% | - |
| XYZ | 30.2 | 19.45 | 77.76 | - |
| YUV | 123.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 231 | 0.36 | 0.61 | 0 | 0.09 | 264 | 0.74 | 0.63 |
| Hex | 93 | 5B | E7 | 24 | 3D | 0 | 9 | 108 | 4A | 3F |
| Octal | 223 | 133 | 347 | 44 | 75 | 0 | 11 | 410 | 112 | 77 |
| Binary | 10010011 | 1011011 | 11100111 | 100100 | 111101 | 0 | 1001 | 100001000 | 1001010 | 111111 |
Color Harmonies of #935BE7
Complementary color
Monochromatic Colors of #935BE7
Black with #935BE7
Text Example
Text Example
White with #935BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BE7; }
p { color: rgb(147,91,231); }
H1.HeaderClassName
{
color: #935BE7;
}
.AnyTagClassName
{
color: #935BE7;
}
</style>
background-color css
<style>
a { background-color: #935BE7; }
a { background-color: rgb(147,91,231); }
div.DivClassName
{
background-color: #935BE7;
}
.BgClassName
{
background-color: #935BE7;
}
</style>
border-color css
<style>
span { border-color: #935BE7; }
span { border-color: rgb(147,91,231); }
td.TdClassName
{
border-color: #935BE7;
}
.TagClassName
{
border-color: #935BE7;
}
</style>