#876BDC

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

Shades of Medium Purple #876BDC

Tints of Medium Purple #876BDC

Color information

#876BDC (or 0x876BDC) is unknown color: approx Medium Purple. HEX triplet: 87, 6B and DC. RGB value is (135,107,220). Sum of RGB (Red+Green+Blue) = 135+107+220=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #876BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BDC is #789423. Grayscale: #7F7F7F. Windows color (decimal): -7902244 or 14445447. OLE color: 14445447.

HSL color Cylindrical-coordinate representation of color #876BDC: hue angle of 254.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876BDC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135107220-
CMYK0.390.5100.14
HSL254.87º61.75%64.12%-
HSV(B)254.87º51.36%86.27%-
XYZ28.1720.8370.25-
YUV128.25179.78132.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=29.22%
G=23.16%
B=47.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351072200.390.5100.14254.8761.7564.12
Hex876BDC27330Eff3e40
Octal207153334476301637776100
Binary1000011111010111101110010011111001101110111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,220); }

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

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

 a { background-color: rgb(135,107,220); }

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

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

 span { border-color: rgb(135,107,220); }

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