Shades of Medium Purple #8852E0
Tints of Medium Purple #8852E0
RGB
CMYK
RGB Variations
Color information
#8852E0 (or 0x8852E0) is known color: Medium Purple. HEX triplet: 88, 52 and E0. RGB value is (136,82,224). Sum of RGB (Red+Green+Blue) = 136+82+224=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #8852E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852E0 is #77AD1F. Grayscale: #717171. Windows color (decimal): -7843104 or 14701192. OLE color: 14701192.
HSL color Cylindrical-coordinate representation of color #8852E0: hue angle of 262.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8852E0 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 82 | 224 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.12 |
| HSL | 262.82º | 0.7% | 0.6% | - |
| HSV(B) | 262.82º | 0.63% | 0.88% | - |
| XYZ | 26.63 | 16.65 | 72.33 | - |
| YUV | 114.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 224 | 0.39 | 0.63 | 0 | 0.12 | 262.82 | 0.7 | 0.6 |
| Hex | 88 | 52 | E0 | 27 | 3F | 0 | C | 107 | 46 | 3C |
| Octal | 210 | 122 | 340 | 47 | 77 | 0 | 14 | 407 | 106 | 74 |
| Binary | 10001000 | 1010010 | 11100000 | 100111 | 111111 | 0 | 1100 | 100000111 | 1000110 | 111100 |
Color Harmonies of #8852E0
Complementary color
Monochromatic Colors of #8852E0
Black with #8852E0
Text Example
Text Example
White with #8852E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852E0; }
p { color: rgb(136,82,224); }
H1.HeaderClassName
{
color: #8852E0;
}
.AnyTagClassName
{
color: #8852E0;
}
</style>
background-color css
<style>
a { background-color: #8852E0; }
a { background-color: rgb(136,82,224); }
div.DivClassName
{
background-color: #8852E0;
}
.BgClassName
{
background-color: #8852E0;
}
</style>
border-color css
<style>
span { border-color: #8852E0; }
span { border-color: rgb(136,82,224); }
td.TdClassName
{
border-color: #8852E0;
}
.TagClassName
{
border-color: #8852E0;
}
</style>