Shades of Medium Purple #9F7ADC
Tints of Medium Purple #9F7ADC
RGB
CMYK
RGB Variations
Color information
#9F7ADC (or 0x9F7ADC) is known color: Medium Purple. HEX triplet: 9F, 7A and DC. RGB value is (159,122,220). Sum of RGB (Red+Green+Blue) = 159+122+220=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ADC is #608523. Grayscale: #8F8F8F. Windows color (decimal): -6325540 or 14449311. OLE color: 14449311.
HSL color Cylindrical-coordinate representation of color #9F7ADC: hue angle of 262.65º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7ADC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 122 | 220 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.14 |
| HSL | 262.65º | 0.58% | 0.67% | - |
| HSV(B) | 262.65º | 0.45% | 0.86% | - |
| XYZ | 34.18 | 26.46 | 71.02 | - |
| YUV | 144.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 220 | 0.28 | 0.45 | 0 | 0.14 | 262.65 | 0.58 | 0.67 |
| Hex | 9F | 7A | DC | 1C | 2D | 0 | E | 107 | 3A | 43 |
| Octal | 237 | 172 | 334 | 34 | 55 | 0 | 16 | 407 | 72 | 103 |
| Binary | 10011111 | 1111010 | 11011100 | 11100 | 101101 | 0 | 1110 | 100000111 | 111010 | 1000011 |
Color Harmonies of #9F7ADC
Complementary color
Monochromatic Colors of #9F7ADC
Black with #9F7ADC
Text Example
Text Example
White with #9F7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ADC; }
p { color: rgb(159,122,220); }
H1.HeaderClassName
{
color: #9F7ADC;
}
.AnyTagClassName
{
color: #9F7ADC;
}
</style>
background-color css
<style>
a { background-color: #9F7ADC; }
a { background-color: rgb(159,122,220); }
div.DivClassName
{
background-color: #9F7ADC;
}
.BgClassName
{
background-color: #9F7ADC;
}
</style>
border-color css
<style>
span { border-color: #9F7ADC; }
span { border-color: rgb(159,122,220); }
td.TdClassName
{
border-color: #9F7ADC;
}
.TagClassName
{
border-color: #9F7ADC;
}
</style>