Shades of Medium Purple #935CED
Tints of Medium Purple #935CED
RGB
CMYK
RGB Variations
Color information
#935CED (or 0x935CED) is known color: Medium Purple. HEX triplet: 93, 5C and ED. RGB value is (147,92,237). Sum of RGB (Red+Green+Blue) = 147+92+237=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #935CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CED is #6CA312. Grayscale: #7C7C7C. Windows color (decimal): -7119635 or 15555731. OLE color: 15555731.
HSL color Cylindrical-coordinate representation of color #935CED: hue angle of 262.76º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935CED is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 92 | 237 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.07 |
| HSL | 262.76º | 0.8% | 0.65% | - |
| HSV(B) | 262.76º | 0.61% | 0.93% | - |
| XYZ | 31.15 | 19.97 | 82.33 | - |
| YUV | 124.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 237 | 0.38 | 0.61 | 0 | 0.07 | 262.76 | 0.8 | 0.65 |
| Hex | 93 | 5C | ED | 26 | 3D | 0 | 7 | 107 | 50 | 41 |
| Octal | 223 | 134 | 355 | 46 | 75 | 0 | 7 | 407 | 120 | 101 |
| Binary | 10010011 | 1011100 | 11101101 | 100110 | 111101 | 0 | 111 | 100000111 | 1010000 | 1000001 |
Color Harmonies of #935CED
Complementary color
Monochromatic Colors of #935CED
Black with #935CED
Text Example
Text Example
White with #935CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CED; }
p { color: rgb(147,92,237); }
H1.HeaderClassName
{
color: #935CED;
}
.AnyTagClassName
{
color: #935CED;
}
</style>
background-color css
<style>
a { background-color: #935CED; }
a { background-color: rgb(147,92,237); }
div.DivClassName
{
background-color: #935CED;
}
.BgClassName
{
background-color: #935CED;
}
</style>
border-color css
<style>
span { border-color: #935CED; }
span { border-color: rgb(147,92,237); }
td.TdClassName
{
border-color: #935CED;
}
.TagClassName
{
border-color: #935CED;
}
</style>