#80607B

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

Shades of Old Lavender #80607B

Tints of Old Lavender #80607B

Color information

#80607B (or 0x80607B) is unknown color: approx Old Lavender. HEX triplet: 80, 60 and 7B. RGB value is (128,96,123). Sum of RGB (Red+Green+Blue) = 128+96+123=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #80607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80607B is #7F9F84. Grayscale: #6C6C6C. Windows color (decimal): -8363909 or 8085632. OLE color: 8085632.

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

Color convert

RGB12896123-
CMYK00.250.040.50
HSL309.38º14.29%43.92%-
HSV(B)309.38º25%50.2%-
XYZ16.6614.3820.64-
YUV108.65136.1141.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=36.89%
G=27.67%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289612300.250.040.50309.3814.2943.92
Hex80607B019432135e2c
Octal2001401730314624651654
Binary10000000110000011110110110011001100101001101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80607B; }

 p { color: rgb(128,96,123); }

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

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

 a { background-color: rgb(128,96,123); }

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

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

 span { border-color: rgb(128,96,123); }

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