#8870DF

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

Shades of Medium Purple #8870DF

Tints of Medium Purple #8870DF

Color information

#8870DF (or 0x8870DF) is unknown color: approx Medium Purple. HEX triplet: 88, 70 and DF. RGB value is (136,112,223). Sum of RGB (Red+Green+Blue) = 136+112+223=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8870DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870DF is #778F20. Grayscale: #838383. Windows color (decimal): -7835425 or 14643336. OLE color: 14643336.

HSL color Cylindrical-coordinate representation of color #8870DF: hue angle of 252.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8870DF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136112223-
CMYK0.390.5000.13
HSL252.97º63.43%65.69%-
HSV(B)252.97º49.78%87.45%-
XYZ29.2722.1572.54-
YUV131.83179.45130.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=28.87%
G=23.78%
B=47.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361122230.390.5000.13252.9763.4365.69
Hex8870DF27320Dfd3f42
Octal210160337476201537577102
Binary1000100011100001101111110011111001001101111111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8870DF; }

 p { color: rgb(136,112,223); }

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

<style>
 a { background-color: #8870DF; }

 a { background-color: rgb(136,112,223); }

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

<style>
 span { border-color: #8870DF; }

 span { border-color: rgb(136,112,223); }

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