Shades of Medium Purple #936CE7
Tints of Medium Purple #936CE7
RGB
CMYK
RGB Variations
Color information
#936CE7 (or 0x936CE7) is known color: Medium Purple. HEX triplet: 93, 6C and E7. RGB value is (147,108,231). Sum of RGB (Red+Green+Blue) = 147+108+231=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #936CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CE7 is #6C9318. Grayscale: #858585. Windows color (decimal): -7115545 or 15166611. OLE color: 15166611.
HSL color Cylindrical-coordinate representation of color #936CE7: hue angle of 259.02º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936CE7 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 108 | 231 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.09 |
| HSL | 259.02º | 0.72% | 0.66% | - |
| HSV(B) | 259.02º | 0.53% | 0.91% | - |
| XYZ | 31.82 | 22.7 | 78.31 | - |
| YUV | 133.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 231 | 0.36 | 0.53 | 0 | 0.09 | 259.02 | 0.72 | 0.66 |
| Hex | 93 | 6C | E7 | 24 | 35 | 0 | 9 | 103 | 48 | 42 |
| Octal | 223 | 154 | 347 | 44 | 65 | 0 | 11 | 403 | 110 | 102 |
| Binary | 10010011 | 1101100 | 11100111 | 100100 | 110101 | 0 | 1001 | 100000011 | 1001000 | 1000010 |
Color Harmonies of #936CE7
Complementary color
Monochromatic Colors of #936CE7
Black with #936CE7
Text Example
Text Example
White with #936CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CE7; }
p { color: rgb(147,108,231); }
H1.HeaderClassName
{
color: #936CE7;
}
.AnyTagClassName
{
color: #936CE7;
}
</style>
background-color css
<style>
a { background-color: #936CE7; }
a { background-color: rgb(147,108,231); }
div.DivClassName
{
background-color: #936CE7;
}
.BgClassName
{
background-color: #936CE7;
}
</style>
border-color css
<style>
span { border-color: #936CE7; }
span { border-color: rgb(147,108,231); }
td.TdClassName
{
border-color: #936CE7;
}
.TagClassName
{
border-color: #936CE7;
}
</style>