#866680

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

Shades of Old Lavender #866680

Tints of Old Lavender #866680

Color information

#866680 (or 0x866680) is unknown color: approx Old Lavender. HEX triplet: 86, 66 and 80. RGB value is (134,102,128). Sum of RGB (Red+Green+Blue) = 134+102+128=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #866680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866680 is #79997F. Grayscale: #727272. Windows color (decimal): -7969152 or 8414854. OLE color: 8414854.

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

Color convert

RGB134102128-
CMYK00.240.040.47
HSL311.25º13.56%46.27%-
HSV(B)311.25º23.88%52.55%-
XYZ18.4816.1322.56-
YUV114.53135.6141.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=36.81%
G=28.02%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410212800.240.040.47311.2513.5646.27
Hex86668001842F137e2e
Octal2061462000304574671656
Binary100001101100110100000000110001001011111001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866680; }

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

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

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

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

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

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

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

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