Shades of Medium Purple #9385D6
Tints of Medium Purple #9385D6
RGB
CMYK
RGB Variations
Color information
#9385D6 (or 0x9385D6) is known color: Medium Purple. HEX triplet: 93, 85 and D6. RGB value is (147,133,214). Sum of RGB (Red+Green+Blue) = 147+133+214=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #9385D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385D6 is #6C7A29. Grayscale: #929292. Windows color (decimal): -7109162 or 14058899. OLE color: 14058899.
HSL color Cylindrical-coordinate representation of color #9385D6: hue angle of 250.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9385D6 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 133 | 214 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.16 |
| HSL | 250.37º | 0.5% | 0.68% | - |
| HSV(B) | 250.37º | 0.38% | 0.84% | - |
| XYZ | 32.56 | 27.83 | 67.27 | - |
| YUV | 146.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 214 | 0.31 | 0.38 | 0 | 0.16 | 250.37 | 0.5 | 0.68 |
| Hex | 93 | 85 | D6 | 1F | 26 | 0 | 10 | FA | 32 | 44 |
| Octal | 223 | 205 | 326 | 37 | 46 | 0 | 20 | 372 | 62 | 104 |
| Binary | 10010011 | 10000101 | 11010110 | 11111 | 100110 | 0 | 10000 | 11111010 | 110010 | 1000100 |
Color Harmonies of #9385D6
Complementary color
Monochromatic Colors of #9385D6
Black with #9385D6
Text Example
Text Example
White with #9385D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385D6; }
p { color: rgb(147,133,214); }
H1.HeaderClassName
{
color: #9385D6;
}
.AnyTagClassName
{
color: #9385D6;
}
</style>
background-color css
<style>
a { background-color: #9385D6; }
a { background-color: rgb(147,133,214); }
div.DivClassName
{
background-color: #9385D6;
}
.BgClassName
{
background-color: #9385D6;
}
</style>
border-color css
<style>
span { border-color: #9385D6; }
span { border-color: rgb(147,133,214); }
td.TdClassName
{
border-color: #9385D6;
}
.TagClassName
{
border-color: #9385D6;
}
</style>