Shades of Medium Purple #9E7CDC
Tints of Medium Purple #9E7CDC
RGB
CMYK
RGB Variations
Color information
#9E7CDC (or 0x9E7CDC) is known color: Medium Purple. HEX triplet: 9E, 7C and DC. RGB value is (158,124,220). Sum of RGB (Red+Green+Blue) = 158+124+220=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CDC is #618323. Grayscale: #909090. Windows color (decimal): -6390564 or 14449822. OLE color: 14449822.
HSL color Cylindrical-coordinate representation of color #9E7CDC: hue angle of 261.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E7CDC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 124 | 220 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.14 |
| HSL | 261.25º | 0.58% | 0.67% | - |
| HSV(B) | 261.25º | 0.44% | 0.86% | - |
| XYZ | 34.23 | 26.85 | 71.09 | - |
| YUV | 145.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 220 | 0.28 | 0.44 | 0 | 0.14 | 261.25 | 0.58 | 0.67 |
| Hex | 9E | 7C | DC | 1C | 2C | 0 | E | 105 | 3A | 43 |
| Octal | 236 | 174 | 334 | 34 | 54 | 0 | 16 | 405 | 72 | 103 |
| Binary | 10011110 | 1111100 | 11011100 | 11100 | 101100 | 0 | 1110 | 100000101 | 111010 | 1000011 |
Color Harmonies of #9E7CDC
Complementary color
Monochromatic Colors of #9E7CDC
Black with #9E7CDC
Text Example
Text Example
White with #9E7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CDC; }
p { color: rgb(158,124,220); }
H1.HeaderClassName
{
color: #9E7CDC;
}
.AnyTagClassName
{
color: #9E7CDC;
}
</style>
background-color css
<style>
a { background-color: #9E7CDC; }
a { background-color: rgb(158,124,220); }
div.DivClassName
{
background-color: #9E7CDC;
}
.BgClassName
{
background-color: #9E7CDC;
}
</style>
border-color css
<style>
span { border-color: #9E7CDC; }
span { border-color: rgb(158,124,220); }
td.TdClassName
{
border-color: #9E7CDC;
}
.TagClassName
{
border-color: #9E7CDC;
}
</style>