Shades of Medium Purple #936CEA
Tints of Medium Purple #936CEA
RGB
CMYK
RGB Variations
Color information
#936CEA (or 0x936CEA) is known color: Medium Purple. HEX triplet: 93, 6C and EA. RGB value is (147,108,234). Sum of RGB (Red+Green+Blue) = 147+108+234=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #936CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CEA is #6C9315. Grayscale: #858585. Windows color (decimal): -7115542 or 15363219. OLE color: 15363219.
HSL color Cylindrical-coordinate representation of color #936CEA: hue angle of 258.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936CEA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 108 | 234 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.08 |
| HSL | 258.57º | 0.75% | 0.67% | - |
| HSV(B) | 258.57º | 0.54% | 0.92% | - |
| XYZ | 32.25 | 22.87 | 80.56 | - |
| YUV | 134.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 234 | 0.37 | 0.54 | 0 | 0.08 | 258.57 | 0.75 | 0.67 |
| Hex | 93 | 6C | EA | 25 | 36 | 0 | 8 | 103 | 4B | 43 |
| Octal | 223 | 154 | 352 | 45 | 66 | 0 | 10 | 403 | 113 | 103 |
| Binary | 10010011 | 1101100 | 11101010 | 100101 | 110110 | 0 | 1000 | 100000011 | 1001011 | 1000011 |
Color Harmonies of #936CEA
Complementary color
Monochromatic Colors of #936CEA
Black with #936CEA
Text Example
Text Example
White with #936CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CEA; }
p { color: rgb(147,108,234); }
H1.HeaderClassName
{
color: #936CEA;
}
.AnyTagClassName
{
color: #936CEA;
}
</style>
background-color css
<style>
a { background-color: #936CEA; }
a { background-color: rgb(147,108,234); }
div.DivClassName
{
background-color: #936CEA;
}
.BgClassName
{
background-color: #936CEA;
}
</style>
border-color css
<style>
span { border-color: #936CEA; }
span { border-color: rgb(147,108,234); }
td.TdClassName
{
border-color: #936CEA;
}
.TagClassName
{
border-color: #936CEA;
}
</style>