#817080

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

Shades of Old Lavender #817080

Tints of Old Lavender #817080

Color information

#817080 (or 0x817080) is unknown color: approx Old Lavender. HEX triplet: 81, 70 and 80. RGB value is (129,112,128). Sum of RGB (Red+Green+Blue) = 129+112+128=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #817080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817080 is #7E8F7F. Grayscale: #767676. Windows color (decimal): -8294272 or 8417409. OLE color: 8417409.

HSL color Cylindrical-coordinate representation of color #817080: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817080 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB129112128-
CMYK00.130.010.49
HSL303.53º7.05%47.25%-
HSV(B)303.53º13.18%50.59%-
XYZ18.7417.8122.87-
YUV118.91133.13135.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=34.96%
G=30.35%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911212800.130.010.49303.537.0547.25
Hex8170800D13113072f
Octal201160200015161460757
Binary10000001111000010000000011011110001100110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817080; }

 p { color: rgb(129,112,128); }

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

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

 a { background-color: rgb(129,112,128); }

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

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

 span { border-color: rgb(129,112,128); }

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