Shades of Medium Purple #937BDF
Tints of Medium Purple #937BDF
RGB
CMYK
RGB Variations
Color information
#937BDF (or 0x937BDF) is known color: Medium Purple. HEX triplet: 93, 7B and DF. RGB value is (147,123,223). Sum of RGB (Red+Green+Blue) = 147+123+223=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #937BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BDF is #6C8420. Grayscale: #8D8D8D. Windows color (decimal): -7111713 or 14646163. OLE color: 14646163.
HSL color Cylindrical-coordinate representation of color #937BDF: hue angle of 254.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937BDF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 123 | 223 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.13 |
| HSL | 254.4º | 0.61% | 0.68% | - |
| HSV(B) | 254.4º | 0.45% | 0.87% | - |
| XYZ | 32.43 | 25.7 | 73.06 | - |
| YUV | 141.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 223 | 0.34 | 0.45 | 0 | 0.13 | 254.4 | 0.61 | 0.68 |
| Hex | 93 | 7B | DF | 22 | 2D | 0 | D | FE | 3D | 44 |
| Octal | 223 | 173 | 337 | 42 | 55 | 0 | 15 | 376 | 75 | 104 |
| Binary | 10010011 | 1111011 | 11011111 | 100010 | 101101 | 0 | 1101 | 11111110 | 111101 | 1000100 |
Color Harmonies of #937BDF
Complementary color
Monochromatic Colors of #937BDF
Black with #937BDF
Text Example
Text Example
White with #937BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BDF; }
p { color: rgb(147,123,223); }
H1.HeaderClassName
{
color: #937BDF;
}
.AnyTagClassName
{
color: #937BDF;
}
</style>
background-color css
<style>
a { background-color: #937BDF; }
a { background-color: rgb(147,123,223); }
div.DivClassName
{
background-color: #937BDF;
}
.BgClassName
{
background-color: #937BDF;
}
</style>
border-color css
<style>
span { border-color: #937BDF; }
span { border-color: rgb(147,123,223); }
td.TdClassName
{
border-color: #937BDF;
}
.TagClassName
{
border-color: #937BDF;
}
</style>