#876C83

Color #876C83 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #876C83

Tints of Old Lavender #876C83

Color information

#876C83 (or 0x876C83) is unknown color: approx Old Lavender. HEX triplet: 87, 6C and 83. RGB value is (135,108,131). Sum of RGB (Red+Green+Blue) = 135+108+131=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C83 is #78937C. Grayscale: #767676. Windows color (decimal): -7902077 or 8612999. OLE color: 8612999.

HSL color Cylindrical-coordinate representation of color #876C83: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C83 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB135108131-
CMYK00.20.030.47
HSL308.89º11.11%47.65%-
HSV(B)308.89º20%52.94%-
XYZ19.4517.5123.83-
YUV118.7134.95139.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 108 (42.58% from 255) = 28.88%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=36.10%
G=28.88%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510813100.20.030.47308.8911.1147.65
Hex876C8301432F135b30
Octal2071542030243574651360
Binary10000111110110010000011010100111011111001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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