#875AE1

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

Shades of Medium Purple #875AE1

Tints of Medium Purple #875AE1

Color information

#875AE1 (or 0x875AE1) is unknown color: approx Medium Purple. HEX triplet: 87, 5A and E1. RGB value is (135,90,225). Sum of RGB (Red+Green+Blue) = 135+90+225=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #875AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AE1 is #78A51E. Grayscale: #767676. Windows color (decimal): -7906591 or 14768775. OLE color: 14768775.

HSL color Cylindrical-coordinate representation of color #875AE1: hue angle of 260º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875AE1 is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13590225-
CMYK0.40.6000.12
HSL260º69.23%61.76%-
HSV(B)260º60%88.24%-
XYZ27.2417.973.25-
YUV118.84187.91139.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal135902250.40.6000.1226069.2361.76
Hex875AE1283C0C104453e
Octal207132341507401440410576
Binary10000111101101011100001101000111100011001000001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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