Shades of Medium Purple #935FDE
Tints of Medium Purple #935FDE
RGB
CMYK
RGB Variations
Color information
#935FDE (or 0x935FDE) is known color: Medium Purple. HEX triplet: 93, 5F and DE. RGB value is (147,95,222). Sum of RGB (Red+Green+Blue) = 147+95+222=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #935FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDE is #6CA021. Grayscale: #7C7C7C. Windows color (decimal): -7118882 or 14573459. OLE color: 14573459.
HSL color Cylindrical-coordinate representation of color #935FDE: hue angle of 264.57º degrees, saturation: 0.66, 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 #935FDE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 95 | 222 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.57º | 0.66% | 0.62% | - |
| HSV(B) | 264.57º | 0.57% | 0.87% | - |
| XYZ | 29.31 | 19.66 | 71.36 | - |
| YUV | 125.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 222 | 0.34 | 0.57 | 0 | 0.13 | 264.57 | 0.66 | 0.62 |
| Hex | 93 | 5F | DE | 22 | 39 | 0 | D | 109 | 42 | 3E |
| Octal | 223 | 137 | 336 | 42 | 71 | 0 | 15 | 411 | 102 | 76 |
| Binary | 10010011 | 1011111 | 11011110 | 100010 | 111001 | 0 | 1101 | 100001001 | 1000010 | 111110 |
Color Harmonies of #935FDE
Complementary color
Monochromatic Colors of #935FDE
Black with #935FDE
Text Example
Text Example
White with #935FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FDE; }
p { color: rgb(147,95,222); }
H1.HeaderClassName
{
color: #935FDE;
}
.AnyTagClassName
{
color: #935FDE;
}
</style>
background-color css
<style>
a { background-color: #935FDE; }
a { background-color: rgb(147,95,222); }
div.DivClassName
{
background-color: #935FDE;
}
.BgClassName
{
background-color: #935FDE;
}
</style>
border-color css
<style>
span { border-color: #935FDE; }
span { border-color: rgb(147,95,222); }
td.TdClassName
{
border-color: #935FDE;
}
.TagClassName
{
border-color: #935FDE;
}
</style>