#875BDA

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

Shades of Medium Purple #875BDA

Tints of Medium Purple #875BDA

Color information

#875BDA (or 0x875BDA) is unknown color: approx Medium Purple. HEX triplet: 87, 5B and DA. RGB value is (135,91,218). Sum of RGB (Red+Green+Blue) = 135+91+218=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #875BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BDA is #78A425. Grayscale: #767676. Windows color (decimal): -7906342 or 14310279. OLE color: 14310279.

HSL color Cylindrical-coordinate representation of color #875BDA: hue angle of 260.79º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875BDA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13591218-
CMYK0.380.5800.15
HSL260.79º63.18%60.59%-
HSV(B)260.79º58.26%85.49%-
XYZ26.3917.768.35-
YUV118.63184.08139.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=30.41%
G=20.50%
B=49.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135912180.380.5800.15260.7963.1860.59
Hex875BDA263A0F1053f3d
Octal20713333246720174057775
Binary1000011110110111101101010011011101001111100000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,218); }

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

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

 a { background-color: rgb(135,91,218); }

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

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

 span { border-color: rgb(135,91,218); }

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