Shades of Medium Purple #9D80DE
Tints of Medium Purple #9D80DE
RGB
CMYK
RGB Variations
Color information
#9D80DE (or 0x9D80DE) is known color: Medium Purple. HEX triplet: 9D, 80 and DE. RGB value is (157,128,222). Sum of RGB (Red+Green+Blue) = 157+128+222=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80DE is #627F21. Grayscale: #939393. Windows color (decimal): -6455074 or 14581917. OLE color: 14581917.
HSL color Cylindrical-coordinate representation of color #9D80DE: hue angle of 258.51º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D80DE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 128 | 222 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.13 |
| HSL | 258.51º | 0.59% | 0.69% | - |
| HSV(B) | 258.51º | 0.42% | 0.87% | - |
| XYZ | 34.81 | 27.88 | 72.65 | - |
| YUV | 147.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 222 | 0.29 | 0.42 | 0 | 0.13 | 258.51 | 0.59 | 0.69 |
| Hex | 9D | 80 | DE | 1D | 2A | 0 | D | 103 | 3B | 45 |
| Octal | 235 | 200 | 336 | 35 | 52 | 0 | 15 | 403 | 73 | 105 |
| Binary | 10011101 | 10000000 | 11011110 | 11101 | 101010 | 0 | 1101 | 100000011 | 111011 | 1000101 |
Color Harmonies of #9D80DE
Complementary color
Monochromatic Colors of #9D80DE
Black with #9D80DE
Text Example
Text Example
White with #9D80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80DE; }
p { color: rgb(157,128,222); }
H1.HeaderClassName
{
color: #9D80DE;
}
.AnyTagClassName
{
color: #9D80DE;
}
</style>
background-color css
<style>
a { background-color: #9D80DE; }
a { background-color: rgb(157,128,222); }
div.DivClassName
{
background-color: #9D80DE;
}
.BgClassName
{
background-color: #9D80DE;
}
</style>
border-color css
<style>
span { border-color: #9D80DE; }
span { border-color: rgb(157,128,222); }
td.TdClassName
{
border-color: #9D80DE;
}
.TagClassName
{
border-color: #9D80DE;
}
</style>