Shades of Medium Purple #935FDF
Tints of Medium Purple #935FDF
RGB
CMYK
RGB Variations
Color information
#935FDF (or 0x935FDF) is known color: Medium Purple. HEX triplet: 93, 5F and DF. RGB value is (147,95,223). Sum of RGB (Red+Green+Blue) = 147+95+223=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #935FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDF is #6CA020. Grayscale: #7C7C7C. Windows color (decimal): -7118881 or 14638995. OLE color: 14638995.
HSL color Cylindrical-coordinate representation of color #935FDF: hue angle of 264.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935FDF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 95 | 223 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.38º | 0.67% | 0.62% | - |
| HSV(B) | 264.38º | 0.57% | 0.87% | - |
| XYZ | 29.44 | 19.72 | 72.07 | - |
| YUV | 125.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 223 | 0.34 | 0.57 | 0 | 0.13 | 264.38 | 0.67 | 0.62 |
| Hex | 93 | 5F | DF | 22 | 39 | 0 | D | 108 | 43 | 3E |
| Octal | 223 | 137 | 337 | 42 | 71 | 0 | 15 | 410 | 103 | 76 |
| Binary | 10010011 | 1011111 | 11011111 | 100010 | 111001 | 0 | 1101 | 100001000 | 1000011 | 111110 |
Color Harmonies of #935FDF
Complementary color
Monochromatic Colors of #935FDF
Black with #935FDF
Text Example
Text Example
White with #935FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FDF; }
p { color: rgb(147,95,223); }
H1.HeaderClassName
{
color: #935FDF;
}
.AnyTagClassName
{
color: #935FDF;
}
</style>
background-color css
<style>
a { background-color: #935FDF; }
a { background-color: rgb(147,95,223); }
div.DivClassName
{
background-color: #935FDF;
}
.BgClassName
{
background-color: #935FDF;
}
</style>
border-color css
<style>
span { border-color: #935FDF; }
span { border-color: rgb(147,95,223); }
td.TdClassName
{
border-color: #935FDF;
}
.TagClassName
{
border-color: #935FDF;
}
</style>