Shades of Medium Purple #935CDE
Tints of Medium Purple #935CDE
RGB
CMYK
RGB Variations
Color information
#935CDE (or 0x935CDE) is known color: Medium Purple. HEX triplet: 93, 5C and DE. RGB value is (147,92,222). Sum of RGB (Red+Green+Blue) = 147+92+222=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #935CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDE is #6CA321. Grayscale: #7A7A7A. Windows color (decimal): -7119650 or 14572691. OLE color: 14572691.
HSL color Cylindrical-coordinate representation of color #935CDE: hue angle of 265.38º degrees, saturation: 0.66, 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 #935CDE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 92 | 222 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.13 |
| HSL | 265.38º | 0.66% | 0.62% | - |
| HSV(B) | 265.38º | 0.59% | 0.87% | - |
| XYZ | 29.04 | 19.13 | 71.27 | - |
| YUV | 123.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 222 | 0.34 | 0.59 | 0 | 0.13 | 265.38 | 0.66 | 0.62 |
| Hex | 93 | 5C | DE | 22 | 3B | 0 | D | 109 | 42 | 3E |
| Octal | 223 | 134 | 336 | 42 | 73 | 0 | 15 | 411 | 102 | 76 |
| Binary | 10010011 | 1011100 | 11011110 | 100010 | 111011 | 0 | 1101 | 100001001 | 1000010 | 111110 |
Color Harmonies of #935CDE
Complementary color
Monochromatic Colors of #935CDE
Black with #935CDE
Text Example
Text Example
White with #935CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CDE; }
p { color: rgb(147,92,222); }
H1.HeaderClassName
{
color: #935CDE;
}
.AnyTagClassName
{
color: #935CDE;
}
</style>
background-color css
<style>
a { background-color: #935CDE; }
a { background-color: rgb(147,92,222); }
div.DivClassName
{
background-color: #935CDE;
}
.BgClassName
{
background-color: #935CDE;
}
</style>
border-color css
<style>
span { border-color: #935CDE; }
span { border-color: rgb(147,92,222); }
td.TdClassName
{
border-color: #935CDE;
}
.TagClassName
{
border-color: #935CDE;
}
</style>