Shades of Medium Purple #935BEE
Tints of Medium Purple #935BEE
RGB
CMYK
RGB Variations
Color information
#935BEE (or 0x935BEE) is known color: Medium Purple. HEX triplet: 93, 5B and EE. RGB value is (147,91,238). Sum of RGB (Red+Green+Blue) = 147+91+238=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #935BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BEE is #6CA411. Grayscale: #7B7B7B. Windows color (decimal): -7119890 or 15621011. OLE color: 15621011.
HSL color Cylindrical-coordinate representation of color #935BEE: hue angle of 262.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935BEE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 91 | 238 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.07 |
| HSL | 262.86º | 0.81% | 0.65% | - |
| HSV(B) | 262.86º | 0.62% | 0.93% | - |
| XYZ | 31.21 | 19.86 | 83.08 | - |
| YUV | 124.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 238 | 0.38 | 0.62 | 0 | 0.07 | 262.86 | 0.81 | 0.65 |
| Hex | 93 | 5B | EE | 26 | 3E | 0 | 7 | 107 | 51 | 41 |
| Octal | 223 | 133 | 356 | 46 | 76 | 0 | 7 | 407 | 121 | 101 |
| Binary | 10010011 | 1011011 | 11101110 | 100110 | 111110 | 0 | 111 | 100000111 | 1010001 | 1000001 |
Color Harmonies of #935BEE
Complementary color
Monochromatic Colors of #935BEE
Black with #935BEE
Text Example
Text Example
White with #935BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BEE; }
p { color: rgb(147,91,238); }
H1.HeaderClassName
{
color: #935BEE;
}
.AnyTagClassName
{
color: #935BEE;
}
</style>
background-color css
<style>
a { background-color: #935BEE; }
a { background-color: rgb(147,91,238); }
div.DivClassName
{
background-color: #935BEE;
}
.BgClassName
{
background-color: #935BEE;
}
</style>
border-color css
<style>
span { border-color: #935BEE; }
span { border-color: rgb(147,91,238); }
td.TdClassName
{
border-color: #935BEE;
}
.TagClassName
{
border-color: #935BEE;
}
</style>