Shades of Medium Purple #9F77DC
Tints of Medium Purple #9F77DC
RGB
CMYK
RGB Variations
Color information
#9F77DC (or 0x9F77DC) is known color: Medium Purple. HEX triplet: 9F, 77 and DC. RGB value is (159,119,220). Sum of RGB (Red+Green+Blue) = 159+119+220=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77DC is #608823. Grayscale: #8E8E8E. Windows color (decimal): -6326308 or 14448543. OLE color: 14448543.
HSL color Cylindrical-coordinate representation of color #9F77DC: hue angle of 263.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F77DC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 119 | 220 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.14 |
| HSL | 263.76º | 0.59% | 0.66% | - |
| HSV(B) | 263.76º | 0.46% | 0.86% | - |
| XYZ | 33.81 | 25.73 | 70.89 | - |
| YUV | 142.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 220 | 0.28 | 0.46 | 0 | 0.14 | 263.76 | 0.59 | 0.66 |
| Hex | 9F | 77 | DC | 1C | 2E | 0 | E | 108 | 3B | 42 |
| Octal | 237 | 167 | 334 | 34 | 56 | 0 | 16 | 410 | 73 | 102 |
| Binary | 10011111 | 1110111 | 11011100 | 11100 | 101110 | 0 | 1110 | 100001000 | 111011 | 1000010 |
Color Harmonies of #9F77DC
Complementary color
Monochromatic Colors of #9F77DC
Black with #9F77DC
Text Example
Text Example
White with #9F77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77DC; }
p { color: rgb(159,119,220); }
H1.HeaderClassName
{
color: #9F77DC;
}
.AnyTagClassName
{
color: #9F77DC;
}
</style>
background-color css
<style>
a { background-color: #9F77DC; }
a { background-color: rgb(159,119,220); }
div.DivClassName
{
background-color: #9F77DC;
}
.BgClassName
{
background-color: #9F77DC;
}
</style>
border-color css
<style>
span { border-color: #9F77DC; }
span { border-color: rgb(159,119,220); }
td.TdClassName
{
border-color: #9F77DC;
}
.TagClassName
{
border-color: #9F77DC;
}
</style>