Shades of Medium Purple #9977D1
Tints of Medium Purple #9977D1
RGB
CMYK
RGB Variations
Color information
#9977D1 (or 0x9977D1) is known color: Medium Purple. HEX triplet: 99, 77 and D1. RGB value is (153,119,209). Sum of RGB (Red+Green+Blue) = 153+119+209=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #9977D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977D1 is #66882E. Grayscale: #8B8B8B. Windows color (decimal): -6719535 or 13727641. OLE color: 13727641.
HSL color Cylindrical-coordinate representation of color #9977D1: hue angle of 262.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9977D1 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 119 | 209 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.18 |
| HSL | 262.67º | 0.49% | 0.64% | - |
| HSV(B) | 262.67º | 0.43% | 0.82% | - |
| XYZ | 31.24 | 24.57 | 63.42 | - |
| YUV | 139.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 209 | 0.27 | 0.43 | 0 | 0.18 | 262.67 | 0.49 | 0.64 |
| Hex | 99 | 77 | D1 | 1B | 2B | 0 | 12 | 107 | 31 | 40 |
| Octal | 231 | 167 | 321 | 33 | 53 | 0 | 22 | 407 | 61 | 100 |
| Binary | 10011001 | 1110111 | 11010001 | 11011 | 101011 | 0 | 10010 | 100000111 | 110001 | 1000000 |
Color Harmonies of #9977D1
Complementary color
Monochromatic Colors of #9977D1
Black with #9977D1
Text Example
Text Example
White with #9977D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977D1; }
p { color: rgb(153,119,209); }
H1.HeaderClassName
{
color: #9977D1;
}
.AnyTagClassName
{
color: #9977D1;
}
</style>
background-color css
<style>
a { background-color: #9977D1; }
a { background-color: rgb(153,119,209); }
div.DivClassName
{
background-color: #9977D1;
}
.BgClassName
{
background-color: #9977D1;
}
</style>
border-color css
<style>
span { border-color: #9977D1; }
span { border-color: rgb(153,119,209); }
td.TdClassName
{
border-color: #9977D1;
}
.TagClassName
{
border-color: #9977D1;
}
</style>