Shades of Medium Purple #9977DC
Tints of Medium Purple #9977DC
RGB
CMYK
RGB Variations
Color information
#9977DC (or 0x9977DC) is known color: Medium Purple. HEX triplet: 99, 77 and DC. RGB value is (153,119,220). Sum of RGB (Red+Green+Blue) = 153+119+220=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #9977DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977DC is #668823. Grayscale: #8C8C8C. Windows color (decimal): -6719524 or 14448537. OLE color: 14448537.
HSL color Cylindrical-coordinate representation of color #9977DC: hue angle of 260.2º 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 #9977DC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 119 | 220 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.14 |
| HSL | 260.2º | 0.59% | 0.66% | - |
| HSV(B) | 260.2º | 0.46% | 0.86% | - |
| XYZ | 32.65 | 25.13 | 70.84 | - |
| YUV | 140.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 220 | 0.30 | 0.46 | 0 | 0.14 | 260.2 | 0.59 | 0.66 |
| Hex | 99 | 77 | DC | 1E | 2E | 0 | E | 104 | 3B | 42 |
| Octal | 231 | 167 | 334 | 36 | 56 | 0 | 16 | 404 | 73 | 102 |
| Binary | 10011001 | 1110111 | 11011100 | 11110 | 101110 | 0 | 1110 | 100000100 | 111011 | 1000010 |
Color Harmonies of #9977DC
Complementary color
Monochromatic Colors of #9977DC
Black with #9977DC
Text Example
Text Example
White with #9977DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977DC; }
p { color: rgb(153,119,220); }
H1.HeaderClassName
{
color: #9977DC;
}
.AnyTagClassName
{
color: #9977DC;
}
</style>
background-color css
<style>
a { background-color: #9977DC; }
a { background-color: rgb(153,119,220); }
div.DivClassName
{
background-color: #9977DC;
}
.BgClassName
{
background-color: #9977DC;
}
</style>
border-color css
<style>
span { border-color: #9977DC; }
span { border-color: rgb(153,119,220); }
td.TdClassName
{
border-color: #9977DC;
}
.TagClassName
{
border-color: #9977DC;
}
</style>