Shades of Medium Purple #9F7DF3
Tints of Medium Purple #9F7DF3
RGB
CMYK
RGB Variations
Color information
#9F7DF3 (or 0x9F7DF3) is known color: Medium Purple. HEX triplet: 9F, 7D and F3. RGB value is (159,125,243). Sum of RGB (Red+Green+Blue) = 159+125+243=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F7DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DF3 is #60820C. Grayscale: #949494. Windows color (decimal): -6324749 or 15957407. OLE color: 15957407.
HSL color Cylindrical-coordinate representation of color #9F7DF3: hue angle of 257.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F7DF3 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 125 | 243 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.05 |
| HSL | 257.29º | 0.83% | 0.72% | - |
| HSV(B) | 257.29º | 0.49% | 0.95% | - |
| XYZ | 37.81 | 28.51 | 88.3 | - |
| YUV | 148.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 243 | 0.35 | 0.49 | 0 | 0.05 | 257.29 | 0.83 | 0.72 |
| Hex | 9F | 7D | F3 | 23 | 31 | 0 | 5 | 101 | 53 | 48 |
| Octal | 237 | 175 | 363 | 43 | 61 | 0 | 5 | 401 | 123 | 110 |
| Binary | 10011111 | 1111101 | 11110011 | 100011 | 110001 | 0 | 101 | 100000001 | 1010011 | 1001000 |
Color Harmonies of #9F7DF3
Complementary color
Monochromatic Colors of #9F7DF3
Black with #9F7DF3
Text Example
Text Example
White with #9F7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DF3; }
p { color: rgb(159,125,243); }
H1.HeaderClassName
{
color: #9F7DF3;
}
.AnyTagClassName
{
color: #9F7DF3;
}
</style>
background-color css
<style>
a { background-color: #9F7DF3; }
a { background-color: rgb(159,125,243); }
div.DivClassName
{
background-color: #9F7DF3;
}
.BgClassName
{
background-color: #9F7DF3;
}
</style>
border-color css
<style>
span { border-color: #9F7DF3; }
span { border-color: rgb(159,125,243); }
td.TdClassName
{
border-color: #9F7DF3;
}
.TagClassName
{
border-color: #9F7DF3;
}
</style>