#875EDC

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

Shades of Medium Purple #875EDC

Tints of Medium Purple #875EDC

Color information

#875EDC (or 0x875EDC) is unknown color: approx Medium Purple. HEX triplet: 87, 5E and DC. RGB value is (135,94,220). Sum of RGB (Red+Green+Blue) = 135+94+220=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #875EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EDC is #78A123. Grayscale: #787878. Windows color (decimal): -7905572 or 14442119. OLE color: 14442119.

HSL color Cylindrical-coordinate representation of color #875EDC: hue angle of 259.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875EDC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13594220-
CMYK0.390.5700.14
HSL259.52º64.29%61.57%-
HSV(B)259.52º57.27%86.27%-
XYZ26.9118.3269.83-
YUV120.62184.08138.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=30.07%
G=20.94%
B=49.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135942200.390.5700.14259.5264.2961.57
Hex875EDC27390E104403e
Octal207136334477101640410076
Binary10000111101111011011100100111111001011101000001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875EDC; }

 p { color: rgb(135,94,220); }

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

<style>
 a { background-color: #875EDC; }

 a { background-color: rgb(135,94,220); }

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

<style>
 span { border-color: #875EDC; }

 span { border-color: rgb(135,94,220); }

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