Shades of Medium Purple #887ADF
Tints of Medium Purple #887ADF
RGB
CMYK
RGB Variations
Color information
#887ADF (or 0x887ADF) is known color: Medium Purple. HEX triplet: 88, 7A and DF. RGB value is (136,122,223). Sum of RGB (Red+Green+Blue) = 136+122+223=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #887ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ADF is #778520. Grayscale: #898989. Windows color (decimal): -7832865 or 14645896. OLE color: 14645896.
HSL color Cylindrical-coordinate representation of color #887ADF: hue angle of 248.32º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #887ADF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 122 | 223 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.13 |
| HSL | 248.32º | 0.61% | 0.68% | - |
| HSV(B) | 248.32º | 0.45% | 0.87% | - |
| XYZ | 30.43 | 24.48 | 72.93 | - |
| YUV | 137.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 223 | 0.39 | 0.45 | 0 | 0.13 | 248.32 | 0.61 | 0.68 |
| Hex | 88 | 7A | DF | 27 | 2D | 0 | D | F8 | 3D | 44 |
| Octal | 210 | 172 | 337 | 47 | 55 | 0 | 15 | 370 | 75 | 104 |
| Binary | 10001000 | 1111010 | 11011111 | 100111 | 101101 | 0 | 1101 | 11111000 | 111101 | 1000100 |
Color Harmonies of #887ADF
Complementary color
Monochromatic Colors of #887ADF
Black with #887ADF
Text Example
Text Example
White with #887ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ADF; }
p { color: rgb(136,122,223); }
H1.HeaderClassName
{
color: #887ADF;
}
.AnyTagClassName
{
color: #887ADF;
}
</style>
background-color css
<style>
a { background-color: #887ADF; }
a { background-color: rgb(136,122,223); }
div.DivClassName
{
background-color: #887ADF;
}
.BgClassName
{
background-color: #887ADF;
}
</style>
border-color css
<style>
span { border-color: #887ADF; }
span { border-color: rgb(136,122,223); }
td.TdClassName
{
border-color: #887ADF;
}
.TagClassName
{
border-color: #887ADF;
}
</style>