#875ED3

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

Shades of Medium Purple #875ED3

Tints of Medium Purple #875ED3

Color information

#875ED3 (or 0x875ED3) is unknown color: approx Medium Purple. HEX triplet: 87, 5E and D3. RGB value is (135,94,211). Sum of RGB (Red+Green+Blue) = 135+94+211=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #875ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ED3 is #78A12C. Grayscale: #777777. Windows color (decimal): -7905581 or 13852295. OLE color: 13852295.

HSL color Cylindrical-coordinate representation of color #875ED3: hue angle of 261.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875ED3 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13594211-
CMYK0.360.5500.17
HSL261.03º57.07%59.8%-
HSV(B)261.03º55.45%82.75%-
XYZ25.7517.8663.72-
YUV119.6179.58138.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 211 (82.81% from 255) = 47.95%
R=30.68%
G=21.36%
B=47.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal135942110.360.5500.17261.0357.0759.8
Hex875ED32437011105393c
Octal20713632344670214057174
Binary10000111101111011010011100100110111010001100000101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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