Shades of Medium Purple #9878D7
Tints of Medium Purple #9878D7
RGB
CMYK
RGB Variations
Color information
#9878D7 (or 0x9878D7) is known color: Medium Purple. HEX triplet: 98, 78 and D7. RGB value is (152,120,215). Sum of RGB (Red+Green+Blue) = 152+120+215=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #9878D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878D7 is #678728. Grayscale: #8C8C8C. Windows color (decimal): -6784809 or 14121112. OLE color: 14121112.
HSL color Cylindrical-coordinate representation of color #9878D7: hue angle of 260.21º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9878D7 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 120 | 215 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.16 |
| HSL | 260.21º | 0.54% | 0.66% | - |
| HSV(B) | 260.21º | 0.44% | 0.84% | - |
| XYZ | 31.93 | 25.01 | 67.44 | - |
| YUV | 140.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 215 | 0.29 | 0.44 | 0 | 0.16 | 260.21 | 0.54 | 0.66 |
| Hex | 98 | 78 | D7 | 1D | 2C | 0 | 10 | 104 | 36 | 42 |
| Octal | 230 | 170 | 327 | 35 | 54 | 0 | 20 | 404 | 66 | 102 |
| Binary | 10011000 | 1111000 | 11010111 | 11101 | 101100 | 0 | 10000 | 100000100 | 110110 | 1000010 |
Color Harmonies of #9878D7
Complementary color
Monochromatic Colors of #9878D7
Black with #9878D7
Text Example
Text Example
White with #9878D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9878D7; }
p { color: rgb(152,120,215); }
H1.HeaderClassName
{
color: #9878D7;
}
.AnyTagClassName
{
color: #9878D7;
}
</style>
background-color css
<style>
a { background-color: #9878D7; }
a { background-color: rgb(152,120,215); }
div.DivClassName
{
background-color: #9878D7;
}
.BgClassName
{
background-color: #9878D7;
}
</style>
border-color css
<style>
span { border-color: #9878D7; }
span { border-color: rgb(152,120,215); }
td.TdClassName
{
border-color: #9878D7;
}
.TagClassName
{
border-color: #9878D7;
}
</style>