Shades of Medium Purple #935CDF
Tints of Medium Purple #935CDF
RGB
CMYK
RGB Variations
Color information
#935CDF (or 0x935CDF) is known color: Medium Purple. HEX triplet: 93, 5C and DF. RGB value is (147,92,223). Sum of RGB (Red+Green+Blue) = 147+92+223=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #935CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDF is #6CA320. Grayscale: #7A7A7A. Windows color (decimal): -7119649 or 14638227. OLE color: 14638227.
HSL color Cylindrical-coordinate representation of color #935CDF: hue angle of 265.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935CDF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 92 | 223 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.13 |
| HSL | 265.19º | 0.67% | 0.62% | - |
| HSV(B) | 265.19º | 0.59% | 0.87% | - |
| XYZ | 29.18 | 19.19 | 71.98 | - |
| YUV | 123.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 223 | 0.34 | 0.59 | 0 | 0.13 | 265.19 | 0.67 | 0.62 |
| Hex | 93 | 5C | DF | 22 | 3B | 0 | D | 109 | 43 | 3E |
| Octal | 223 | 134 | 337 | 42 | 73 | 0 | 15 | 411 | 103 | 76 |
| Binary | 10010011 | 1011100 | 11011111 | 100010 | 111011 | 0 | 1101 | 100001001 | 1000011 | 111110 |
Color Harmonies of #935CDF
Complementary color
Monochromatic Colors of #935CDF
Black with #935CDF
Text Example
Text Example
White with #935CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CDF; }
p { color: rgb(147,92,223); }
H1.HeaderClassName
{
color: #935CDF;
}
.AnyTagClassName
{
color: #935CDF;
}
</style>
background-color css
<style>
a { background-color: #935CDF; }
a { background-color: rgb(147,92,223); }
div.DivClassName
{
background-color: #935CDF;
}
.BgClassName
{
background-color: #935CDF;
}
</style>
border-color css
<style>
span { border-color: #935CDF; }
span { border-color: rgb(147,92,223); }
td.TdClassName
{
border-color: #935CDF;
}
.TagClassName
{
border-color: #935CDF;
}
</style>