Shades of Medium Purple #9D7CE8
Tints of Medium Purple #9D7CE8
RGB
CMYK
RGB Variations
Color information
#9D7CE8 (or 0x9D7CE8) is known color: Medium Purple. HEX triplet: 9D, 7C and E8. RGB value is (157,124,232). Sum of RGB (Red+Green+Blue) = 157+124+232=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #9D7CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7CE8 is #628317. Grayscale: #919191. Windows color (decimal): -6456088 or 15236253. OLE color: 15236253.
HSL color Cylindrical-coordinate representation of color #9D7CE8: hue angle of 258.33º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7CE8 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 124 | 232 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.09 |
| HSL | 258.33º | 0.7% | 0.7% | - |
| HSV(B) | 258.33º | 0.47% | 0.91% | - |
| XYZ | 35.68 | 27.41 | 79.75 | - |
| YUV | 146.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 232 | 0.32 | 0.47 | 0 | 0.09 | 258.33 | 0.7 | 0.7 |
| Hex | 9D | 7C | E8 | 20 | 2F | 0 | 9 | 102 | 46 | 46 |
| Octal | 235 | 174 | 350 | 40 | 57 | 0 | 11 | 402 | 106 | 106 |
| Binary | 10011101 | 1111100 | 11101000 | 100000 | 101111 | 0 | 1001 | 100000010 | 1000110 | 1000110 |
Color Harmonies of #9D7CE8
Complementary color
Monochromatic Colors of #9D7CE8
Black with #9D7CE8
Text Example
Text Example
White with #9D7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CE8; }
p { color: rgb(157,124,232); }
H1.HeaderClassName
{
color: #9D7CE8;
}
.AnyTagClassName
{
color: #9D7CE8;
}
</style>
background-color css
<style>
a { background-color: #9D7CE8; }
a { background-color: rgb(157,124,232); }
div.DivClassName
{
background-color: #9D7CE8;
}
.BgClassName
{
background-color: #9D7CE8;
}
</style>
border-color css
<style>
span { border-color: #9D7CE8; }
span { border-color: rgb(157,124,232); }
td.TdClassName
{
border-color: #9D7CE8;
}
.TagClassName
{
border-color: #9D7CE8;
}
</style>