#876CD8

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

Shades of Medium Purple #876CD8

Tints of Medium Purple #876CD8

Color information

#876CD8 (or 0x876CD8) is unknown color: approx Medium Purple. HEX triplet: 87, 6C and D8. RGB value is (135,108,216). Sum of RGB (Red+Green+Blue) = 135+108+216=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #876CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CD8 is #789327. Grayscale: #7F7F7F. Windows color (decimal): -7901992 or 14183559. OLE color: 14183559.

HSL color Cylindrical-coordinate representation of color #876CD8: hue angle of 255º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876CD8 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135108216-
CMYK0.380.5000.15
HSL255º58.06%63.53%-
HSV(B)255º50%84.71%-
XYZ27.7520.8367.52-
YUV128.38177.45132.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=29.41%
G=23.53%
B=47.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351082160.380.5000.1525558.0663.53
Hex876CD826320Fff3a40
Octal207154330466201737772100
Binary1000011111011001101100010011011001001111111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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