Shades of Medium Purple #9E7FDF
Tints of Medium Purple #9E7FDF
RGB
CMYK
RGB Variations
Color information
#9E7FDF (or 0x9E7FDF) is known color: Medium Purple. HEX triplet: 9E, 7F and DF. RGB value is (158,127,223). Sum of RGB (Red+Green+Blue) = 158+127+223=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FDF is #618020. Grayscale: #929292. Windows color (decimal): -6389793 or 14647198. OLE color: 14647198.
HSL color Cylindrical-coordinate representation of color #9E7FDF: hue angle of 259.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E7FDF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 127 | 223 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.13 |
| HSL | 259.38º | 0.6% | 0.69% | - |
| HSV(B) | 259.38º | 0.43% | 0.87% | - |
| XYZ | 35.01 | 27.78 | 73.33 | - |
| YUV | 147.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 223 | 0.29 | 0.43 | 0 | 0.13 | 259.38 | 0.6 | 0.69 |
| Hex | 9E | 7F | DF | 1D | 2B | 0 | D | 103 | 3C | 45 |
| Octal | 236 | 177 | 337 | 35 | 53 | 0 | 15 | 403 | 74 | 105 |
| Binary | 10011110 | 1111111 | 11011111 | 11101 | 101011 | 0 | 1101 | 100000011 | 111100 | 1000101 |
Color Harmonies of #9E7FDF
Complementary color
Monochromatic Colors of #9E7FDF
Black with #9E7FDF
Text Example
Text Example
White with #9E7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FDF; }
p { color: rgb(158,127,223); }
H1.HeaderClassName
{
color: #9E7FDF;
}
.AnyTagClassName
{
color: #9E7FDF;
}
</style>
background-color css
<style>
a { background-color: #9E7FDF; }
a { background-color: rgb(158,127,223); }
div.DivClassName
{
background-color: #9E7FDF;
}
.BgClassName
{
background-color: #9E7FDF;
}
</style>
border-color css
<style>
span { border-color: #9E7FDF; }
span { border-color: rgb(158,127,223); }
td.TdClassName
{
border-color: #9E7FDF;
}
.TagClassName
{
border-color: #9E7FDF;
}
</style>