#816A7F

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

Shades of Old Lavender #816A7F

Tints of Old Lavender #816A7F

Color information

#816A7F (or 0x816A7F) is unknown color: approx Old Lavender. HEX triplet: 81, 6A and 7F. RGB value is (129,106,127). Sum of RGB (Red+Green+Blue) = 129+106+127=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #816A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A7F is #7E9580. Grayscale: #737373. Windows color (decimal): -8295809 or 8350337. OLE color: 8350337.

HSL color Cylindrical-coordinate representation of color #816A7F: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816A7F is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB129106127-
CMYK00.180.020.49
HSL305.22º9.79%46.08%-
HSV(B)305.22º17.83%50.59%-
XYZ18.0416.5122.31-
YUV115.27134.62137.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 127 (50% from 255) = 35.08%
R=35.64%
G=29.28%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910612700.180.020.49305.229.7946.08
Hex816A7F012231131a2e
Octal2011521770222614611256
Binary1000000111010101111111010010101100011001100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A7F; }

 p { color: rgb(129,106,127); }

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

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

 a { background-color: rgb(129,106,127); }

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

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

 span { border-color: rgb(129,106,127); }

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