Shades of Medium Purple #9D77DB
Tints of Medium Purple #9D77DB
RGB
CMYK
RGB Variations
Color information
#9D77DB (or 0x9D77DB) is known color: Medium Purple. HEX triplet: 9D, 77 and DB. RGB value is (157,119,219). Sum of RGB (Red+Green+Blue) = 157+119+219=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D77DB is #628824. Grayscale: #8D8D8D. Windows color (decimal): -6457381 or 14383005. OLE color: 14383005.
HSL color Cylindrical-coordinate representation of color #9D77DB: hue angle of 262.8º degrees, saturation: 0.58, 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 #9D77DB is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 119 | 219 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.14 |
| HSL | 262.8º | 0.58% | 0.66% | - |
| HSV(B) | 262.8º | 0.46% | 0.86% | - |
| XYZ | 33.29 | 25.48 | 70.18 | - |
| YUV | 141.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 219 | 0.28 | 0.46 | 0 | 0.14 | 262.8 | 0.58 | 0.66 |
| Hex | 9D | 77 | DB | 1C | 2E | 0 | E | 107 | 3A | 42 |
| Octal | 235 | 167 | 333 | 34 | 56 | 0 | 16 | 407 | 72 | 102 |
| Binary | 10011101 | 1110111 | 11011011 | 11100 | 101110 | 0 | 1110 | 100000111 | 111010 | 1000010 |
Color Harmonies of #9D77DB
Complementary color
Monochromatic Colors of #9D77DB
Black with #9D77DB
Text Example
Text Example
White with #9D77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77DB; }
p { color: rgb(157,119,219); }
H1.HeaderClassName
{
color: #9D77DB;
}
.AnyTagClassName
{
color: #9D77DB;
}
</style>
background-color css
<style>
a { background-color: #9D77DB; }
a { background-color: rgb(157,119,219); }
div.DivClassName
{
background-color: #9D77DB;
}
.BgClassName
{
background-color: #9D77DB;
}
</style>
border-color css
<style>
span { border-color: #9D77DB; }
span { border-color: rgb(157,119,219); }
td.TdClassName
{
border-color: #9D77DB;
}
.TagClassName
{
border-color: #9D77DB;
}
</style>