#866780

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

Shades of Old Lavender #866780

Tints of Old Lavender #866780

Color information

#866780 (or 0x866780) is unknown color: approx Old Lavender. HEX triplet: 86, 67 and 80. RGB value is (134,103,128). Sum of RGB (Red+Green+Blue) = 134+103+128=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #866780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866780 is #79987F. Grayscale: #737373. Windows color (decimal): -7968896 or 8415110. OLE color: 8415110.

HSL color Cylindrical-coordinate representation of color #866780: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #866780 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB134103128-
CMYK00.230.040.47
HSL311.61º13.08%46.47%-
HSV(B)311.61º23.13%52.55%-
XYZ18.5816.3322.59-
YUV115.12135.27141.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=36.71%
G=28.22%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312800.230.040.47311.6113.0846.47
Hex86678001742F138d2e
Octal2061472000274574701556
Binary100001101100111100000000101111001011111001110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866780; }

 p { color: rgb(134,103,128); }

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

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

 a { background-color: rgb(134,103,128); }

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

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

 span { border-color: rgb(134,103,128); }

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