#886B83

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

Shades of Old Lavender #886B83

Tints of Old Lavender #886B83

Color information

#886B83 (or 0x886B83) is unknown color: approx Old Lavender. HEX triplet: 88, 6B and 83. RGB value is (136,107,131). Sum of RGB (Red+Green+Blue) = 136+107+131=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #886B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B83 is #77947C. Grayscale: #767676. Windows color (decimal): -7836797 or 8612744. OLE color: 8612744.

HSL color Cylindrical-coordinate representation of color #886B83: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B83 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB136107131-
CMYK00.210.040.47
HSL310.34º11.93%47.65%-
HSV(B)310.34º21.32%53.33%-
XYZ19.5117.3923.8-
YUV118.41135.11140.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=36.36%
G=28.61%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610713100.210.040.47310.3411.9347.65
Hex886B8301542F136c30
Octal2101532030254574661460
Binary100010001101011100000110101011001011111001101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886B83; }

 p { color: rgb(136,107,131); }

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

<style>
 a { background-color: #886B83; }

 a { background-color: rgb(136,107,131); }

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

<style>
 span { border-color: #886B83; }

 span { border-color: rgb(136,107,131); }

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