Shades of Medium Purple #9F7FDA
Tints of Medium Purple #9F7FDA
RGB
CMYK
RGB Variations
Color information
#9F7FDA (or 0x9F7FDA) is known color: Medium Purple. HEX triplet: 9F, 7F and DA. RGB value is (159,127,218). Sum of RGB (Red+Green+Blue) = 159+127+218=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FDA is #608025. Grayscale: #929292. Windows color (decimal): -6324262 or 14319519. OLE color: 14319519.
HSL color Cylindrical-coordinate representation of color #9F7FDA: hue angle of 261.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7FDA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 127 | 218 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.15 |
| HSL | 261.1º | 0.55% | 0.68% | - |
| HSV(B) | 261.1º | 0.42% | 0.85% | - |
| XYZ | 34.54 | 27.61 | 69.84 | - |
| YUV | 146.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 218 | 0.27 | 0.42 | 0 | 0.15 | 261.1 | 0.55 | 0.68 |
| Hex | 9F | 7F | DA | 1B | 2A | 0 | F | 105 | 37 | 44 |
| Octal | 237 | 177 | 332 | 33 | 52 | 0 | 17 | 405 | 67 | 104 |
| Binary | 10011111 | 1111111 | 11011010 | 11011 | 101010 | 0 | 1111 | 100000101 | 110111 | 1000100 |
Color Harmonies of #9F7FDA
Complementary color
Monochromatic Colors of #9F7FDA
Black with #9F7FDA
Text Example
Text Example
White with #9F7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FDA; }
p { color: rgb(159,127,218); }
H1.HeaderClassName
{
color: #9F7FDA;
}
.AnyTagClassName
{
color: #9F7FDA;
}
</style>
background-color css
<style>
a { background-color: #9F7FDA; }
a { background-color: rgb(159,127,218); }
div.DivClassName
{
background-color: #9F7FDA;
}
.BgClassName
{
background-color: #9F7FDA;
}
</style>
border-color css
<style>
span { border-color: #9F7FDA; }
span { border-color: rgb(159,127,218); }
td.TdClassName
{
border-color: #9F7FDA;
}
.TagClassName
{
border-color: #9F7FDA;
}
</style>