#886781

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

Shades of Old Lavender #886781

Tints of Old Lavender #886781

Color information

#886781 (or 0x886781) is unknown color: approx Old Lavender. HEX triplet: 88, 67 and 81. RGB value is (136,103,129). Sum of RGB (Red+Green+Blue) = 136+103+129=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886781 is #77987E. Grayscale: #737373. Windows color (decimal): -7837823 or 8480648. OLE color: 8480648.

HSL color Cylindrical-coordinate representation of color #886781: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886781 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB136103129-
CMYK00.240.050.47
HSL312.73º13.81%46.86%-
HSV(B)312.73º24.26%53.33%-
XYZ18.9716.5222.96-
YUV115.83135.43142.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=36.96%
G=27.99%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610312900.240.050.47312.7313.8146.86
Hex88678101852F139e2f
Octal2101472010305574711657
Binary100010001100111100000010110001011011111001110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886781; }

 p { color: rgb(136,103,129); }

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

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

 a { background-color: rgb(136,103,129); }

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

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

 span { border-color: rgb(136,103,129); }

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