Shades of Medium Purple #937BED
Tints of Medium Purple #937BED
RGB
CMYK
RGB Variations
Color information
#937BED (or 0x937BED) is known color: Medium Purple. HEX triplet: 93, 7B and ED. RGB value is (147,123,237). Sum of RGB (Red+Green+Blue) = 147+123+237=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #937BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937BED is #6C8412. Grayscale: #8E8E8E. Windows color (decimal): -7111699 or 15563667. OLE color: 15563667.
HSL color Cylindrical-coordinate representation of color #937BED: hue angle of 252.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937BED is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 123 | 237 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.07 |
| HSL | 252.63º | 0.76% | 0.71% | - |
| HSV(B) | 252.63º | 0.48% | 0.93% | - |
| XYZ | 34.4 | 26.48 | 83.42 | - |
| YUV | 143.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 237 | 0.38 | 0.48 | 0 | 0.07 | 252.63 | 0.76 | 0.71 |
| Hex | 93 | 7B | ED | 26 | 30 | 0 | 7 | FD | 4C | 47 |
| Octal | 223 | 173 | 355 | 46 | 60 | 0 | 7 | 375 | 114 | 107 |
| Binary | 10010011 | 1111011 | 11101101 | 100110 | 110000 | 0 | 111 | 11111101 | 1001100 | 1000111 |
Color Harmonies of #937BED
Complementary color
Monochromatic Colors of #937BED
Black with #937BED
Text Example
Text Example
White with #937BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BED; }
p { color: rgb(147,123,237); }
H1.HeaderClassName
{
color: #937BED;
}
.AnyTagClassName
{
color: #937BED;
}
</style>
background-color css
<style>
a { background-color: #937BED; }
a { background-color: rgb(147,123,237); }
div.DivClassName
{
background-color: #937BED;
}
.BgClassName
{
background-color: #937BED;
}
</style>
border-color css
<style>
span { border-color: #937BED; }
span { border-color: rgb(147,123,237); }
td.TdClassName
{
border-color: #937BED;
}
.TagClassName
{
border-color: #937BED;
}
</style>