#876CD5

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

Shades of Medium Purple #876CD5

Tints of Medium Purple #876CD5

Color information

#876CD5 (or 0x876CD5) is unknown color: approx Medium Purple. HEX triplet: 87, 6C and D5. RGB value is (135,108,213). Sum of RGB (Red+Green+Blue) = 135+108+213=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #876CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CD5 is #78932A. Grayscale: #7F7F7F. Windows color (decimal): -7901995 or 13986951. OLE color: 13986951.

HSL color Cylindrical-coordinate representation of color #876CD5: hue angle of 255.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876CD5 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135108213-
CMYK0.370.4900.16
HSL255.43º55.56%62.94%-
HSV(B)255.43º49.3%83.53%-
XYZ27.3620.6865.5-
YUV128.04175.95132.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=29.61%
G=23.68%
B=46.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351082130.370.4900.16255.4355.5662.94
Hex876CD52531010ff383f
Octal20715432545610203777077
Binary1000011111011001101010110010111000101000011111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876CD5; }

 p { color: rgb(135,108,213); }

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

<style>
 a { background-color: #876CD5; }

 a { background-color: rgb(135,108,213); }

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

<style>
 span { border-color: #876CD5; }

 span { border-color: rgb(135,108,213); }

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