#80617A

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

Shades of Old Lavender #80617A

Tints of Old Lavender #80617A

Color information

#80617A (or 0x80617A) is unknown color: approx Old Lavender. HEX triplet: 80, 61 and 7A. RGB value is (128,97,122). Sum of RGB (Red+Green+Blue) = 128+97+122=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #80617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80617A is #7F9E85. Grayscale: #6D6D6D. Windows color (decimal): -8363654 or 8020352. OLE color: 8020352.

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

Color convert

RGB12897122-
CMYK00.240.050.50
HSL311.61º13.78%44.12%-
HSV(B)311.61º24.22%50.2%-
XYZ16.6914.5420.34-
YUV109.12135.27141.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=36.89%
G=27.95%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289712200.240.050.50311.6113.7844.12
Hex80617A018532138e2c
Octal2001411720305624701654
Binary10000000110000111110100110001011100101001110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80617A; }

 p { color: rgb(128,97,122); }

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

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

 a { background-color: rgb(128,97,122); }

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

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

 span { border-color: rgb(128,97,122); }

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