Shades of Medium Purple #937CDC
Tints of Medium Purple #937CDC
RGB
CMYK
RGB Variations
Color information
#937CDC (or 0x937CDC) is known color: Medium Purple. HEX triplet: 93, 7C and DC. RGB value is (147,124,220). Sum of RGB (Red+Green+Blue) = 147+124+220=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #937CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CDC is #6C8323. Grayscale: #8D8D8D. Windows color (decimal): -7111460 or 14449811. OLE color: 14449811.
HSL color Cylindrical-coordinate representation of color #937CDC: hue angle of 254.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #937CDC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 124 | 220 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.14 |
| HSL | 254.38º | 0.58% | 0.67% | - |
| HSV(B) | 254.38º | 0.44% | 0.86% | - |
| XYZ | 32.16 | 25.79 | 70.99 | - |
| YUV | 141.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 220 | 0.33 | 0.44 | 0 | 0.14 | 254.38 | 0.58 | 0.67 |
| Hex | 93 | 7C | DC | 21 | 2C | 0 | E | FE | 3A | 43 |
| Octal | 223 | 174 | 334 | 41 | 54 | 0 | 16 | 376 | 72 | 103 |
| Binary | 10010011 | 1111100 | 11011100 | 100001 | 101100 | 0 | 1110 | 11111110 | 111010 | 1000011 |
Color Harmonies of #937CDC
Complementary color
Monochromatic Colors of #937CDC
Black with #937CDC
Text Example
Text Example
White with #937CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CDC; }
p { color: rgb(147,124,220); }
H1.HeaderClassName
{
color: #937CDC;
}
.AnyTagClassName
{
color: #937CDC;
}
</style>
background-color css
<style>
a { background-color: #937CDC; }
a { background-color: rgb(147,124,220); }
div.DivClassName
{
background-color: #937CDC;
}
.BgClassName
{
background-color: #937CDC;
}
</style>
border-color css
<style>
span { border-color: #937CDC; }
span { border-color: rgb(147,124,220); }
td.TdClassName
{
border-color: #937CDC;
}
.TagClassName
{
border-color: #937CDC;
}
</style>