Shades of Medium Purple #8852DF
Tints of Medium Purple #8852DF
RGB
CMYK
RGB Variations
Color information
#8852DF (or 0x8852DF) is known color: Medium Purple. HEX triplet: 88, 52 and DF. RGB value is (136,82,223). Sum of RGB (Red+Green+Blue) = 136+82+223=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #8852DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852DF is #77AD20. Grayscale: #717171. Windows color (decimal): -7843105 or 14635656. OLE color: 14635656.
HSL color Cylindrical-coordinate representation of color #8852DF: hue angle of 262.98º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8852DF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 82 | 223 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.13 |
| HSL | 262.98º | 0.69% | 0.6% | - |
| HSV(B) | 262.98º | 0.63% | 0.87% | - |
| XYZ | 26.49 | 16.6 | 71.62 | - |
| YUV | 114.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 223 | 0.39 | 0.63 | 0 | 0.13 | 262.98 | 0.69 | 0.6 |
| Hex | 88 | 52 | DF | 27 | 3F | 0 | D | 107 | 45 | 3C |
| Octal | 210 | 122 | 337 | 47 | 77 | 0 | 15 | 407 | 105 | 74 |
| Binary | 10001000 | 1010010 | 11011111 | 100111 | 111111 | 0 | 1101 | 100000111 | 1000101 | 111100 |
Color Harmonies of #8852DF
Complementary color
Monochromatic Colors of #8852DF
Black with #8852DF
Text Example
Text Example
White with #8852DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852DF; }
p { color: rgb(136,82,223); }
H1.HeaderClassName
{
color: #8852DF;
}
.AnyTagClassName
{
color: #8852DF;
}
</style>
background-color css
<style>
a { background-color: #8852DF; }
a { background-color: rgb(136,82,223); }
div.DivClassName
{
background-color: #8852DF;
}
.BgClassName
{
background-color: #8852DF;
}
</style>
border-color css
<style>
span { border-color: #8852DF; }
span { border-color: rgb(136,82,223); }
td.TdClassName
{
border-color: #8852DF;
}
.TagClassName
{
border-color: #8852DF;
}
</style>