Shades of Medium Purple #8875DF
Tints of Medium Purple #8875DF
RGB
CMYK
RGB Variations
Color information
#8875DF (or 0x8875DF) is known color: Medium Purple. HEX triplet: 88, 75 and DF. RGB value is (136,117,223). Sum of RGB (Red+Green+Blue) = 136+117+223=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #8875DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875DF is #778A20. Grayscale: #868686. Windows color (decimal): -7834145 or 14644616. OLE color: 14644616.
HSL color Cylindrical-coordinate representation of color #8875DF: hue angle of 250.75º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8875DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 117 | 223 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.13 |
| HSL | 250.75º | 0.62% | 0.67% | - |
| HSV(B) | 250.75º | 0.48% | 0.87% | - |
| XYZ | 29.83 | 23.28 | 72.73 | - |
| YUV | 134.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 223 | 0.39 | 0.48 | 0 | 0.13 | 250.75 | 0.62 | 0.67 |
| Hex | 88 | 75 | DF | 27 | 30 | 0 | D | FB | 3E | 43 |
| Octal | 210 | 165 | 337 | 47 | 60 | 0 | 15 | 373 | 76 | 103 |
| Binary | 10001000 | 1110101 | 11011111 | 100111 | 110000 | 0 | 1101 | 11111011 | 111110 | 1000011 |
Color Harmonies of #8875DF
Complementary color
Monochromatic Colors of #8875DF
Black with #8875DF
Text Example
Text Example
White with #8875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8875DF; }
p { color: rgb(136,117,223); }
H1.HeaderClassName
{
color: #8875DF;
}
.AnyTagClassName
{
color: #8875DF;
}
</style>
background-color css
<style>
a { background-color: #8875DF; }
a { background-color: rgb(136,117,223); }
div.DivClassName
{
background-color: #8875DF;
}
.BgClassName
{
background-color: #8875DF;
}
</style>
border-color css
<style>
span { border-color: #8875DF; }
span { border-color: rgb(136,117,223); }
td.TdClassName
{
border-color: #8875DF;
}
.TagClassName
{
border-color: #8875DF;
}
</style>