#876CD6

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

Shades of Medium Purple #876CD6

Tints of Medium Purple #876CD6

Color information

#876CD6 (or 0x876CD6) is unknown color: approx Medium Purple. HEX triplet: 87, 6C and D6. RGB value is (135,108,214). Sum of RGB (Red+Green+Blue) = 135+108+214=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #876CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CD6 is #789329. Grayscale: #7F7F7F. Windows color (decimal): -7901994 or 14052487. OLE color: 14052487.

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

Color convert

RGB135108214-
CMYK0.370.5000.16
HSL255.28º56.38%63.14%-
HSV(B)255.28º49.53%83.92%-
XYZ27.4920.7366.17-
YUV128.16176.45132.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=29.54%
G=23.63%
B=46.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351082140.370.5000.16255.2856.3863.14
Hex876CD62532010ff383f
Octal20715432645620203777077
Binary1000011111011001101011010010111001001000011111111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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