Shades of Medium Purple #886FD3
Tints of Medium Purple #886FD3
RGB
CMYK
RGB Variations
Color information
#886FD3 (or 0x886FD3) is known color: Medium Purple. HEX triplet: 88, 6F and D3. RGB value is (136,111,211). Sum of RGB (Red+Green+Blue) = 136+111+211=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #886FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FD3 is #77902C. Grayscale: #818181. Windows color (decimal): -7835693 or 13856648. OLE color: 13856648.
HSL color Cylindrical-coordinate representation of color #886FD3: hue angle of 255º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886FD3 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 111 | 211 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.17 |
| HSL | 255º | 0.53% | 0.63% | - |
| HSV(B) | 255º | 0.47% | 0.83% | - |
| XYZ | 27.6 | 21.31 | 64.29 | - |
| YUV | 129.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 211 | 0.36 | 0.47 | 0 | 0.17 | 255 | 0.53 | 0.63 |
| Hex | 88 | 6F | D3 | 24 | 2F | 0 | 11 | FF | 35 | 3F |
| Octal | 210 | 157 | 323 | 44 | 57 | 0 | 21 | 377 | 65 | 77 |
| Binary | 10001000 | 1101111 | 11010011 | 100100 | 101111 | 0 | 10001 | 11111111 | 110101 | 111111 |
Color Harmonies of #886FD3
Complementary color
Monochromatic Colors of #886FD3
Black with #886FD3
Text Example
Text Example
White with #886FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FD3; }
p { color: rgb(136,111,211); }
H1.HeaderClassName
{
color: #886FD3;
}
.AnyTagClassName
{
color: #886FD3;
}
</style>
background-color css
<style>
a { background-color: #886FD3; }
a { background-color: rgb(136,111,211); }
div.DivClassName
{
background-color: #886FD3;
}
.BgClassName
{
background-color: #886FD3;
}
</style>
border-color css
<style>
span { border-color: #886FD3; }
span { border-color: rgb(136,111,211); }
td.TdClassName
{
border-color: #886FD3;
}
.TagClassName
{
border-color: #886FD3;
}
</style>