Shades of Medium Purple #9C7EDE
Tints of Medium Purple #9C7EDE
RGB
CMYK
RGB Variations
Color information
#9C7EDE (or 0x9C7EDE) is known color: Medium Purple. HEX triplet: 9C, 7E and DE. RGB value is (156,126,222). Sum of RGB (Red+Green+Blue) = 156+126+222=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EDE is #638121. Grayscale: #919191. Windows color (decimal): -6521122 or 14581404. OLE color: 14581404.
HSL color Cylindrical-coordinate representation of color #9C7EDE: hue angle of 258.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C7EDE is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 126 | 222 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.13 |
| HSL | 258.75º | 0.59% | 0.68% | - |
| HSV(B) | 258.75º | 0.43% | 0.87% | - |
| XYZ | 34.36 | 27.26 | 72.56 | - |
| YUV | 145.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 222 | 0.30 | 0.43 | 0 | 0.13 | 258.75 | 0.59 | 0.68 |
| Hex | 9C | 7E | DE | 1E | 2B | 0 | D | 103 | 3B | 44 |
| Octal | 234 | 176 | 336 | 36 | 53 | 0 | 15 | 403 | 73 | 104 |
| Binary | 10011100 | 1111110 | 11011110 | 11110 | 101011 | 0 | 1101 | 100000011 | 111011 | 1000100 |
Color Harmonies of #9C7EDE
Complementary color
Monochromatic Colors of #9C7EDE
Black with #9C7EDE
Text Example
Text Example
White with #9C7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EDE; }
p { color: rgb(156,126,222); }
H1.HeaderClassName
{
color: #9C7EDE;
}
.AnyTagClassName
{
color: #9C7EDE;
}
</style>
background-color css
<style>
a { background-color: #9C7EDE; }
a { background-color: rgb(156,126,222); }
div.DivClassName
{
background-color: #9C7EDE;
}
.BgClassName
{
background-color: #9C7EDE;
}
</style>
border-color css
<style>
span { border-color: #9C7EDE; }
span { border-color: rgb(156,126,222); }
td.TdClassName
{
border-color: #9C7EDE;
}
.TagClassName
{
border-color: #9C7EDE;
}
</style>