Shades of Medium Purple #9D84DD
Tints of Medium Purple #9D84DD
RGB
CMYK
RGB Variations
Color information
#9D84DD (or 0x9D84DD) is known color: Medium Purple. HEX triplet: 9D, 84 and DD. RGB value is (157,132,221). Sum of RGB (Red+Green+Blue) = 157+132+221=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84DD is #627B22. Grayscale: #959595. Windows color (decimal): -6454051 or 14517405. OLE color: 14517405.
HSL color Cylindrical-coordinate representation of color #9D84DD: hue angle of 256.85º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D84DD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 132 | 221 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.13 |
| HSL | 256.85º | 0.57% | 0.69% | - |
| HSV(B) | 256.85º | 0.4% | 0.87% | - |
| XYZ | 35.21 | 28.89 | 72.13 | - |
| YUV | 149.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 221 | 0.29 | 0.40 | 0 | 0.13 | 256.85 | 0.57 | 0.69 |
| Hex | 9D | 84 | DD | 1D | 28 | 0 | D | 101 | 39 | 45 |
| Octal | 235 | 204 | 335 | 35 | 50 | 0 | 15 | 401 | 71 | 105 |
| Binary | 10011101 | 10000100 | 11011101 | 11101 | 101000 | 0 | 1101 | 100000001 | 111001 | 1000101 |
Color Harmonies of #9D84DD
Complementary color
Monochromatic Colors of #9D84DD
Black with #9D84DD
Text Example
Text Example
White with #9D84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84DD; }
p { color: rgb(157,132,221); }
H1.HeaderClassName
{
color: #9D84DD;
}
.AnyTagClassName
{
color: #9D84DD;
}
</style>
background-color css
<style>
a { background-color: #9D84DD; }
a { background-color: rgb(157,132,221); }
div.DivClassName
{
background-color: #9D84DD;
}
.BgClassName
{
background-color: #9D84DD;
}
</style>
border-color css
<style>
span { border-color: #9D84DD; }
span { border-color: rgb(157,132,221); }
td.TdClassName
{
border-color: #9D84DD;
}
.TagClassName
{
border-color: #9D84DD;
}
</style>