Shades of Medium Purple #935FDD
Tints of Medium Purple #935FDD
RGB
CMYK
RGB Variations
Color information
#935FDD (or 0x935FDD) is known color: Medium Purple. HEX triplet: 93, 5F and DD. RGB value is (147,95,221). Sum of RGB (Red+Green+Blue) = 147+95+221=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #935FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDD is #6CA022. Grayscale: #7C7C7C. Windows color (decimal): -7118883 or 14507923. OLE color: 14507923.
HSL color Cylindrical-coordinate representation of color #935FDD: hue angle of 264.76º degrees, saturation: 0.65, 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 #935FDD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 95 | 221 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.13 |
| HSL | 264.76º | 0.65% | 0.62% | - |
| HSV(B) | 264.76º | 0.57% | 0.87% | - |
| XYZ | 29.18 | 19.61 | 70.65 | - |
| YUV | 124.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 221 | 0.33 | 0.57 | 0 | 0.13 | 264.76 | 0.65 | 0.62 |
| Hex | 93 | 5F | DD | 21 | 39 | 0 | D | 109 | 41 | 3E |
| Octal | 223 | 137 | 335 | 41 | 71 | 0 | 15 | 411 | 101 | 76 |
| Binary | 10010011 | 1011111 | 11011101 | 100001 | 111001 | 0 | 1101 | 100001001 | 1000001 | 111110 |
Color Harmonies of #935FDD
Complementary color
Monochromatic Colors of #935FDD
Black with #935FDD
Text Example
Text Example
White with #935FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FDD; }
p { color: rgb(147,95,221); }
H1.HeaderClassName
{
color: #935FDD;
}
.AnyTagClassName
{
color: #935FDD;
}
</style>
background-color css
<style>
a { background-color: #935FDD; }
a { background-color: rgb(147,95,221); }
div.DivClassName
{
background-color: #935FDD;
}
.BgClassName
{
background-color: #935FDD;
}
</style>
border-color css
<style>
span { border-color: #935FDD; }
span { border-color: rgb(147,95,221); }
td.TdClassName
{
border-color: #935FDD;
}
.TagClassName
{
border-color: #935FDD;
}
</style>