#875AE2

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

Shades of Medium Purple #875AE2

Tints of Medium Purple #875AE2

Color information

#875AE2 (or 0x875AE2) is unknown color: approx Medium Purple. HEX triplet: 87, 5A and E2. RGB value is (135,90,226). Sum of RGB (Red+Green+Blue) = 135+90+226=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #875AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AE2 is #78A51D. Grayscale: #767676. Windows color (decimal): -7906590 or 14834311. OLE color: 14834311.

HSL color Cylindrical-coordinate representation of color #875AE2: hue angle of 259.85º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875AE2 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13590226-
CMYK0.400.6000.11
HSL259.85º70.1%61.96%-
HSV(B)259.85º60.18%88.63%-
XYZ27.3817.9573.97-
YUV118.96188.41139.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 226 (88.67% from 255) = 50.11%
R=29.93%
G=19.96%
B=50.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal135902260.400.6000.11259.8570.161.96
Hex875AE2283C0B104463e
Octal207132342507401340410676
Binary10000111101101011100010101000111100010111000001001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,226); }

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

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

 a { background-color: rgb(135,90,226); }

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

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

 span { border-color: rgb(135,90,226); }

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