Shades of Medium Purple #935DDF
Tints of Medium Purple #935DDF
RGB
CMYK
RGB Variations
Color information
#935DDF (or 0x935DDF) is known color: Medium Purple. HEX triplet: 93, 5D and DF. RGB value is (147,93,223). Sum of RGB (Red+Green+Blue) = 147+93+223=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #935DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DDF is #6CA220. Grayscale: #7B7B7B. Windows color (decimal): -7119393 or 14638483. OLE color: 14638483.
HSL color Cylindrical-coordinate representation of color #935DDF: hue angle of 264.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935DDF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 93 | 223 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.13 |
| HSL | 264.92º | 0.67% | 0.62% | - |
| HSV(B) | 264.92º | 0.58% | 0.87% | - |
| XYZ | 29.27 | 19.36 | 72.01 | - |
| YUV | 123.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 223 | 0.34 | 0.58 | 0 | 0.13 | 264.92 | 0.67 | 0.62 |
| Hex | 93 | 5D | DF | 22 | 3A | 0 | D | 109 | 43 | 3E |
| Octal | 223 | 135 | 337 | 42 | 72 | 0 | 15 | 411 | 103 | 76 |
| Binary | 10010011 | 1011101 | 11011111 | 100010 | 111010 | 0 | 1101 | 100001001 | 1000011 | 111110 |
Color Harmonies of #935DDF
Complementary color
Monochromatic Colors of #935DDF
Black with #935DDF
Text Example
Text Example
White with #935DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DDF; }
p { color: rgb(147,93,223); }
H1.HeaderClassName
{
color: #935DDF;
}
.AnyTagClassName
{
color: #935DDF;
}
</style>
background-color css
<style>
a { background-color: #935DDF; }
a { background-color: rgb(147,93,223); }
div.DivClassName
{
background-color: #935DDF;
}
.BgClassName
{
background-color: #935DDF;
}
</style>
border-color css
<style>
span { border-color: #935DDF; }
span { border-color: rgb(147,93,223); }
td.TdClassName
{
border-color: #935DDF;
}
.TagClassName
{
border-color: #935DDF;
}
</style>