Shades of Medium Purple #936CEF
Tints of Medium Purple #936CEF
RGB
CMYK
RGB Variations
Color information
#936CEF (or 0x936CEF) is known color: Medium Purple. HEX triplet: 93, 6C and EF. RGB value is (147,108,239). Sum of RGB (Red+Green+Blue) = 147+108+239=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #936CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CEF is #6C9310. Grayscale: #868686. Windows color (decimal): -7115537 or 15690899. OLE color: 15690899.
HSL color Cylindrical-coordinate representation of color #936CEF: hue angle of 257.86º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936CEF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 108 | 239 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.06 |
| HSL | 257.86º | 0.8% | 0.68% | - |
| HSV(B) | 257.86º | 0.55% | 0.94% | - |
| XYZ | 32.98 | 23.16 | 84.39 | - |
| YUV | 134.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 239 | 0.38 | 0.55 | 0 | 0.06 | 257.86 | 0.8 | 0.68 |
| Hex | 93 | 6C | EF | 26 | 37 | 0 | 6 | 102 | 50 | 44 |
| Octal | 223 | 154 | 357 | 46 | 67 | 0 | 6 | 402 | 120 | 104 |
| Binary | 10010011 | 1101100 | 11101111 | 100110 | 110111 | 0 | 110 | 100000010 | 1010000 | 1000100 |
Color Harmonies of #936CEF
Complementary color
Monochromatic Colors of #936CEF
Black with #936CEF
Text Example
Text Example
White with #936CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CEF; }
p { color: rgb(147,108,239); }
H1.HeaderClassName
{
color: #936CEF;
}
.AnyTagClassName
{
color: #936CEF;
}
</style>
background-color css
<style>
a { background-color: #936CEF; }
a { background-color: rgb(147,108,239); }
div.DivClassName
{
background-color: #936CEF;
}
.BgClassName
{
background-color: #936CEF;
}
</style>
border-color css
<style>
span { border-color: #936CEF; }
span { border-color: rgb(147,108,239); }
td.TdClassName
{
border-color: #936CEF;
}
.TagClassName
{
border-color: #936CEF;
}
</style>