Shades of Medium Purple #9D80DF
Tints of Medium Purple #9D80DF
RGB
CMYK
RGB Variations
Color information
#9D80DF (or 0x9D80DF) is known color: Medium Purple. HEX triplet: 9D, 80 and DF. RGB value is (157,128,223). Sum of RGB (Red+Green+Blue) = 157+128+223=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80DF is #627F20. Grayscale: #939393. Windows color (decimal): -6455073 or 14647453. OLE color: 14647453.
HSL color Cylindrical-coordinate representation of color #9D80DF: hue angle of 258.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D80DF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 128 | 223 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.13 |
| HSL | 258.32º | 0.6% | 0.69% | - |
| HSV(B) | 258.32º | 0.43% | 0.87% | - |
| XYZ | 34.94 | 27.93 | 73.36 | - |
| YUV | 147.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 223 | 0.30 | 0.43 | 0 | 0.13 | 258.32 | 0.6 | 0.69 |
| Hex | 9D | 80 | DF | 1E | 2B | 0 | D | 102 | 3C | 45 |
| Octal | 235 | 200 | 337 | 36 | 53 | 0 | 15 | 402 | 74 | 105 |
| Binary | 10011101 | 10000000 | 11011111 | 11110 | 101011 | 0 | 1101 | 100000010 | 111100 | 1000101 |
Color Harmonies of #9D80DF
Complementary color
Monochromatic Colors of #9D80DF
Black with #9D80DF
Text Example
Text Example
White with #9D80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80DF; }
p { color: rgb(157,128,223); }
H1.HeaderClassName
{
color: #9D80DF;
}
.AnyTagClassName
{
color: #9D80DF;
}
</style>
background-color css
<style>
a { background-color: #9D80DF; }
a { background-color: rgb(157,128,223); }
div.DivClassName
{
background-color: #9D80DF;
}
.BgClassName
{
background-color: #9D80DF;
}
</style>
border-color css
<style>
span { border-color: #9D80DF; }
span { border-color: rgb(157,128,223); }
td.TdClassName
{
border-color: #9D80DF;
}
.TagClassName
{
border-color: #9D80DF;
}
</style>