#8869D8

Color #8869D8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8869D8

Tints of Medium Purple #8869D8

Color information

#8869D8 (or 0x8869D8) is unknown color: approx Medium Purple. HEX triplet: 88, 69 and D8. RGB value is (136,105,216). Sum of RGB (Red+Green+Blue) = 136+105+216=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #8869D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869D8 is #779627. Grayscale: #7E7E7E. Windows color (decimal): -7837224 or 14182792. OLE color: 14182792.

HSL color Cylindrical-coordinate representation of color #8869D8: hue angle of 256.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8869D8 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136105216-
CMYK0.370.5100.15
HSL256.76º58.73%62.94%-
HSV(B)256.76º51.39%84.71%-
XYZ27.620.367.43-
YUV126.92178.27134.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=29.76%
G=22.98%
B=47.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361052160.370.5100.15256.7658.7362.94
Hex8869D825330F1013b3f
Octal21015133045630174017377
Binary1000100011010011101100010010111001101111100000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8869D8; }

 p { color: rgb(136,105,216); }

 H1.HeaderClassName
 {
   color: #8869D8;
 }
 .AnyTagClassName
 {
   color: #8869D8;
 }
</style>
background-color css

<style>
 a { background-color: #8869D8; }

 a { background-color: rgb(136,105,216); }

 div.DivClassName
 {
   background-color: #8869D8;
 }
 .BgClassName
 {
   background-color: #8869D8;
 }
</style>
border-color css

<style>
 span { border-color: #8869D8; }

 span { border-color: rgb(136,105,216); }

 td.TdClassName
 {
   border-color: #8869D8;
 }
 .TagClassName
 {
   border-color: #8869D8;
 }
</style>